<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=50; // 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="transparent";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=650; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="transparent";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="5";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="transparent";
linkOverBGColor="transparent";
linkTarget="_top";
linkAlign="Left";
barBGColor="transparent";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#666666";
barVAlign="center";
barWidth=20; // no quotes!!
barText="navigate here"; // <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]=[""] //create header
ssmItems[1]=["About Us", "overview.html", ""]
ssmItems[2]=["Products", "technology.html",""]
ssmItems[3]=["News", "news.html", ""]
ssmItems[4]=["Careers", "working.html", ""]
//ssmItems[4]=["Careers", "working.html", "_new"]
ssmItems[5]=["Feedback", "feedback.html", ""]
ssmItems[6]=["Contact Us", "contactus.html", ""]
ssmItems[7]=["Site Map", "sitemap.html", ""]
//ssmItems[7]=["FAQ", "http://www.dynamicdrive.com/faqs.htm", "", 1, "no"] //create two column row
//ssmItems[8]=["Email", "http://www.dynamicdrive.com/contact.htm", "",1]

//ssmItems[9]=["External Links", "", ""] //create header
//ssmItems[10]=["Website Abstraction", "http://www.wsabstract.com", ""]
//ssmItems[11]=["Freewarejava", "http://www.freewarejava.com", ""]
//ssmItems[12]=["Dynamic Fx", "http://absolutegb.com/maximus/", ""]

buildMenu();

//-->