/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
bodyWidth=(IE)?document.body.offsetWidth-20:window.innerWidth-20
YOffset=90; // no quotes!!
barWidth=25; // no quotes!!
XOffset=0; // no quotes!!
staticYOffset=20; // 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="black";
menuIsStatic="yes";
menuWidth=120; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#4B5F5F";
hdrAlign="left";
hdrVAlign="center";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#CAD9D9";
linkTarget="_self";
linkAlign="Left";
//barBGColor="#000000";
barBGColor="#ffffff";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
//barText="Environment"
barText='<img src="nav/tab_but_environment.gif" width="25" height="198" border="0">'
///////////////////////////

// the menu items
addHdr("Main Menu");
addItem("Home", "home.htm", "", 1, "no")
addItem("A to Z", "a_to_z.htm","",1)
addItem("Biodiversity/<br>&nbsp;&nbsp;Habitat<br>&nbsp;&nbsp;Conservation", "bio_pag1.htm","")
addItem("Discharges to /<br>&nbsp;&nbsp;pollution of water", "water_pag1.htm","")
addItem("Discharges to /<br>&nbsp;&nbsp;pollution of the<br>&nbsp;&nbsp;ground", "discharges_to_land.htm","")
addItem("Emissions to air", "emissions_pag1.htm","")
addItem("Back", "performance.htm","")
addHdr(" ")
addItem("Enviro", "Enviro.htm", "")
addItem("Toolbox Talks", "toolbox_talks.htm", "")
addItem("Case Records", "case_records.htm","")
addItem("Glossary and Links", "glo_pag1.htm","")

//


// final step that builds the menu
buildMenu();

