/*
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="Economic"
barText='<img src="nav/tab_but_economic.gif" width="25" height="198" border="0">'
///////////////////////////

// the menu items
addHdr("Economic");
addItem("Home", "home.htm", "", 1, "no")
addItem("A to Z", "a_to_z.htm","",1)
addItem("Transportation of<br>&nbsp;&nbsp;Materials", "transportation.htm","")
addItem("Investment in env.<br>&nbsp;&nbsp;initiatives", "environmental_initiatives.htm","")
addItem("Economic Impact<br>&nbsp;&nbsp;on others", "economic_impact.htm","")
addItem("Stakeholder<br>&nbsp;&nbsp;engagement", "stakeholder_engagement.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();

