<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=0; // 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="#000000";
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="garamond";
hdrFontSize="3";
hdrFontColor="#000000";
hdrBGColor="#cccccc";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="50";
linkFontFamily="garamond";
linkFontSize="3";
linkBGColor="#999999";
linkOverBGColor="#999999";
linkTarget="_top";
linkAlign="center";
barBGColor="#cccccc";
barFontFamily="garamond";
barFontSize="5";
barFontColor="#000000";
barVAlign="center";
barWidth=30; // no quotes!!
barText="Old Day's 2008"; // <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]=["September 26th thru 28"] //create header
<!--- ssmItems[1]=["Resources", "../resources.asp", ""] --->
ssmItems[1]=["Schedule", "../schedule.asp",""]
<!--- ssmItems[3]=["Last Year's Event", "Old_Days/2006.asp", ""] --->
ssmItems[2]=["Memorabilia", "../Memorabilia.asp", ""]
<!---ssmItems[5]=["Volunteer's Campout 2006", "../Campout/Campout_2006.asp", ""] --->
<!--ssmItems[6]=["Link to Us", "http://www.dynamicdrive.com/link.htm", ""] -->

<!-- ssmItems[7]=["FAQ", "http://www.dynamicdrive.com/faqs.htm", "", 1, "no"] //create two column row -->
<!-- ssmItems[8]=["Email", "http://www.dynamicdrive.com/contact.htm", "",1] -->

<!-- ssmItems[9]=["External Links", "", ""] //create header -->
<!-- ssmItems[10]=["JavaScript Kit", "http://www.javascriptkit.com", ""] -->
<!-- ssmItems[11]=["Freewarejava", "http://www.freewarejava.com", ""] -->
<!-- ssmItems[12]=["Coding Forums", "http://www.codingforums.com", ""] --.

buildMenu();

//-->