// JScript source code
function openWin(url,width,height)
{
    myWin=open(url, "displayWindow", "width="+width+", height="+height+", scrollbars=yes, status=no, toolbar=no, menubar=no, resizable=yes");
}

function SafeAdvisorLink(url)
{
    window.open(url);					 
} 	

