sfHover=function(){var c=document.getElementsByTagName("B");var a=document.getElementsByTagName("INPUT");for(var b=0;b<c.length;b++){c[b].onmouseover=function(){this.className+=" iehover"};c[b].onmouseout=function(){this.className=this.className.replace(new RegExp(" iehover\\b"),"")}}for(var b=0;b<a.length;b++){a[b].onmouseover=function(){this.className+=" iehover"};a[b].onmouseout=function(){this.className=this.className.replace(new RegExp(" iehover\\b"),"")}}};if(window.attachEvent){window.attachEvent("onload",sfHover)};