<!--

/*
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="#999999";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=120; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial";
hdrFontSize="2";
hdrFontColor="white";
//hdrBGColor="#170088";
hdrBGColor="#333333";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
//linkOverBGColor="#FFFF99";
linkOverBGColor="#E1F0FF";
linkTarget="_top";
linkAlign="Left";
//barBGColor="#444444";
barBGColor="#FF9933";
barFontFamily="arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MENU"; // <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[0]=["Home", "../index.html", ""]
ssmItems[1]=["Products", "teamframe.html", ""]
//ssmItems[1]=["Products", "http://www.teamframe.com/", ""]
ssmItems[2]=["Services", "services.html",""]
ssmItems[3]=["Contacts", "contacts.html", ""]
//ssmItems[4]=["Contact Us", "contactus_form.html", ""]
ssmItems[4]=["Company", "company.html", ""]
ssmItems[5]=["Partners", "http://www.teamframe.com/web/partners.html", ""]
//ssmItems[5]=["Partners", "partners.html", ""]
ssmItems[6]=["Customers", "customers.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[7]=["White Papers", "whitepaper.html", ""] //create header
ssmItems[8]=["Careers", "careers.html", ""]
ssmItems[9]=["News", "http://www.teamframe.com/web/news.html", ""]
//ssmItems[9]=["News", "news.html", ""]
ssmItems[10]=["Member Login", "http://www.teamframe.com/", ""]



buildMenu();

//-->