<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=100; // 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=250; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial black";
hdrFontSize="3";
hdrFontColor="CC0000";
hdrBGColor="orange";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial black";
linkFontSize="3";
linkBGColor="#FFFF33";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#CC0000";
barFontFamily="arial black";
barFontSize="4";
barFontColor="FFFF33";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Menu Euroceliz"; // <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]=["El fruto", "3Euroceliz-lucuma.htm", ""]
ssmItems[2]=["Proceso", "11Euroceliz-proceso.htm", ""]
ssmItems[3]=["Recetas de lúcuma", "2Euroceliz-lucuma.htm", ""]
ssmItems[4]=["Álbum y producción", "5Euroceliz-fotos.htm", ""]
ssmItems[5]=["Sección música", "12Euroceliz-música.htm", ""]
ssmItems[6]=["Comentarios y/o sugerencias", "9Euroceliz-comentarios.htm", "", 1, "no"] //create two column row
ssmItems[7]=["Teléfonos, fax y e-mail", "8Euroceliz-dir y tel.htm", "",1]

ssmItems[8]=["Enlaces externos", "", ""] //create header
ssmItems[9]=["Pilsen Callao", "m.htm", ""]
ssmItems[10]=["Importaciones Euroceliz AB", "import euroceliz AB.htm", ""]

buildMenu();

//-->
