startList=function(){if(document.all&&document.getElementById){navRoot=document.getElementById("navigation");var b=navRoot.getElementsByTagName("LI");for(var a=0;a<b.length;a++){node=b[a];node.onmouseover=function(){this.className+=" over"};node.onmouseout=function(){this.className=this.className.replace(" over","")}}}};window.onload=startList;function isValidEmail(b){var a=/^[A-Za-z0-9]+([_\.-][A-Za-z0-9]+)*@[A-Za-z0-9]+([_\.-][A-Za-z0-9]+)*\.([A-Za-z]){2,4}$/i;return(a.test(b))};

