//call alert box to let visitors know when they are leaving a BankUnited.com page for a third-party partner site.

function popWindow(sURL) {
	alert("You are now leaving BankUnited.com and entering a partner site managed by a third party.")
	document.location.href=(sURL);
}

function popWindow2(sURL) {
	alert("You are now leaving BankUnited.com and entering a partner site managed by a third party.")
	document.location.href=(sURL);
}

function popWindow3(sURL) {
	alert("You are now leaving BankUnited.com and entering the U.S. Department of the Treasury site.")
	document.location.href=(sURL);
}

function popWindow4(sURL) {
	alert("PLEASE NOTE: The information being provided is strictly as a courtesy. When you link to any of the web sites provided here, you are leaving this web site. We make no representation as to the completeness or accuracy of information provided at these web sites. Nor is the company liable for any direct or indirect technical or system issues or any consequences arising out of your access to or your use of third-party technologies, web sites, information and programs made available through this web site. When you access one of these web sites, you are leaving our web site and assume total responsibility and risk for your use of the web sites you are linking to.")
	document.location.href=(sURL);
}