<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=125; // no quotes!!
XOffset=0;
staticYOffset=50; // 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="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#ECEFFF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#001487";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=18; // no quotes!!
barText="MAIN 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]=["HOME", "http://ledtechusa.com/index.html", ""]
ssmItems[1]=["About Us", "http://ledtechusa.com/data/about.html", ""]
ssmItems[2]=["Ledtech Reps", "http://ledtechusa.com/data/reps.html",""]
ssmItems[3]=["Ledtech Distributors", "http://ledtechusa.com/data/dists.html",""]
ssmItems[4]=["Current Specials", "http://ledtechusa.com/data/specials.html", ""]
ssmItems[5]=["Elevator Based LEDs", "http://ledtechusa.com/data/ElevatorBasedLEDs.html", ""]
ssmItems[6]=["Datasheets", "http://ledtechusa.com/data/datasheets/datasheets.html", ""]
ssmItems[7]=["Sample Request", "http://ledtechusa.com/data/samples.html", ""]
ssmItems[8]=["Search Site", "http://ledtechusa.com/search.html", ""]
ssmItems[9]=["News Flash", "http://ledtechusa.com/data/news.html", ""]
ssmItems[10]=["QA/Production", "http://ledtechusa.com/data/qa.html", ""]
ssmItems[11]=["Testimonials", "http://ledtechusa.com/data/testimonials.html", ""]
ssmItems[12]=["Site Map", "http://ledtechusa.com/sitemap.html", ""]
ssmItems[13]=["Privacy Policy", "http://ledtechusa.com/data/privacy.html", ""]
ssmItems[14]=["Terms", "http://ledtechusa.com/data/terms.html", ""]
ssmItems[15]=["FAQ's/Contact Us", "http://ledtechusa.com/contact.html", ""]
ssmItems[16]=["Ledtech China", "http://www.ledtech.net", "_blank"]
ssmItems[17]=["Employees Only", "http://ledtechusa.com/emp/index.html", ""]

buildMenu();

//-->