<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=200; // no quotes!!
XOffset=0;
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=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="time new romanic";
hdrFontSize="2";
hdrFontColor="#000000";
hdrBGColor="#F8E97E";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="Comic Sans MS";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_self";
linkAlign="Left";
barBGColor="#F8E97E";
barFontFamily="Arial";
barFontSize="2";
barFontColor="#000000";
barVAlign="center";
barWidth=12; // no quotes!!
barText="Menu"; // <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]=["Elija una Sección"] //create header
ssmItems[1]=["Principal", "http://www.titirimundi.net", ""]
ssmItems[2]=["La Compañia", "http://www.titirimundi.net/web/cia.htm",""]
ssmItems[3]=["Espectáculos", "http://www.titirimundi.net/web/", ""]
ssmItems[4]=["Calendario", "http://www.titirimundi.net/web/calendario/index.htm", ""]
ssmItems[5]=["Contrato", "http://www.titirimundi.net/web/contratar.htm", ""]
ssmItems[6]=["Noticias", "http://www.titirimundi.net/web/Noticias/news.asp", ""]
ssmItems[7]=["Titirimundi Web", "http://www.titirimundi.net/web/tw.htm", ""]
ssmItems[8]=["Consultas", "http://www.titirimundi.net/web/consultas.htm", "", 1, "no"] //create two column row
ssmItems[9]=["Email", "mailto:titirimundi@titirimundi.net", "",1]


buildMenu();

//-->