

// 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");
}
// Stoat Pop Up - Dev Env
function popStoatDev(intCallingPage, intUId)
{
    window.open ("http://localhost:3648/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");
}

