<!--

/*
Configure el estilo del menu
NOTA: Para editar el color de los links, modifique en el STYLE tags y edite el ssm2Items colors
*/
YOffset=157; // no quotes!!
XOffset=0;
staticYOffset=20; // no quotes!!
slideSpeed=40 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#A6204C";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=190; // Tiene que ser multiplo de 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="FFF0C8";
hdrBGColor="#A6204C";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFF0C8";
linkTarget="_top";
linkAlign="Left";
barBGColor="black";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="FFF0C8";
barVAlign="center";
barWidth=20; // no quotes!!
barText="PRODUCTOS"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - deje 'link' y 'target' vacios para crear titulo
ssmItems[0]=["Productos"] //crea titulo
ssmItems[1]=["Puertas", "/productos/puertas.php", ""]
ssmItems[2]=["Tableros", "/productos/tableros.php",""]
ssmItems[3]=["Laminados", "/productos/laminados.php", ""]
ssmItems[4]=["Corte y chapado", "/productos/corteychapado.php", ""]
ssmItems[5]=["Cocinas", "/productos/cocinas.php", ""]
ssmItems[6]=["Parques flotantes", "/productos/parques.php", ""]

ssmItems[7]=["Revestimientos de paredes", "/productos/revestimientos.php", ""] 
ssmItems[8]=["Molduras", "/productos/molduras.php", ""]

ssmItems[9]=["Bricolaje", "/productos/bricolaje.php", ""]
/*ssmItems[11]=["Web.Net", "http://web.net.ar", ""]
ssmItems[12]=["Dynamic Fx", "http://absolutegb.com/maximus/", ""]
*/
buildMenu();

//-->