<!--

/*
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="black";
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="comic sans ms";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#336600";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="comic sans ms";
linkFontSize="1";
linkBGColor="#FFFFCC";
linkOverBGColor="#99FF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#336600";
barFontFamily="comic sans ms";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SITE MAP"; // <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]=["The Club"] //create header
ssmItems[1]=["History", "new-history.html", ""]
ssmItems[2]=["Events"] //create header
ssmItems[3]=["2011 Events", "tests.html",""]
ssmItems[4]=["2010 Completed", "2010_results.html", ""]
ssmItems[5]=["2009 Completed", "2009_results.html", ""]
ssmItems[6]=["2008 Completed", "2008_results.html", ""]
ssmItems[7]=["2007 Completed", "2007_results.html", ""]
ssmItems[8]=["Slideshow", "fun/slideshows.html", ""]

ssmItems[9]=["Earthdog Info", "", ""] //create header
ssmItems[10]=["Earthdog Ins & Outs", "http://mysite.verizon.net/vgf2/homepage.htm", ""]
ssmItems[11]=["AWTA Info, basic", "new-awta.html", ""]
ssmItems[12]=["AWTA Website", "http://www.awta.org/index.html", ""]
ssmItems[13]=["AKC Rules", "http://www.akc.org/pdfs/rulebooks/REEDOG.pdf", ""]
ssmItems[14]=["AKC Manual", "http://www.alc.org/pdfs/rulebooks/earthdog_procedural_manual.pdf", ""]

buildMenu();

//-->


