<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=330; // no quotes!!
XOffset=0;
staticYOffset=20; // no quotes!!
slideSpeed=30 // no quotes!!
waitTime=120; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#eaeaea";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=100; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="000000";
hdrBGColor="#ffffff";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#ffffff";
linkTarget="_self";
linkAlign="Left";
barBGColor="#151C55";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="ffffff";
barVAlign="center";
barWidth=20; // no quotes!!
barText="menu"; // <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]=["products", "http://www.islandglassworks.com/box-products.html", ""] //create header
ssmItems[1]=["stripes", "http://www.islandglassworks.com/products/stripes/stripes.html", ""]
ssmItems[2]=["elements", "http://www.islandglassworks.com/products/elements/elements.html",""]
ssmItems[3]=["sake sets", "http://www.islandglassworks.com/products/sake/sake.html", ""]
ssmItems[3]=["custom lighting", "http://www.islandglassworks.com/products/custom-lighting/custom-lighting.html", ""]


buildMenu();

//-->
