<!--//
// Show sub Navigation
function showInfo(x){
	document.getElementById(x).style.visibility = "visible";
}
function hideInfo(x){
	document.getElementById(x).style.visibility = "hidden";
}

function gotoInfo(x){
top.opener.location = x;
this.window.close();
}

function goLogin(){
top.opener.location = "https://easyweb.tdcanadatrust.com";
this.window.close();
}


function closeWindow(){
this.window.close();
}

function SecurityLink(){
top.opener.location = "/security/index.jsp";
this.opener.window.focus();
}
//-->
