// Java Document
function showWarning(url){
	//content creation
	var content = new Array();
        var index = 0;
	content[index++] = '<b>Welcome to La Salle State Bank\'s new enhanced and vastly improved eLSB Internet Banking solution!<br><br>It will be necessary for you to reestablish your User ID and Password upon your initial login.  Simply follow the on screen instructions.<br><br>ATTENTION BILL PAY USERS:<br>The eLSB Bill Pay feature will not become available until Friday, June 23, 2006....  At which time you will need to reestablish your Bill Pay account and payees.  We apologize for any inconvenience; however, we assure you that your new service will provide you with many new beneficial enhancements and features including electronic bill presentment.';
	content[index++] = '<div align="center"><a href="javascript:void(\'0\');" onclick="window.open(\''+url+'\');document.getElementById(\'ex_dis\').style.visibility = \'hidden\'"><br><font size ="2" color ="#ffffff">OK</font></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div></div>';	
	document.getElementById("ex_dis").innerHTML = content.join("");
	document.getElementById("ex_dis").style.visibility = "visible";
	scrollTo(0, 0);

}
document.write('<div id="ex_dis" style="background-color: #002184; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; color: #ffffff; position:absolute; left:35%; top:50px; margin:5% 5%; border: thin solid #1A2D62; padding: 15px; visibility: hidden;z-index: 100; width:400px; FILTER: progid:DXImageTransform.Microsoft.dropShadow( Color=#000000,offX=4,offY=4,positive=true); "></div>');