<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=70; // no quotes!!
XOffset=65;
staticYOffset=20; // no quotes!!
slideSpeed=05 // 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=130; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="3";
hdrFontColor="white";
hdrBGColor="#5B3714";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial";
linkFontSize="3";
linkBGColor="#7A9489";
linkOverBGColor="#FFFFFF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#004B2C";
barFontFamily="Verdana";
barFontSize="3";
barFontColor="white";
barVAlign="center";
barWidth=25; // 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]=["   MENU"] //create header
ssmItems[1]=["Home", "index.asp", ""]
ssmItems[2]=["Artists", "artists_list.asp",""]
ssmItems[3]=["Browse Artwork", "browse.asp",""]
ssmItems[4]=["Search Artwork", "search.asp",""]
ssmItems[5]=["View Order", "cart_view.asp",""]
ssmItems[6]=["Policies", "policies.asp",""]
ssmItems[7]=["Contact Us", "contact.asp",""]


buildMenu();

//-->