
function openNewWindow(sUrl)
{
	alert("You are now leaving Prior Lake State Bank's website. Any products and services accessed through this link are not provided, endorsed or guaranteed by Prior Lake State Bank.");
	window.open(sUrl);
}
function openNewWindowNoMessage(sUrl)
{
	window.open(sUrl);
}
