/************************** START GLOBAL JS FUNCTIONS **************************/ function divStyle(theDiv) { if (document.getElementById) return document.getElementById(theDiv).style; return eval("document."+((document.all)?"all."+theDiv+".style":theDiv)); } function clipDiv(thisDiv,cT,cR,cB,cL) { if (document.all || document.getElementById) divStyle(thisDiv).clip = "rect("+cT+" "+cR+" "+cB+" "+cL+")"; else { divStyle(thisDiv).clip.top = cT; divStyle(thisDiv).clip.bottom = cB; divStyle(thisDiv).clip.left = cL; divStyle(thisDiv).clip.right = cR; } } function showDiv(thisDiv) { if (document.getElementById) node=document.getElementById(thisDiv).style.visibility='visible'; else divStyle(thisDiv).visibility = "visible" } function hideDiv(thisDiv) { if (document.getElementById) node = document.getElementById(thisDiv).style.visibility='hidden'; else divStyle(thisDiv).visibility=(document.all)?"hidden":"hide"; } var mouseX = 0; var mouseY = 0; function watchMouse(e) { mouseX = (document.all)?window.event.clientX+document.body.scrollLeft:e.pageX; mouseY = (document.all)?window.event.clientY+document.body.scrollTop:e.pageY; } if(document.layers) { document.captureEvents(Event.MOUSEMOVE); } document.onmousemove=watchMouse; function _go(fName,sName) { if (eval("document." + fName + "." + sName + ".options[document." + fName + "." + sName + ".selectedIndex].value")) location.href=eval("document." + fName + "." + sName + ".options[document." + fName + "." + sName + ".selectedIndex].value"); } var RealMode=0; var RealPlayer5=0; var RealPlayer4=0; var RealPlayerG2=0; document.write('