<!--

/*
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";// outside border color!!
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=190; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="White";// color of top bar font!!
hdrBGColor="Blue";// color of top bar!!
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="green";
linkOverBGColor="red";
linkTarget="_top";
linkAlign="Left";
barBGColor="Red";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="white";// outside color bar!!
barVAlign="center";
barWidth=40; // no quotes!!
barText="Quick Calendar"; // <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]=["click and check calendar date for more information"] //create header








ssmItems[0]=["Click on the event date for more information", "", "_new"]
ssmItems[1]=["", "", "_new"]













ssmItems[2]=["** Aug**", "", "_new"]
ssmItems[3]=["", "", "_new"]
ssmItems[4]=["Aug 4 - Food Allergy Support Group (HMC) ", "http://www.tgmoore.com/gfcf/Ad/foodallelgysupportgroup.htm", "_new"]
ssmItems[5]=["", "", "_new"]
ssmItems[6]=["Aug 13 - Swimming (* RSVP Aug 11 *) (ASA) ", 
"http://autismharrisburg.org/default.php", "_new"]
ssmItems[7]=["", "", "_new"]
ssmItems[8]=["** Aug 24 ** - * GFCF Diet Support Meeting * (ASD) ", 
"http://www.tgmoore.com/gfcf/MonthltMeetings/Jan09Flyer.htm", "_new"]
ssmItems[9]=["", "", "_new"]



// ssmItems[4]=["Message Forum", "http://www.codingforums.com", "_new"]
//ssmItems[5]=["Submit Script", "http://www.dynamicdrive.com/submitscript.htm", ""]
//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();

//-->