function mOvr(src,clrOver){ 
	if (!src.contains(event.fromElement)){ 
		src.style.cursor = 'default'; 
		src.bgcolor = clrOver; 
	} 
} 
function callMailAlert(mailID){
	alert("This is not a secure method for sending a message to the bank.  DO NOT send sensitive personal or financial information such as social security numbers, account numbers, or PIN numbers using this email.  If you wish to send a SECURED message, please log in to Internet Banking and send a secured email message.");
	window.location = mailID;	
}
function mOut(src,clrIn){ 
	if (!src.contains(event.toElement)){ 
		src.style.cursor = 'default'; 
		src.bgcolor = clrIn; 
	} 
}


function ChangeColor(obj,color){
	obj.style.background=color;
}

function markmenu(obj){
	ChangeColor(obj,'#8C0A0A');
	obj.onmouseout="ChangeColor("+obj+",'#8C0A0A');";
}



function show(line,div){
	line.style.display='';
	div.style.visibility='visible';
}

function hide(line,div){
	line.style.display='none';
	div.style.visibility='hidden';
}

function loadincludes(){	
	clientSideInclude('topinc', '../includes/left_panel1.htm');
}

function loadincludes2(){	
	clientSideInclude('topinc2', '../includes/left_panel2.htm');
}
function loadincludes3(){	
	clientSideInclude('topinc3', '../includes/left_panel3.htm');
}
function loadincludes4(){	
	clientSideInclude('topinc4', '../includes/left_panel4.htm');
}
function loadincludes3(){	
	clientSideInclude('topinc3', '../includes/left_panel3.htm');
}
function loadincludes5(){
alert("loadincludes5()");
	clientSideInclude('cms2', 'what_new.php');
}

function loadincludes1(){
	clientSideInclude('topinc1', '../includes/left_panel.htm');
}

function loadincludesMailDiscl(){
	clientSideInclude('topinc', '../../includes/mailFooter.htm');
}
function loadincludesLinkDiscl(){
	clientSideInclude('topinc', '../../includes/linkFooter.htm');
}