//////////////////////////////////////////
//      Funciones de JavaScript         //
//                                      //
// Creado por David Fernández Barrero   //
//    para Aldebaran Innovation         //
//////////////////////////////////////////

function init()
{
	
}

function desplaza(sentido, vel)	
{
	window.top -= 20;	
	alert('hola');
}

function scrollit()
{ 
    for (I=1; I<=1700; I++){        
           frame.scroll(1,I)}
}

	