navHover = function() { 
var lis = document.getElementById("navmenu").getElementsByTagName("LI"); 
for (var i=0; i<lis.length; i++) { 
lis[i].onmouseover=function() { 
this.className+=" iehover"; 
} 
lis[i].onmouseout=function() { 
this.className=this.className.replace(new RegExp(" iehover\\b"), ""); 
} 
} 
} 
if (window.attachEvent) window.attachEvent("onload", navHover); 


//ÒÔÏÂ´úÂëÁÙÊ±×¢ÊÍµô
//document.writeln("    <div id=\"ShowAD1\" style=\"position:absolute; z-index: 1000;\">");
//document.writeln("    <div id=\"ImgLayer1\" style=\"position:absolute; z-index:11; left: 0px;text-align:right\">");
//document.writeln("      <a href=\"http://www.fpgadc.org\" target=_blank><img src=\"http://www.sumavision.com/01.jpg\" border=\"0\"></a>");
//document.writeln("      <a href=\"Javascript:;\" onclick=\'document.getElementById(\"ShowAD1\").style.display=\"none\"\'>Close</a>");
//document.writeln("    </div>");
//document.writeln("</div>");

//var adst1 = document.getElementById("ShowAD1").style;
//var bodyfrm1 = ( document.compatMode.toLowerCase()=="css1compat" ) ? document.documentElement : document.body;
//function moveR1() {
//    adst1.top = ( bodyfrm1.scrollTop + bodyfrm1.offsetHeight  - 373 ) + "px";
//    adst1.left = ( bodyfrm1.scrollLeft + bodyfrm1.offsetWidth  - 151 ) + "px";
//	window.status=adst1.top + "|" + adst1.left;
//}
//setInterval("moveR1();", 80);