/***************************/ /* No Frame Script */ /***************************/ /* function winSize(){ brouser = navigator.userAgent; //alert(brouser); if (brouser.indexOf("Safari") > -1){ safari = 1; } else { safari = 0; } if (safari == 1){ XX = pageXOffset; YY = pageYOffset; WW = window.innerWidth; HH = window.innerHeight; } else if (brouser.indexOf("Opera") > -1){ HH = window.innerHeight; //alert(HH); } else { XX = document.documentElement.scrollLeft; YY = document.documentElement.scrollTop; WW = document.documentElement.clientWidth; HH = document.documentElement.clientHeight; } if (brouser.indexOf("MSIE") == -1){ document.getElementById("miniContent").style.height = (HH - 115) + "px"; } else { return; } } window.onresize = function(){ winSize(); if (brouser.indexOf("MSIE") == -1){ document.getElementById("miniContent").style.height = (HH - 115) + "px"; //alert(document.getElementById("miniContent").style.height); } else { return; } } window.onscroll = function(){ winSize(); if (brouser.indexOf("MSIE") == -1){ document.getElementById("miniContent").style.height = (HH - 115) + "px"; } else { return; } } */ /***************************/ /* Mouse Over / Out */ /***************************/ function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i0&&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&&i