<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=220; // no quotes!!
XOffset=34;
staticYOffset=30; // no quotes!!
slideSpeed=40 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="";
menuIsStatic="no"; //this sets whether menu should stay static on the screen
menuWidth=120; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#999999";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="MS Sans Serif";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#cccccc";
linkTarget="_self";
linkAlign="Left";
barBGColor="#e5e5e5";
barFontFamily="MS Sans Serif";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=18; // no quotes!!
barText="<img src='../images/inside/menu.gif' border='0'>"; // <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]=["Clients"] //create header
ssmItems[1]=["&nbsp;&nbsp;&nbsp;&nbsp;<b>Government</b>", "government.html", "_self"]
ssmItems[2]=["&nbsp;&nbsp;&nbsp;&nbsp;<b>Exports</b>", "exports.html","_self"]
ssmItems[3]=["&nbsp;&nbsp;&nbsp;&nbsp;<b>Industrial</b>", "industrial.html","_self"]
buildMenu();



//-->
