window.onload=function(){if($("password1")){Field.focus("password1")}};var csFocus={auto:function(d,b,c,a){if(this.getKeyCode(d)<=40){return false}if($(b).value.length>=a){Field.focus(c)}},getKeyCode:function(a){if(a.keyCode){return a.keyCode}else{if(a.charCode){return a.charCode}else{if(a.which){return a.which}}}}};
smartRollover=function(){if(document.getElementsByTagName){var a=document.getElementsByTagName("img");for(var b=0;b<a.length;b++){if(a[b].getAttribute("src").match("_off.")){a[b].onmouseover=function(){this.setAttribute("src",this.getAttribute("src").replace("_off.","_over."))};a[b].onmouseout=function(){this.setAttribute("src",this.getAttribute("src").replace("_over.","_off."))}}}}};if(window.addEventListener){window.addEventListener("load",smartRollover,false)}else{if(window.attachEvent){window.attachEvent("onload",smartRollover)}};