<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=5; // no quotes!!
XOffset=0;
staticYOffset=0; // no quotes!!
slideSpeed=30 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#FF0000";
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="#000000";
hdrAlign="Left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#00FF00";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FFFF00";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="#000000";
barVAlign="center";
barWidth=9; // no quotes!!
barText="SIDE MENU"; // <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", "index.html", ""]
ssmItems[2]=["History", "history.html", ""]
ssmItems[3]=["Cool Stuff", "coolstuff.html", ""]
ssmItems[4]=["Links", "links.html", ""]
ssmItems[5]=["Contact us", "contact.html", ""]
ssmItems[6]=["Email us", "mailto:bbsgb@aol.com", ""]
ssmItems[7]=["External Links", "", ""] //create header
ssmItems[8]=["United Way", "http://www.georgian.net/united_way/", ""]
ssmItems[9]=["Youth Reading Zone", "http://www.ipl.org/cgi-bin/youth/youth.out.pl?sub=rzn0000", ""]
ssmItems[10]=["Mentoring Canada", "http://www.mentoringcanada.ca/", ""]

buildMenu();

//-->
