<script language="JavaScript" type="text/JavaScript"> <!-- function MM_reloadPage(init) { //reloads the window if Nav4 resized if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); } MM_reloadPage(true); //--> </script> <div id="layer_left" style="position:absolute; width:20px; height:20px; z-index:1; left: 15px; top: 30px;"> <table width="20" height="20" border="0" cellpadding="0" cellspacing="1" bgcolor="#666666"> <tr bgcolor="#FFFFFF"> <td><img id="ad_left" src="pic/sunful80120.gif" border="0" onMouseOver="showbig(true)" onMouseOut="showbig(false)"></td> </tr> </table> </div> <div id="layer_right" style="position:absolute; width:20px; height:20px; z-index:1; right: 25px; top: 30px;"> <table align="right" width="20" height="20" border="0" cellpadding="0" cellspacing="1" bgcolor="#666666"> <tr bgcolor="#FFFFFF"> <td><img id="ad_right" src="pic/default_mingyi.gif" border="0" onMouseOver="showbig1(true)" onMouseOut="showbig1(false)"></td> </tr> </table> </div> <script language="javascript"> function showbig(is_big) { if(is_big) { document.getElementById("ad_left").src="pic/sunful250.gif"; } else { document.getElementById("ad_left").src="pic/sunful80120.gif"; } } function showbig1(is_big) { if(is_big) { //document.getElementById("layer_right").style.left="800px"; document.getElementById("ad_right").src="pic/default_big_mingyi.gif"; } else { //document.getElementById("layer_right").style.left="900px"; document.getElementById("ad_right").src="pic/default_mingyi.gif"; } } function movelayer() { document.getElementById("layer_left").style.top=document.body.scrollTop+150; document.getElementById("layer_right").style.top=document.body.scrollTop+150; setTimeout("movelayer();",20); } movelayer(); </script> |