<!--
/*
Cool Table Menu
By Clarence Eldefors (http://www.freebox.com/cereweb) with modifications from javascriptkit.com
Visit http://javascriptkit.com for this and over 400+ other scripts
*/
var Message = new Array();
Message[0]=' <img border="0" src="index3.jpg" width="100" height="110"> ';
Message[1]='<span style="font-family:  Arial; font-size: 11px; font-weight: bold; color: White;">REDES</span><br><br> Diseñamos e Instalamos Redes que le garantizan la  óptima transferencia de sus archivos.';
Message[2]='<span style="font-family:  Arial; font-size: 11px; font-weight: bold; color:White;">SISTEMAS DE GESTION</span><br><br>Desarrollamos Sistemas Administrativos y de Gestión a la Medida de su Empresa.';
Message[3]='<span style="font-family:  Arial; font-size: 11px; font-weight: bold; color:White;">PRODUCTOS </span><br><br> Comercializamos Equipos de Computo y Periféricos con la Garantia y el Soporte Tecnico Permanente.';
Message[4]='<span style="font-family:  Arial; font-size: 11px; font-weight: bold; color: White;">DISEÑO DE PÁGINAS WEB</span><br><br> Diseño de Páginas Web, Alojamiento, Dominios, Proyectos Internet, Comercio Electrónico.  ';
Message[5]='<span style="font-family:  Arial; font-size: 11px; font-weight: bold; color: White;">FINANZAS</span><br><br> Pongase en contacto con nosotros, llene nuestra ficha de inscripcion gratuita y  así le brindaremos una asesoria personalizada';
Message[6]='<span style="font-family:  Arial; font-size: 11px; font-weight: bold; color: White;">INGLES TECNICO</span><br><br>Cada sábado por la noche, la reina de la animación nos hará disfrutar frente a las pantallas de los más grandiosos espectáculos, grandes retos, conmovedoras historias y los más espectaculares juegos.';

function OnLoad(){
	DspInitialMessage()
}
function DspInitialMessage(){
	if (document.getElementById)
		document.getElementById("boxdescription").innerHTML=Message[0]//'&nbsp;'
	else
		boxdescription.innerHTML=Message[0]
}
function movein(which,MessageID){
//which.style.background='#9C9283'
	if (document.getElementById)
   		document.getElementById("boxdescription").innerHTML=Message[MessageID]
	else
   		boxdescription.innerHTML=Message[MessageID]
}
function moveout(which){
//which.style.background='bisque'
	if (document.getElementById)
		document.getElementById("boxdescription").innerHTML=Message[0]//'&nbsp;'
	else
		boxdescription.innerHTML=Message[0]
}
//-->
