<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=260; // no quotes!!
XOffset=0;
staticYOffset=10; // no quotes!!
slideSpeed=10 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=110; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="";
hdrFontSize="";
hdrFontColor="";
hdrBGColor="#f1e2f6";
hdrAlign="";
hdrVAlign="";
hdrHeight="17";
linkFontFamily="Lucida Calligraphy";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#e7b8f9";
linkTarget="_top";
linkAlign="Left";
barBGColor="#741a96";
barFontFamily="verdana";
barFontSize="1";
barFontColor="#e4e4e4";
barVAlign="middle";
barWidth=20; // no quotes!!
barText="COLLECTIONS"; // <IMG> tag supported. Put exact html for an  <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]=["", "", ""]
ssmItems[1]=["  bracelets", "../store/listItems.asp?idCategory=50", ""]
ssmItems[2]=["  necklaces", "../store/listItems.asp?idCategory=51",""]
ssmItems[3]=["  earrings", "../store/listItems.asp?idCategory=52", ""]
ssmItems[4]=["  headbands", "../store/listItems.asp?idCategory=53", ""]
ssmItems[5]=["  handbags", "../store/listItems.asp?idCategory=54", ""]
ssmItems[6]=["  rings", "../store/listItems.asp?idCategory=55", ""]
ssmItems[7]=["  design your own!", "../../designown.htm", ""]
ssmItems[7]=["  on sale", "../store/listItems.asp?idCategory=56", ""]
ssmItems[8]=["  specials", "../store/listItems.asp?idCategory=57", ""]
ssmItems[9]=["  new items", "../store/listItems.asp?idCategory=58", ""]
ssmItems[10]=["  design your own!", "../../designown.htm", ""]
ssmItems[11]=["", "", ""]


buildMenu();

//-->