function toggle(a){target=document.getElementById(a);if(target.style.display=="block"){target.style.display="none"}else{target.style.display="block"}}ieHover=function(){var b=document.getElementById("main_nav").getElementsByTagName("li");for(var a=0;a<b.length;a++){b[a].onmouseover=function(){this.className+=" iehover"};b[a].onmouseout=function(){this.className=this.className.replace(new RegExp(" iehover\\b"),"")}}};ieFocus=function(){var b=document.getElementById("wrapper").getElementsByTagName("input");for(var a=0;a<b.length;a++){b[a].onfocus=function(){this.className+=" iefocus"};b[a].onblur=function(){this.className=this.className.replace(new RegExp(" iefocus\\b"),"")}}};ieFocus2=function(){var b=document.getElementById("wrapper").getElementsByTagName("textarea");for(var a=0;a<b.length;a++){b[a].onfocus=function(){this.className+=" iefocus"};b[a].onblur=function(){this.className=this.className.replace(new RegExp(" iefocus\\b"),"")}}};if(window.attachEvent){window.attachEvent("onload",ieHover)}if(window.attachEvent){window.attachEvent("onload",ieFocus)}if(window.attachEvent){window.attachEvent("onload",ieFocus2)};
