<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // 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="#795C06";
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="Verdana";
hdrFontSize="2";
hdrFontColor="#DDE182";
hdrBGColor="#6F590F";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="808000";
linkOverBGColor="#646400";
linkTarget="_top";
linkAlign="Left";
barBGColor="#F5E9BC";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#795C06";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SERVICIOS"; // <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]=["Menu"] //create header
ssmItems[1]=["DESAYUNOS", HREF="desayunos.htm", TARGET="_self"]
ssmItems[2]=["NOCHE MÁGICA", HREF="nocheMagica.htm", TARGET="_self"]
ssmItems[3]=["FAST BAR", HREF="fastBar.htm", TARGET="_self"]
ssmItems[4]=["SPECIAL WINES", HREF="specialWines.htm", TARGET="_self"]
ssmItems[5]=["LA BODEGUITA", HREF="laBodeguita.htm", TARGET="_self"]
ssmItems[6]=["OUR SHOP", HREF="ourShop.htm", TARGET="_self"]
ssmItems[7]=["LENCERIA", HREF="lenceria.htm", TARGET="_self"] 
ssmItems[8]=["ERÓTICOS", HREF="eroticos.htm", TARGET="_self"]
ssmItems[9]=["FOTOS", HREF="fotos.htm", TARGET="_self"] 
ssmItems[10]=["RECUERDOS", HREF="recuerdos.htm", TARGET="_self"]
ssmItems[11]=["SOCIO V.I.P.", HREF="../SOCIOVIP/vip.htm", TARGET="_self"]
ssmItems[12]=["HIGIENE", HREF="higiene.htm", TARGET="_self"]

buildMenu();

//-->
