var Velocidad, currentpos=curpos1=0,alt=1,curpos2=-1
function getInicializa(){
if (window.Contenido.parent.scrollspeed!=0){
Velocidad=window.Contenido.parent.scrollspeed
getScrollWindow()
}
}
function getScrollWindow(){
temp=(document.all)? document.body.scrollTop : window.Contenido.pageYOffset
alt=(alt==0)? 1 : 0
if (alt==0)
curpos1=temp
else
curpos2=temp
window.Contenido.scrollBy(0,Velocidad)
}
setInterval("getInicializa()",10)
*********
y en mi pagina principal puse esto:
<iframe width="100%" height="600" frameborder="0" src="Contenidos/QuienesSomos/MensajeRector.htm"scrolling="auto" name="Contenido" marginheight="0" marginwidth="0" > </iframe>
<a href="#" onMouseover="scrollspeed=-2" onMouseout="scrollspeed=0" ><img src="up.gif" border="0" width="25" height="25" align="right"></a> <a href="#" onMouseover="scrollspeed=2" onMouseout="scrollspeed=0" ><img src="down.gif" width="25" height="25"border="0" align="right"></a>
![Pensando](http://static.forosdelweb.com/fdwtheme/images/smilies/scratchchin.gif)
Espero me puedan ayudar por que me estoy comenzando a desesperar..... de antemano les doy gracias por su ayuda...