<!--

/*
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=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#E7F0E7";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=160; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#33CC66";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="center";
barBGColor="";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=20; // 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]=[""] //create header
ssmItems[1]=["University of Hawaii", "http://www.hawaii.edu", ""]
ssmItems[2]=["CTAHR", "http://www2.ctahr.hawaii.edu",""]
ssmItems[3]=["Hawaii 4-H", "http://www2.ctahr.hawaii.edu/4h", ""]
ssmItems[4]=["Service-Learning"]
ssmItems[5]=["Home", "http://www2.ctahr.hawaii.edu/4h/service-learning", ""]
ssmItems[6]=["Projects", "http://www2.ctahr.hawaii.edu/4h/service-learning/projects.htm", ""]
ssmItems[7]=["Resources", "http://www2.ctahr.hawaii.edu/4h/service-learning/resources.htm", ""]
ssmItems[8]=["Seasons of Service", "http://www2.ctahr.hawaii.edu/4h/service-learning/calendar.htm", ""]
ssmItems[9]=["Related Topics/Links", "http://www2.ctahr.hawaii.edu/4h/service-learning/links.htm", ""]
ssmItems[10]=["How Do Youth Participate?", "http://www2.ctahr.hawaii.edu/4h/service-learning/participate.htm", ""]
ssmItems[11]=["Mini-Grants", "http://www2.ctahr.hawaii.edu/4h/service-learning/grants.htm", ""]
ssmItems[12]=[""]
ssmItems[13]=["Feedback/Comments", "http://agsci002.ctahr.hawaii.edu/hawaii4h/service-learning/feedback/gb.asp"]
ssmItems[14]=[""]


//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]=["Website Abstraction", "http://www.wsabstract.com", ""]
//ssmItems[11]=["Freewarejava", "http://www.freewarejava.com", ""]
//ssmItems[12]=["Dynamic Fx", "http://absolutegb.com/maximus/", ""]

buildMenu();

//-->