//document height var oldDivHeight; function getOldDivHeight(divId){ var L=layer(divId); oldDivHeight=L.getHeight(); } function getDivHeight(divId){ var L=layer(divId); if (oldDivHeight < getWindowHeight() - 182 ) L.style.height = getWindowHeight() - 182 + "px" else if (oldDivHeight < L.getHeight()) L.style.height = oldDivHeight + "px"; } //preload images function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&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=5.5) // Internet Exploder 5.5+ return 'filter'; return false; }