<script type="text/javascript" src="7x_l.js"></script>
<script type="text/javascript" src="7x_r.js"></script>
------------------------------------7x_l.js-----------------------
// float_l_img.js
// change var
var adSrc2 = "images/beba.gif"
var adUrl2 = "index.shtml"
var adWidth2 = "80"
var adHeight2 = "80"
// change var
var weny2 = 20
var wenx2 = 3
document.ns = navigator.appName == "Netscape"
function load2()
{
if (navigator.appName == "Netscape") {
document.netease2.pageY=pageYOffset+window.innerHeight-adHeight2-weny2;
document.netease2.pageX=wenx2;
move2();
}
else {
netease2.style.top=document.body.scrollTop+document.body.offsetHeight-adHeight2-weny2-20;
netease2.style.left=wenx2;
move2();
}
}
function move2() {
if(document.ns) {
document.netease2.top=pageYOffset+window.innerHeight-adHeight2-weny2;
document.netease2.left=wenx2;
setTimeout("move2();",80)
}
else {
netease2.style.top=document.body.scrollTop+document.body.offsetHeight-adHeight2-weny2-20;
netease2.style.left=wenx2;
setTimeout("move2();",80)
}
}
function MM_reloadPage2(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_reloadPage2;
}
}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH)
location.reload();
}
MM_reloadPage2(true)
if (navigator.appName == "Netscape") {
document.write("<layer id=netease2 top=300 width=" + adWidth2 + " height=" + adHeight2 + " ><a href=" + adUrl2 + " target=_blank><img src=" + adSrc2 + " border=0 width=" + adWidth2 + " height=" + adHeight2 + "></a></layer>");
load2();
}
else {
document.write("<div id=netease2 style='top:300; position: absolute; width:" + adWidth2 + ";'><a href=" + adUrl2 + " target=_blank><img src=" + adSrc2 + " border=0 width=" + adWidth2 + " height=" + adHeight2 + "></a></div>");
load2();
}
--------------------------------7x_r.js------------------------------
var rightbar;
var coupletcode;
rightbar = window.screen.width-141+20 -5;
coupletcode = "<DIV id=leftbar style='LEFT: 5px; POSITION: absolute; TOP: 100px; VISIBILITY: hidden;' width=130>32</div><DIV id=rightbar style='LEFT: " + rightbar + "px; POSITION: absolute; TOP: 100px; VISIBILITY: hidden' width=130>32</div>";
if (window.screen.width>=1024)
{
document.write(coupletcode);
}
function InsertCouplet()
{
if (window.screen.width>=1024){
document.all.leftbar.style.visibility = "visible";
document.all.rightbar.style.visibility = "visible";
document.all.leftbar.innerHTML = "<OBJECT classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0 WIDTH=100 HEIGHT=300 id=leftB ALIGN=> <PARAM NAME=movie VALUE=img/left.swf> <PARAM NAME=quality VALUE=high><PARAM NAME=wmode> <EMBED id=leftBG src=img/left.swf quality=high WIDTH=100 HEIGHT=300 NAME=left ALIGN= TYPE=application/x-shockwave-flash PLUGINSPAGE=http://www.macromedia.com/go/getflashplayer></EMBED></OBJECT>";
document.all.rightbar.innerHTML = "<OBJECT classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0 WIDTH=100 HEIGHT=300 id=rightB ALIGN=> <PARAM NAME=movie VALUE=img/right.swf> <PARAM NAME=quality VALUE=high> <PARAM NAME=wmode VALUE=transparent><EMBED id=rightBG src=img/right.swf quality=high WIDTH=100 HEIGHT=300 wmode=transparent NAME=right ALIGN= TYPE=application/x-shockwave-flash PLUGINSPAGE=http://www.macromedia.com/go/getflashplayer></EMBED></OBJECT>";
}
}
InsertCouplet();
function leftBG_DoFSCommand(command,args){
if ((command == "163")&&(args =="hidebar")){
document.all.leftbar.style.visibility = "hidden";
document.all.rightbar.style.visibility = "hidden";
}
}
function rightBG_DoFSCommand(command,args){
leftBG_DoFSCommand(command,args);
}
<!--
if (document.all){
document.write("<Script language=\"JavaScript\" For=\"rightB\" Event=\"FSCommand(command,args)\">\n");
document.write(" leftBG_DoFSCommand(command,args);\n");
document.write("</Script>\n");
document.write("<Script language=\"JavaScript\" For=\"leftB\" Event=\"FSCommand(command,args)\">\n");
document.write(" rightBG_DoFSCommand(command,args);\n");
document.write("</Script>\n");
}
//-->