<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; // 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="green";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#CC6600";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="tahoma";
linkFontSize="2";
linkBGColor="#E7DECE";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#336600";
barFontFamily="Tahoma";
barFontSize="3";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MENU HERE"; // <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", "http://www.floydharvestfestival.org", ""]
ssmItems[2]=["Events", "http://www.floydharvestfestival.org/events.html",""]
ssmItems[3]=["Rules & Regs", "http://www.floydharvestfestival.org/rulesandregulations.html", "_new"]
ssmItems[4]=["Exhibits & Descriptions", "http://www.floydharvestfestival.org/exhibitsanddescription.html", "_new"]
ssmItems[5]=["All Info PDF", "http://www.floydharvestfestival.org/rulesandregs.pdf", ""]
ssmItems[6]=["Schedule", "http://floydharvestfestival.org/schedule.html", ""]
ssmItems[7]=["Entry Form", "http://floydharvestfestival.org/entryform.doc", ""]
ssmItems[8]=["Entry Form-html", "http://floydharvestfestival.org/entryform.html", "_new"]
ssmItems[9]=["Vendor's Form-html", "http://floydharvestfestival.org/vendorsform.html", "_new"]


ssmItems[10]=["Map", "http://www.floydharvestfestival.org/map2.html", "_new", 1, "no"] //create two column row
ssmItems[11]=["Email", "mailto:floydharvestfestival@yahoo.com", "_new",1]

ssmItems[12]=["External Links", "", ""] //create header
ssmItems[13]=["Tourism Directory", "http://www.floydtourismdirectory.com", "_new"]
ssmItems[14]=["Floyd Area Events", "http://www.floydcountyinview.com/bulltnbd.htm", "_new"]

buildMenu();

//-->