<!--

/*
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=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#702C00";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#037484";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=22; // no quotes!!
barText='<IMG border="0" src="http://www.nhpirc.org/Quick_Picks_Menu.jpg" width="22" height="375">'; // IMG must be CAPS and must be in single quotes

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["For Parents"] //create header
ssmItems[1]=["Homework Help", "http://www.nhpirc.org/helpwithhomework.shtml"]
ssmItems[2]=["Early Literacy Tips", "http://www.nhpirc.org/earlyliteracytips.shtml", ""]
ssmItems[3]=["Talking to Teachers", "http://www.nhpirc.org/talkwithteachers.shtml", ""]
ssmItems[4]=["Parent Involvement Matters", "http://www.nhpirc.org/parentinvolvementmatters.shtml",""]
ssmItems[5]=["Workshops for Parents", "http://www.nhpirc.org/workshops.shtml", ""]
ssmItems[6]=["How Does Your School Rate?", "http://www.nhpirc.org/RatingSchoolonParentInvolvement.shtml", ""]
ssmItems[7]=["No Child Left Behind", "http://www.nhpirc.org/NCLB.shtml", ""]

ssmItems[8]=["For Educators-Schools", "", ""] //create header
ssmItems[9]=["10 Things Schools Can Do", "http://www.nhpirc.org/10ThingsSchoolsCanDo.shtml", ""]
ssmItems[10]=["6 Things Teachers Can Do", "http://www.nhpirc.org/6ThingsTeachersCanDo.shtml", ""]
ssmItems[11]=["How Does Your School Rate?", "http://www.nhpirc.org/RatingSchoolonParentInvolvement.shtml", ""]
ssmItems[12]=["PIRC School Support Options", "http://www.nhpirc.org/schoolsupport.shtml", ""]
ssmItems[13]=["Technical Assistance For Schools", "http://www.nhpirc.org/workshopsandTAforSchools.shtml", ""]
ssmItems[14]=["Partnership-Building Workshops", "http://www.nhpirc.org/workshoplist.shtml#pshipws", ""]

ssmItems[15]=["Resources for Everyone", "", ""] //create header
ssmItems[16]=["Upcoming Workshops & Events", "http://www.nhpirc.org/events.shtml", ""]
ssmItems[17]=["Parent Leadership Training", "http://www.nhpirc.org/parentleaders.shtml", ""]
ssmItems[18]=["Print Resources", "http://www.nhpirc.org/print.shtml", "", 1, "no"] //create two column row
ssmItems[19]=["Audio & Video", "http://www.nhpirc.org/audioandvideo.shtml", "",1]
ssmItems[20]=["Links", "http://www.nhpirc.org/links.shtml", "", 1, "no"] //create two column row
ssmItems[21]=["Staff", "http://www.nhpirc.org/staff.shtml", "",1]

ssmItems[22]=["Related Sites"] //create header
ssmItems[23]=["NH Parents Make The Difference", "http://www.nhparentsmakethedifference.org", "_new"]
ssmItems[24]=["The Parent Information Center", "http://www.picnh.org", "_new"]
ssmItems[25]=["PIC on Special Education", "http://www.nhspecialed.org", "_new"]
ssmItems[26]=["NH Connections", "http://www.nhconnections.org", "_new"]

buildMenu();

//-->