function launchPortal(sUrl, sWindowParms)
{
window.open(sUrl, "",'width=650,height=600,top=100,left=100,resizeable=1,scrollbars=1,menubar=0,toolbar=0,status=1,location=1');
}