<!--
function message1(website)	{
if (confirm("The Web site you have selected is an external one located on another server. Colonial Federal Savings Bank has no responsibility for any external web site. It neither endorses the information, content, presentation, or accuracy nor makes any warranty, express or implied, regarding any external site. \n\nThank you for visiting the Colonial Federal Savings Bank's Web site.")){
top.frames.location.href=website;
//return true;
	}
}
function message2(website)	{
if (confirm("We make every effort to respond to email inquiries as quickly as possible. You should expect a response from us no later than one business day after your email is received. Thank you.")){
top.frames.location.href=website;
//return true;
	}
}

function AppMessage()	{
if (confirm("Important Information About Procedures for Opening a New Account\n\nTo help the government fight the funding of terrorism and money laundering activities, Federal law requires all financial institutions to obtain, verify and record information that identified each person who opens an account.\n\nWhat this means for you: When you open an account, we will ask you for your name, address, date of birth and other information that will allow us to identify you.  We may also ask to see your driver's license or other identifying documents.")){
return true;}
else {
return false
	}
}
//-->
