<!--

/*
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=20 // no quotes!!
waitTime=100; // 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=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#b00c0d";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#EEF5FF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#b00c0d";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MENU"; // <IMG> tag supported. Put exact html for an image to show.
//barText=<IMG src="http://192.168.0.191/MaxMech/images/macmech-silidbar.jpg"/>;

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["MAXMECH  GROUP"] //create header
ssmItems[1]=["Home", "index.htm", ""]
ssmItems[2]=["Projects", "projects.htm", ""]
ssmItems[3]=["Corporate Overveiw", "Corporate-Overveiw.htm", ""]
ssmItems[4]=["Products", "products.htm",""]
ssmItems[5]=["Export", "export.htm", ""]
ssmItems[6]=["Services &amp; Support", "Services-Support.htm", ""]
ssmItems[7]=["Network", "Distributor-Network.htm", ""]

ssmItems[8]=["Manufacturing", "Manufacturing.htm", ""] //create two column row

ssmItems[9]=["R&D", "Research-Development.htm", ""]
ssmItems[10]=["Events & News", "event-news.htm", ""]
ssmItems[11]=["Career", "career.htm", ""]
ssmItems[12]=["Reknowned  &nbsp;Customers", "reknowned-customer.htm", ""]
ssmItems[13]=["Dealer Enquiry", "dealerEnquiry.htm", ""]
ssmItems[14]=["Sitemap", "sitemap.htm", ""]
ssmItems[15]=["Contact Us", "Contact-Us.htm", ""]



buildMenu();

//-->
