// JavaScript Documentvar undefined;function LinkAlert(URL,target)	{	BankName = "The First National Bank in Paxton"	MSG = "3rd party site links displayed on this site are for your convenience and direct you to information maintained by organizations other than First Naitonal Bank. We believe the information provided is trustworthy, but First National Bank cannot guarantee the accuracy of this outside information. When you link to another website, you are no longer protected by the First National Bank Privacy Policy";		myTarget = "_blank";	if (target!=undefined) myTarget = target;	if (confirm(MSG)) window.open(URL,myTarget);	}function EmailAlert()	{	MSG = "The following emails are not secure. DO NOT send sensitive personal or financial information. If you wish to send a secure message, please use the form to the left.";	alert(MSG);	}	function LaunchCalc(URL)	 {	window.open(URL,'myCalculator','width=590,height=450,scrollbars=yes,resizable=yes');	}