function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&id.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_showHideLayers() { //v3.0 var i,p,v,obj,args=MM_showHideLayers.arguments; for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2]; if (obj.style) { obj=obj.style; v=(v=='show')? 'visible':(v='hide')?'hidden':v; } obj.visibility=v; } } function winload() { Layer1024Left.style.top=80; Layer1024Left.style.left=5; Layer1024Right.style.top=80; Layer1024Right.style.right=5; } var left = document.all.left.value; var right = document.all.right.value; var swfurl = document.all.swfurl.value; if(screen.width>800){ document.write("
") document.write('') document.write('') document.write('') document.write('') document.write('') document.write('') document.write('') document.write('
') document.write('') document.write('
¹Ø±Õ
') document.write('
') document.write("
") document.write('') document.write('') document.write('') document.write('') document.write('') document.write('') document.write('') document.write('
') document.write('') document.write('') document.write('') document.write('') document.write('') document.write('
¹Ø±Õ
') document.write('
') } var isDOM = (document.getElementById ? true : false); var isIE4 = ((document.all && !isDOM) ? true : false); var isNS4 = (document.layers ? true : false); function getRef(id) { if (isDOM) return document.getElementById(id); if (isIE4) return document.all[id]; if (isNS4) return document.layers[id]; } var isNS = navigator.appName == "Netscape"; function moveRightEdge() { var yMenuFrom, yMenuTo, yOffset, timeoutNextCheck; if (isNS4) { yMenuFrom = Layer1024Left.top; yMenuTo = windows.pageYOffset +10; } else if (isDOM) { yMenuFrom = parseInt (Layer1024Left.style.top, 10); yMenuTo = (isNS ? window.pageYOffset : document.body.scrollTop) + 178; } timeoutNextCheck = 10; if (yMenuFrom != yMenuTo) { yOffset = Math.ceil(Math.abs(yMenuTo - yMenuFrom) / 10); if (yMenuTo < yMenuFrom) yOffset = -yOffset; if (isNS4) { divMenuL.top += yOffset; divMenuR.top += yOffset; } else if (isDOM) { divMenuL.style.top = parseInt (divMenuL.style.top, 10) + yOffset; divMenuR.style.top = parseInt (divMenuR.style.top, 10) + yOffset; timeoutNextCheck = 10; } } setTimeout ("moveRightEdge()", timeoutNextCheck); } 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); if (isNS4) { var divMenuL = document["Layer1024Left"]; var divMenuR = document["Layer1024Right"]; divMenuL.top = top.pageYOffset + 100; divMenuR.top = top.pageYOffset + 100; divMenu.visibility = "visible"; moveRightEdge(); } else if (isDOM) { var divMenuL = getRef('Layer1024Left'); var divMenuR = getRef('Layer1024Right'); divMenuL.style.top = (isNS ? window.pageYOffset : document.body.scrollTop) + 80; divMenuR.style.top = (isNS ? window.pageYOffset : document.body.scrollTop) + 80; divMenuL.style.visibility = "visible"; divMenuR.style.visibility = "visible"; moveRightEdge(); }