<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=300; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=800; // 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=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#B38F2F";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#EAE8D6";
linkOverBGColor="#D3D08B";
linkTarget="_top";
linkAlign="left";
barBGColor="";
barFontFamily="Verdana";
barFontSize="4";
barFontColor="black";
barVAlign="center";
barWidth=80; // no quotes!!
barText='<IMG SRC="clef2.gif" BORDER="0" ALT="Navigation Menu">';


///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Public Access"] //create header
ssmItems[1]=["Home", "index.html",""]
ssmItems[2]=["Gallery", "gallery.html", ""]
ssmItems[3]=["Music Store", "musicstore.html", ""]
ssmItems[4]=["Forum", "http://www.moco-op.com/forum", "_new"]
ssmItems[5]=["Resources", "resources.html", ""]
ssmItems[6]=["News & Events", "news.html", ""]

ssmItems[7]=["FAQ", "index.html", "", 1, "no"] //create two column row
ssmItems[8]=["Bios/Contacts", "contact.html", "",1]

ssmItems[9]=["Venues", "", ""] //create header

ssmItems[10]=["Val's Lucky Dog Saloon", "vals/index.html"]

ssmItems[11]=["El Patron", "http://www.patronbarandgrill.com", target="_blank"]






buildMenu();

//-->