function openThirdPartyLink1(link){
	alert("This is a link to a third party site. Note that the third party's privacy policy and security practices may differ from Texas Bank and Trust standards. Texas Bank and Trust assumes no responsibility nor does it control, endorse, or guarantee any aspect of your use of the linked site.");
	window.open(link, "quotemenu","width=150,height=150,resizable=0,status=0,scrollbars=0", "_blank");
}



function openThirdPartyLink2(link){
	alert("This is a link to a third party site. Note that the third party's privacy policy and security practices may differ from Texas Bank and Trust standards. Texas Bank and Trust assumes no responsibility nor does it control, endorse, or guarantee any aspect of your use of the linked site.");
	window.open(link, "currency", "width=500,height=250,resizable=0,status=0,scrollbars=0", "_blank");
}

function openThirdPartyLink3(link){
	alert("This is a link to a third party site. Note that the third party's privacy policy and security practices may differ from Texas Bank and Trust standards. Texas Bank and Trust assumes no responsibility nor does it control, endorse, or guarantee any aspect of your use of the linked site.");
	window.open(link, "calcmenu", "width=300,height=141,resizable=0,status=0,scrollbars=0", "_blank");
}

function openThirdPartyLinkFDIC(link){
	alert("This is a link to an affiliate's website whose products are Not FDIC insured, are Not deposits of or guaranteed by Texas Bank and Trust, and may lose value.  Note that the affiliate's privacy policy and security practices may differ from Texas Bank and Trust standards.  Texas Bank and Trust assumes no responsibility nor does it control, endorse, or gaurantee any aspect of your use of the linked site.");
	window.open(link);
}


function openThirdPartyLink(link){
	alert("This is a link to a third party site. Note that the third party's privacy policy and security practices may differ from Texas Bank and Trust standards. Texas Bank and Trust assumes no responsibility nor does it control, endorse, or guarantee any aspect of your use of the linked site.");
	window.open(link,"_blank");
}

function emaillink(link){
	alert("Texas Bank & Trust reminds you that the internet lacks\ninherent security and therefore Texas Bank & Trust\nrecommends that you do not transmit account information via\nemail. Additionally, if you provide and request information via\nemail which contains account information, you do so with the\nknowledge that such information can be intercepted and/or\nviewed by unknown third parties. Please contact us at \n(903)237-5500 with any questions you may have regarding\nthe above identified information and disclaimer.");
	window.open(link,"");
}

function openMailForwarder(toAddr){
	if(toAddr != ""){
		winProperties = 'width=600,height=200,scrollbars=no,resizable=yes,toolbar=no';
		pwin = window.open("mailForwarder.php?toAddr="+toAddr,"",winProperties);
	}
}