// JAVASCRIPT FACIL  ··· http://www.javascriptfacil.com
function movstar2(b,time){
movx=setInterval("mov2("+b+")",time)
}
function movover2(){
clearInterval(movx)
}
function mov2(b){
scrollx=new_event.document.body.scrollLeft
scrolly=new_event.document.body.scrollTop
scrolly=scrolly+b
new_event.window.scroll(scrollx,scrolly)
}
function o_down2(theobject){
object=theobject
while(object.filters.alpha.opacity>60){
object.filters.alpha.opacity+=-10}
}
function o_up2(theobject){
object=theobject
while(object.filters.alpha.opacity<100){
object.filters.alpha.opacity+=10}
}
function wback2(){
if(new_event.history.length==0){window.history.back()}
else{new_event.history.back()}
}