<!--

/*
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="#99CCFF";
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="white";
hdrBGColor="#0099ff";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#33ccff";
linkTarget="_top";
linkAlign="Left";
barBGColor="#0099ff";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="T I E N D A"; // <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]=["Nuevo Jordan"] //create header
ssmItems[1]=["Guantes", "http://www.nuevojordan.com/tienda/guantes.html", ""]
ssmItems[2]=["Pants", "http://www.nuevojordan.com/tienda/pants.html",""]
ssmItems[3]=["Sudaderas", "http://www.nuevojordan.com/tienda/sudaderas.html", ""]
ssmItems[4]=["Playeras", "http://www.nuevojordan.com/tienda/playeras.html", "_new"]
ssmItems[5]=["Shorts", "http://www.nuevojordan.com/tienda/shorts.html", ""]
ssmItems[6]=["Gorras", "http://www.nuevojordan.com/tienda/gorras.html", ""]

ssmItems[7]=["Peras", "http://www.nuevojordan.com/tienda/peras.html", "", ""] //create two column row
ssmItems[8]=["Costales", "http://www.nuevojordan.com/tienda/costales.html", ""]

ssmItems[9]=["Accesorios", "http://www.nuevojordan.com/tienda/accesorios.html", ""] //create header
ssmItems[10]=["Contacto", "mailito:gimnasio@nuevojordan.com", ""]

buildMenu();

//-->
