<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=140; // no quotes!!
XOffset=-5;
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="no"; //this sets whether menu should stay static on the screen
menuWidth=130; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#000000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="black";
barFontFamily="arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="NAVIGATION"; // <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]=["Site Navigation"] //create header
ssmItems[1]=["<font color=#000000>Home</font>", "../kathryn/introduction.html", ""]
ssmItems[2]=["Global Warming"]
ssmItems[3]=["<font color=#000000>Introduction</color>", "../carlieayn/introglobalwarming.html", ""]
ssmItems[4]=["<font color=#000000>Causes and Effects</color>", "../carlieayn/introcausesandeffects.html", ""]
ssmItems[5]=["<font color=#000000>Organisms Affected</color>", "../mandy/introorganismsaffectedbygw.html", ""]
ssmItems[6]=["<font color=#000000>Interviews</color>", "../doc/introinterviews.html", ""]
ssmItems[7]=["<font color=#000000>Intervention</color>", "../doc/introwaystoreducegw.html", ""]
ssmItems[8]=["Pollution"]
ssmItems[9]=["<font color=#000000>Introduction</color>", "../kathryn/intropollutioninsea.html", ""]
ssmItems[10]=["<font color=#000000>Runoff</color>", "../kathryn/introrunoff.html", ""]
ssmItems[11]=["<font color=#000000>Oil Spills</color>", "../doc/introoilspills.html", ""]
ssmItems[12]=["<font color=#000000>Garbage Disposal</color>", "../mandy/introgarbageinsea.html", ""]
ssmItems[13]=["<font color=#000000>Organisms Affected</color>", "../mandy/introorganismsaffectedbypollution.html", ""]
ssmItems[14]=["Conclusions"]
ssmItems[15]=["<font color=#000000>Possible Remedies</color>", "../kathryn/helpendangeredanimals.html", ""]
ssmItems[16]=["<font color=#000000>Summary</color>", "../kathryn/summary.html", ""]
ssmItems[17]=["<font color=#000000>Colophon<color>", "../kathryn/colophon.html", ""]
buildMenu();

//-->
