<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=120; // 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="Red";
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="Red" //"#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="Red" //"#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Quick Links"; // <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]=["Fractal Solutions", "AboutUs.html", ""]
ssmItems[2]=["What's New", "WhatsNew.html",""]
ssmItems[3]=["What's Hot", "products.html", ""]
ssmItems[4]=["Submit a File", "sa.asp", ""]
ssmItems[5]=["FAQ", "faq.html", "", 1, "no"] //create two column row
ssmItems[6]=["Email", "contactus.html", "",1]
ssmItems[7]=["Reliability Links", "", ""] //create header
ssmItems[8]=["SMRP", "http://www.smrp.org", "_blank"]
ssmItems[9]=["Primavera (Scheduling)", "http://www.primavera.com", "_blank"]
ssmItems[10]=["MRO (CMMS)", "http://www.maincontrol.com", "_blank"]
ssmItems[11]=["Indus (CMMS)", "http://www.indus.com", "_blank"]
//ssmItems[12]=["SAMI", "http://www.samicorp.com", "_blank"]

buildMenu();

//-->
