// JavaScript Document 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=3) {browser ="ok"} if (browserName =="Microsoft Internet Explorer" && browserVer >=4) {browser ="ok"} // define images if (browser =="ok") { arrowbutdown= new Image(); arrowbutdown.src="images/down_scroll.gif"; arrowbutdownon= new Image(); arrowbutdownon.src="images/down_scroll.gif"; arrowbutup= new Image(); arrowbutup.src="images/up_scroll.gif"; arrowbutupon= new Image(); arrowbutupon.src="images/up_scroll.gif"; } function changeOver(imgName,select) { if (browser =="ok") {img1 = eval( select+ ".src"); document.images[imgName].src=img1;} } var clicked = 0; function scrolldown(){ if (document.all){ // For Internet Explorer Config Xpos = document.all.scrollContent.style.pixelTop; stopPos = document.all.scrollContent.clientHeight - document.all.scrollWindow.clientHeight; if (Xpos > -stopPos){ document.all.scrollContent.style.pixelTop -= 2 timer = setTimeout("scrolldown()",2); } else { clearTimeout(timer);} } // End of Internet Explorer Config; else if (document.layers){ // For Netscape Config - give me a HellYeAh!!! Xpos = document.scrollWindow.document.scrollContent.top; stopPos = document.scrollWindow.document.scrollContent.document.height - document.scrollWindow.clip.height; if (Xpos > -stopPos){ document.layers.scrollWindow.document.layers.scrollContent.top -= 2 timer = setTimeout("scrolldown()",2); } else { clearTimeout(timer);} } // End of Netscape Config; } function scrollup(){ if (document.all){ // For Internet Explorer Config Xpos = document.all.scrollContent.style.pixelTop; if (Xpos == 0){ Xpos = Xpos; timer = setTimeout("scrollup()",2); } else { document.all.scrollContent.style.pixelTop += 2; timer = setTimeout("scrollup()",2); } } // End of Internet Explorer Config; else if (document.layers){ // For Netscape Config - give me a HellYeAh!!! Xpos = document.scrollWindow.document.scrollContent.top; if (Xpos == 0){ Xpos = Xpos; timer = setTimeout("scrollup()",2); } else { document.scrollWindow.document.scrollContent.top += 2; timer = setTimeout("scrollup()",2); } } // End of Netscape Config; } function scrollstop(){ clearTimeout(timer); Xpos = Xpos } //-->