<!--
function leaveSiteGov(url,params){
	if(params == "" || params == undefined)
	{
		params="toolbar=yes, scrollbars=yes, location=yes, resizable=yes, status=yes, menubar=yes"
	}
	if(confirm("The Federal Government has developed an informational web site to explain the Making Home Affordable Program - www.makinghomeaffordable.gov \n\nBy linking to this web site you are exiting the FirstMerit web site. The external website may have privacy and security standards which are different from FirstMerit's. FirstMerit cannot guarantee the products, services, information or recommendations contained in external websites."))
	{
		var newwin=window.open(url, '', params);
		newwin.focus();
	}
}
// -->