<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=30; // no quotes!!
XOffset=0;
staticYOffset=20; // 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=100; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="-2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="5";
linkFontFamily="Verdana";
linkFontSize="-2";
linkBGColor="white";
linkOverBGColor="#FFCCFF";
linkTarget="_self";
linkAlign="Left";
barBGColor="#FF0099";
barFontFamily="Verdana";
barFontSize="-2";
barFontColor="white";
barVAlign="center";
barWidth=10; // no quotes!!
barText="Site 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]=["Collections"] //create header
ssmItems[1]=["One of a Kind", "http://www.globalserve.net/~cybervugs/gal-ooak.htm", ""]
ssmItems[2]=["Commissions", "http://www.globalserve.net/~cybervugs/gal-custom.htm",""]
ssmItems[3]=["Earrings", "http://www.globalserve.net/~cybervugs/gal-earrings.htm", ""]
ssmItems[4]=["Bracelets", "http://www.globalserve.net/~cybervugs/gal-bracelets.htm", ""]
ssmItems[5]=["Neck Pieces", "http://www.globalserve.net/~cybervugs/gal-neckpieces.htm", ""]
ssmItems[6]=["Rings", "http://www.globalserve.net/~cybervugs/gal-rings.htm", ""]
ssmItems[7]=["Sold Work", "http://www.globalserve.net/~cybervugs/gal-sold.htm", ""]

ssmItems[8]=["What's New", "", ""] //create header
ssmItems[9]=["Hot off the Pliers", "http://www.globalserve.net/~cybervugs/newwork.htm", ""]
ssmItems[10]=["Blog", "http://www.wrapturewirejewellery.on.ca/blog", ""]
ssmItems[11]=["News Releases", "http://www.globalserve.net/~cybervugs/newsreleases.htm", ""]

ssmItems[12]=["Artist Info", "", ""] //create header
ssmItems[13]=["Shows", "http://www.globalserve.net/~cybervugs/showschedule.htm", ""]
ssmItems[14]=["Classes", "/classschedule.htm", ""]
ssmItems[15]=["Bio", "http://www.globalserve.net/~cybervugs/bio.htm", ""]
ssmItems[16]=["History", "http://www.globalserve.net/~cybervugs/history.htm", ""]
ssmItems[17]=["Statement", "http://www.globalserve.net/~cybervugs/gal-artstmt.htm", ""]

ssmItems[18]=["Shop", "", ""] //create header
ssmItems[19]=["Galleries", "http://www.globalserve.net/~cybervugs/shop_galleries.htm", ""]
ssmItems[20]=["Tutorials", "http://www.globalserve.net/~cybervugs/tutorials.htm", ""]

ssmItems[21]=["Misc", "", ""] //create header
ssmItems[22]=["Legal Notices", "http://www.globalserve.net/~cybervugs/legal.htm", ""]
ssmItems[23]=["Privacy Policy", "http://www.globalserve.net/~cybervugs/privacy.htm", ""]
ssmItems[24]=["Home", "http://www.globalserve.net/~cybervugs", ""]
ssmItems[25]=["Links", "http://www.globalserve.net/~cybervugs/links.htm", ""]
ssmItems[26]=["Contact us", "http://www.globalserve.net/~cybervugs/contactus.htm", ""]

buildMenu();

//-->