function movstar(a,time){ movx=setInterval("mov("+a+")",time) } function movover(){ clearInterval(movx) } function mov(a){ scrollx=newshow.document.body.scrollLeft scrolly=newshow.document.body.scrollTop scrolly=scrolly+a newshow.window.scroll(scrollx,scrolly) } function o_down(theobject){ var object; object=theobject while(object.filters.alpha.opacity>60){ object.filters.alpha.opacity+=-10} } function o_up(theobject){ var object; object=theobject while(object.filters.alpha.opacity<100){ object.filters.alpha.opacity+=10} } function wback(){ if(newshow.history.length==0){window.history.back()} else{newshow.history.back()} }