<!--

/*
Configure el estilo del menu
NOTA: Para editar el color de los links, modifique en el STYLE tags y edite el 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="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Tiene que ser multiplo de 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="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MENU LATERAL HIPERPINTURAS ALDEGUER"; // <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]=["Mapa Web"] //crea titulo
ssmItems[1]=["Tienda On-Line", "http://www.estoydecompras.es/guardamar/tienda.asp?CodCliente=aldeguer_guardamar", ""]
ssmItems[2]=["Alta Decoración", "http://www.decoracionesaldeguer.es/alta_decoracion.html",""]
ssmItems[3]=["Produc. Industriales", "http://www.decoracionesaldeguer.es/produc_ind.html", ""]
ssmItems[4]=["Pinturas y Derivados", "http://www.decoracionesaldeguer.es/pinturas_derivados.html", ""]
ssmItems[5]=["Conozca la Empresa", "http://www.decoracionesaldeguer.es/index.html", "_new"]
ssmItems[6]=["Novedades", "http://www.estoydecompras.es/guardamar/tienda.asp?CodCliente=aldeguer_guardamar", ""]

ssmItems[7]=["Localizar", "http://www.decoracionesaldeguer.es/plano.html", "", 1, "no"] //crea linea de dos columnas
ssmItems[8]=["Email", "mailto: nave@decoracionesaldeguer.es", "",1]

ssmItems[9]=["Buscadores Web", "", ""] //crea titulo
ssmItems[10]=["Google España", "http://www.google.es", ""]
ssmItems[11]=["Yahoo España", "http://www.yahoo.es", ""]
ssmItems[12]=["Ozú España", "http://www.ozu.es", ""]

buildMenu();

//-->