//SCRIPT COURTESY OF DYNAMICDRIVE.COM //Spacing, semi-colons, single-quotes and other mods (C)DATASTAR Inc. //08/14/09 03:45 pm [http://www.dynamicdrive.com/dynamicindex11/scrollc.htm] var nsstyle='display:""' if (document.layers) var scrolldoc=document.scroll1.document.scroll2 function up() { if (!document.layers) return if (scrolldoc.top<0) scrolldoc.top+=10 temp2=setTimeout("up()",50) } function down() { if (!document.layers) return if (scrolldoc.top-150>=scrolldoc.document.height*-1) scrolldoc.top-=10 temp=setTimeout("down()",50) } function clearup() { if (window.temp2) clearInterval(temp2) } function cleardown() { if (window.temp) clearInterval(temp) } //END OF SCRIPT