<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=15 // 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"; //this sets whether menu should stay static on the screen
menuWidth=170; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#3f3f3f";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#0fa1e9";
linkOverBGColor="#03e9fe";
linkTarget="_self";
linkAlign="Left";
barBGColor="black";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=11; // no quotes!!
barText='<IMG SRC="SideMenuTAB4.gif">'; // <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]=["Alexander Exhibit LLC"] //create header
ssmItems[1]=["Home", "http://www.alexanderexhibit.com/AE2004/home/home.html", ""]
ssmItems[2]=["Contact", "http://www.alexanderexhibit.com/AE2004/contact/contact.html",""]
ssmItems[3]=["Portfolio", "http://www.alexanderexhibit.com/AE2004/portfolio/portfolio.html", ""]
ssmItems[4]=["Tradeshow Services", "http://www.alexanderexhibit.com/AE2004/tradeshowservices/AEtradeshowservices.html", ""]
ssmItems[5]=["Logistics", "http://www.alexanderexhibit.com/AE2004/logistics/shippingstorage.html", ""]
ssmItems[6]=["Design / Production", "http://www.alexanderexhibit.com/AE2004/production/production.html", ""]
ssmItems[7]=["Renovation", "http://www.alexanderexhibit.com/AE2004/renovation/renovation.html", ""]
ssmItems[8]=["Rentals", "http://www.alexanderexhibit.com/AE2004/rentals/rentals.html", ""]


buildMenu();

//-->