

// Stoat Pop Up
function popStoat2(intCallingPage, intUId)
{
    window.open ("/stoat/stMain3.aspx?m=start&id=" + intCallingPage + "&u=" + intUId, "wdwStoat", "toolbar=no,menubar=no,status=yes,width=950,height=612,top=50,left=50,scrollbars=1,resizable=yes", "replace");
}

function navigateNews(mode, modeField)
{
    document.getElementById(modeField).value = mode;
    document.forms['aspnetForm'].submit();
}