// JavaScript Documentvar undefined;var BankName = "American Bank & Trust Company - Covington, LA";var MSG = new Array();	// 3rd party link disclosure	MSG[0] =          "The American Bank & Trust Company - Covington, LA alerts are for convenience and informational purposes only.\n\n";	MSG[0] = MSG[0] + "Some alerts may direct you to other web sites.  Users should be aware that when you select a link on the American Bank & Trust Company - Covington, LA’s web site to an external web sire, they are leaving American Bank & Trust Company - Covington, LA’s site.\n\n";	MSG[0] = MSG[0] + "Linked sites are not under the control of American Bank & Trust Company - Covington, LA, American Bank & Trust Company - Covington, LA is not responsible for the contents of any linked site or any link contained in a linked site, or any changes or updates to such sites.  The inclusion of a link does not imply endorsement by American Bank & Trust Company - Covington, LA of the site, its content, advertisers or sponsors.  External site may contain information that is copyrighted with restrictions or reuse.  Permission to use copyrighted materials must be obtained from the original source and cannot be obtained from American Bank & Trust Company - Covington, LA.";		// MyCardStatement.com disclosure	MSG[1] =           "You are being redirected to our credit card processor. If you have not already done so ";	MSG[1] = MSG[1] + "please select *Enroll for Online Services* on the main screen of mycardstatment.com. ";	MSG[1] = MSG[1] + "This enrollment will allow you to access your American Bank & Trust Company - Covington, LA credit card activity. ";	MSG[1] = MSG[1] + "If you have any questions about mycardstatement.com please contact a representative at 866-604-0380.";	MSG[1] = MSG[1] + "\n\n";	MSG[1] = MSG[1] + "The user name and password that you select for mycardstatement.com is independent and separate ";	MSG[1] = MSG[1] + "from any user name and password associated with American Bank & Trust Company - Covington, LA website or Internet banking system."		MSG[2] = 'Email sent via this link is NOT secure. Do not send personal information such as Social Security Number, PIN numbers or passwords.';function LinkAlert(type,URL,target,attributes)	{	myTarget = "_blank";	if (target!=undefined) myTarget = target;	if (attributes=="" || attributes==undefined) attributes="resizable=yes,scrollbars=yes,menus=yes,status=yes,toolbar=yes,location=yes";	if (type==2) {		alert(MSG[type]);		}	else if (type==3) {		return confirm(MSG[0]);		}	else if (confirm(MSG[type])) window.open(URL,myTarget,attributes);	}	function LaunchCalc(myURL)	{	window.open("http://gateway.fundsxpress.com/calculators/" + myURL,'myCalc','width=585,height=450,scrollbars=auto,resizable=yes');	}function HREF(myURL,myTarget,myAttributes)	{	if (myTarget=="" || myTarget==undefined) myTarget="_self";	if (myAttributes=="" || myAttributes==undefined) myAttributes="width=400,height=400";	window.open(myURL, myTarget, myAttributes);	}
