<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=180; // no quotes!!
XOffset=7;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=120; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#003399";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Kuantika.net"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Kuantika.net"] //create header
ssmItems[1]=["Home", "http://www.kuantika.net", ""]
ssmItems[2]=["Nosotros", "http://www.kuantika.net/acerca.htm",""]
ssmItems[3]=["Servicios"]
ssmItems[4]=["Programación", "http://www.kuantika.net/programacion.htm", ""]
ssmItems[5]=["Redes", "http://www.kuantika.net/redes.htm", ""]
ssmItems[6]=["Seguridad", "http://www.kuantika.net/seguridad.htm", ""]
ssmItems[7]=["Portales", "http://www.kuantika.net/portales.htm", ""]
//ssmItems[7]=["Mapa Web", "http://www.kuantika.net", "", 1, "no"] //create two column row
//ssmItems[8]=["Contacto", "http://www.kuantika.net", "",1]
ssmItems[8]=["Mapa Web", "http://www.kuantika.net/mapaweb.htm", ""] //create two column row
ssmItems[9]=["Contacto", "http://www.kuantika.net/contactar.htm", ""]
ssmItems[10]=["Productos", "", ""] //create header
ssmItems[11]=["Hostcontrol", "http://www.kuantika.net/hostcontrol.htm", ""]
ssmItems[12]=["Diseño Web", "http://www.kuantika.net/web.htm", ""]
ssmItems[13]=["Xoops", "http://www.kuantika.net/xoops.htm", ""]

buildMenu();

//-->