function onClickMore()
{
    window.open("/zurichpdg/services/xbondpopup.htm", "profile", "top=50, width=1030, height=550, fullscreen=no, location=no, menubar=no, status=no, toolbar=no, scrollbars=no, resizable=yes");
}

var oLink = document.getElementById("ancMore");

if (oLink)
{
    oLink.href="#";
	oLink.onclick = onClickMore;
}


