var menu_prin;
var urlLarestel='http://www.larestel.es';
var pagina='Larestel';

menu_prin="<table width='100%' height='150px' border='0' cellpadding='0' cellspacing='0' bgcolor='#d7d7af'><tr><td onMouseOver=this.style.backgroundColor='#ffffff' onMouseOut=this.style.backgroundColor='' onClick=javascript:location.href='bienvenida.html'><div align='center'>Presentación</div></td></tr><tr><td onMouseOver=this.style.backgroundColor='#ffffff' onMouseOut=this.style.backgroundColor='' onClick=javascript:location.href='clientes.html'><div align='center'>Clientes</div></td></tr><tr><td onMouseOver=this.style.backgroundColor='#ffffff' onMouseOut=this.style.backgroundColor='' onClick=javascript:location.href='beneficios.html'><div align='center'>Beneficios</div></td></tr><tr><td onMouseOver=this.style.backgroundColor='#ffffff' onMouseOut=this.style.backgroundColor='' onClick=javascript:location.href='domoticainmotica.html'><div align='center'>Domótica/Inmótica</div></td></tr><tr><td onMouseOver=this.style.backgroundColor='#ffffff' onMouseOut=this.style.backgroundColor='' onClick=javascript:location.href='domoticalacarta.html'><div align='center'>Domótica a la Carta</div></td></tr><tr><td onMouseOver=this.style.backgroundColor='#ffffff' onMouseOut=this.style.backgroundColor='' onClick=javascript:location.href='maservicios.html'><div align='center'>Más Servicios</div></td></tr><tr><td onMouseOver=this.style.backgroundColor='#ffffff' onMouseOut=this.style.backgroundColor='' onClick=javascript:location.href='contacto.html'><div align='center'>Contacto</div></td></tr><tr><td onMouseOver=this.style.backgroundColor='#ffffff' onMouseOut=this.style.backgroundColor='' onClick=javascript:location.href='preguntasfrecuentes.html'><div align='center'>Preguntas Frecuentes</div></td></tr></table>";

function aqui(menu)
{
document.write(menu);
}