<!--
/*
Copyright © MaXimuS 2000-2001, All Rights Reserved.
Site: http://www.absolutegb.com/maximus
E-mail: maximus@nsimail.com
Version: 6.3 (NS6 compatibility + NS4 x-axis scroll bar fix)
*/
// Permission granted to SimplytheBest.net to feature script in its 
// DHTML script collection at http://simplythebest.net/info/dhtml_scripts.html

YOffset=90; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=30 // no quotes!!
waitTime=180; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#990000";
menuIsStatic="yes";
menuWidth=150; // Must be a multiple of 10! no quotes!!
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="00355c";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#004D91";
linkOverBGColor="#99cc33";
linkTarget="_top";
linkAlign="Left";
barBGColor="#99cc33";
barFontFamily="verdana";
barFontSize="2";
barFontColor="#006600";
barVAlign="center";
barWidth=15; // no quotes!!

startMenu("Menu", " ••MENU••")
addItem("quienes somos", "http://www.skytel.com.ec/buscaper.html", "");
addItem("beepers 1 via", "http://www.skytel.com.ec/pagers.html", "");
addItem("promociones", "http://www.skytel.com.ec/promo.html", "");
addItem("cobertura", "http://www.skytel.com.ec/cobertu.html", "");
addItem("contactenos", "http://www.skytel.com.ec/conta.html", "");
addItem("mapa del sitio", "http://www.skytel.com.ec/mapa.html", "");
addHdr("SERVICIOS");
addItem("servicio 1 via", "http://www.skytel.com.ec/servicios.html", "");
addItem("tipos de cobertura", "http://www.skytel.com.ec/cobertu.html", "");
addItem("envio de mensajes", "http://www.skytel.com.ec/single4.html", "");
addItem("recupere mensajes", "http://www.skytel.com.ec/pagerec4.html", "");
addItem("clave de seguridad", "http://www.skytel.com.ec/modsecc.htm", "");
addItem("clave de uso", "http://www.skytel.com.ec/modusec.html", "");
addItem("software", "http://www.skytel.com.ec/skyword.html", "");
addItem("secretaria virtual", "http://www.skytel.com.ec/secretaria.html", "");
addItem("mensajes a grupo", "http://www.skytel.com.ec/group4.html", "");
addItem("mensaje a futuro", "http://www.skytel.com.ec/single4.html", "");
endMenu("trabaje con nostros", "http://www.skytel.com.ec/recursos.html")

//-->
