
<!--
	function openWin( windowURL, windowName, windowFeatures ) { 
		return window.open( windowURL, windowName, windowFeatures ) ; 
	} 

function confirmIEleave(sURL) 
{

leave = confirm("You are now leaving Bank 360's website. Any products and services accessed through this link are not provided, endorsed or guaranteed by Bank 360. The site you are going to is not owned or controlled by us. It may have a different privacy policy, cookie control and security standards. To remain at our site, click cancel. To go to the linked site selected, click OK. At anytime you can return to our site by closing the current browser window."); 

if(leave == true)
{
  window.open(sURL);
  window.location.href = 'javascript:void(0)';
}
  
}

function confirmNSLeave() {
  if (!document.layers) return;
  if (!confirm('Are you sure you want to leave this page?'))
    window.location.href = 'javascript:void(0)';
}


//--></script>


