// JavaScript Document
msg = "You are about to be redirected to a third-party service-provider's website. These links are provided on this site for your convenience. Please read our 'Disclaimer of Liability and Endorsement' for further inforamtion. Do you want to proceed to the third-party service-provider's website?";
mmsg = "You are about to send an e-mail to a third-party service-provider. These links are provided on this site for your convenience. Please read our 'Disclaimer of Liability and Endorsement' for further inforamtion. Do you want to proceed sending an e-mail to the third-party service-provider?";
emsg =  "You are about to send an e-mail to a CareConnections FCU representative. Please be advised that e-mail is an UNSECURED method of communication. Other than your name, do not send your account number, social security number, or other confidential information that you would not normally share with a stranger.";

function mOvr1(src)
	{ if (!src.contains(event.fromElement)) { src.style.cursor = 'pointer'; src.bgColor = '#FFEEB5'; window.status=src.children.tags('A')[0].href;}} //src.children.tags('A')[0].style.color = '#ffffff';}}

function mOut1(src) 
	{ if (!src.contains(event.toElement)) { src.style.cursor = 'default'; src.bgColor = '#FFE694'; window.status='';}} // src.children.tags('A')[0].style.color = '#ffffff';}}

function mClk(src) 
	{ if(event.srcElement.tagName=='TD'){src.children.tags('A')[0].click();} }
function jWin(jURL)
	{
	window.open('/outside.php?l=' + jURL,'outside','location=no,menubar=no,status=no,toolbar=no,width=300,height=300,resizable=yes');
	}