<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=325; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=10 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#336699";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=140; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Tahoma";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#C5C5C5";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="25";
linkFontFamily="sans-serif";
linkFontSize="2";
linkFontColor="white";
linkBGColor="#5286BB";
linkOverBGColor="#1A4D81";
linkTarget="_top";
linkAlign="Left";
barBGColor="#C5C5C5";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="black";
barVAlign="center";
barWidth=24; // no quotes!!
barText="AGL Logistics"; // <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]=["About Us", "aboutus.htm"]
ssmItems[2]=["Mission Statement", "missionstatement.htm"]
ssmItems[3]=["Management","management.htm"]
ssmItems[4]=["Industry Verticals","industryverticals.htm"]
//ssmItems[5]=["External Links", "", ""] //create header
ssmItems[5]=["Press Releases", "null", ""]
ssmItems[6]=["Global Network", "null", ""]


buildMenu();

//-->
