<SCRIPT type=text/javascript>
<!--
var currentpos,timer;
function sc()
{
clearInterval(timer);
}
function initialize()
{
timer=setInterval("scrollwindow()",10);
}
function scrollwindow()
{
currentpos=document.body.scrollTop;window.scroll(0,++currentpos);
}
document.onmousedown=sc
document.ondblclick=initialize
var newWindow=null
function subwin(loadpos,target,width,height)
{
if(!newWindow||newWindow.closed)
{
newWindow=window.open(loadpos,target,"resizable,scrollbars,dependent,width=