<!--

/*
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=90; // 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=130; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000542";
barFontFamily="Arial";
barFontSize="2";
barFontColor="#00CCFF";
barVAlign="center";
barWidth=17; // no quotes!!
barText="SIDE NAV"; // <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", "http://school.cottondew.net/Noyes/", ""]

ssmItems[2]=["Proposal"] //create header
ssmItems[3]=["Introduction", "http://school.cottondew.net/Noyes/PIntroduction.html", ""]
ssmItems[4]=["Methods", "http://school.cottondew.net/Noyes/PMethods.html", ""]
ssmItems[5]=["Timeline", "http://school.cottondew.net/Noyes/PTimeline.html", ""]
ssmItems[6]=["Data Collection", "http://school.cottondew.net/Noyes/PDataCollection.html", ""]
ssmItems[7]=["References", "http://school.cottondew.net/Noyes/PReferences.html", ""]

ssmItems[8]=["Final Product"] //create header
ssmItems[9]=["Abstract", "http://school.cottondew.net/Noyes/FAbstract.html", ""]
ssmItems[10]=["Introduction", "http://school.cottondew.net/Noyes/FIntroduction.html", ""]
ssmItems[11]=["Methods", "http://school.cottondew.net/Noyes/FMethods.html", ""]
ssmItems[12]=["Timeline", "http://school.cottondew.net/Noyes/FTimeline.html", ""]
ssmItems[13]=["Data Collected", "http://school.cottondew.net/Noyes/FDataCollected.html", ""]
ssmItems[14]=["References", "http://school.cottondew.net/Noyes/FReferences.html", ""]
ssmItems[15]=["PowerPoint", "http://school.cottondew.net/Noyes/FPowerPoint.html", ""]

ssmItems[16]=["Check It Out"] //create header
ssmItems[17]=["Pictures", "http://school.cottondew.net/Noyes/Pictures.html", ""]
ssmItems[18]=["Extra", "http://school.cottondew.net/Noyes/Extra.html", ""]

buildMenu();

//-->
