//SCRIPTS PARA TU WEB  ··· http://www.pluralidad.com/codigos/
function movstar_2(a,time){
movx=setInterval("mov_2("+a+")",time)
}
function movover_2(){
clearInterval(movx)
}
function mov_2(a){
scrollx=im2.document.body.scrollLeft
scrolly=im2.document.body.scrollTop
scrolly=scrolly+a
im2.window.scroll(scrollx,scrolly)
}
function o_down_2(theobject){
object=theobject
}
function o_up_2(theobject){
object=theobject
}
function wback_2(){
if(im2.history.length==0){window.history.back()}
else{im2.history.back()}
}

function movstar_3(a,time){
movx=setInterval("mov_3("+a+")",time)
}
function movover_3(){
clearInterval(movx)
}
function mov_3(a){
scrollx=im3.document.body.scrollLeft
scrolly=im3.document.body.scrollTop
scrolly=scrolly+a
im3.window.scroll(scrollx,scrolly)
}
function o_down_3(theobject){
object=theobject
}
function o_up_3(theobject){
object=theobject
}
function wback_3(){
if(im3.history.length==0){window.history.back()}
else{im3.history.back()}
}

function movstar_infotxt(a,time){
movx=setInterval("mov_infotxt("+a+")",time)
}
function movover_infotxt(){
clearInterval(movx)
}
function mov_infotxt(a){
scrollx=infotxt.document.body.scrollLeft
scrolly=infotxt.document.body.scrollTop
scrolly=scrolly+a
infotxt.window.scroll(scrollx,scrolly)
}
function o_down_infotxt(theobject){
object=theobject
}
function o_up_infotxt(theobject){
object=theobject
}
function wback_infotxt(){
if(infotxt.history.length==0){window.history.back()}
else{infotxt.history.back()}
}
