<!--

/*
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="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#00FF00";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000080";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#FFFF00";
barVAlign="center";
barWidth=20; // no quotes!!
barText="QUICK FIND"; // <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   ---> colspan - "_new"=open in new browser window, endrow - no=not end
ssmItems[0]=["Quick Find"] //create header
ssmItems[1]=["Stand Alone Clocks", "overture/clock.html", ""]
ssmItems[2]=["System Clocks", "overture/clock_body.html#anchor", ""]
ssmItems[3]=["Time Zone Clocks", "overture/world.html",""]
ssmItems[4]=["Bells", "overture/bell.html", ""]
ssmItems[5]=["Bell Programmers", "overture/bellmenu.html", ""]
ssmItems[6]=["Master Clocks", "overture/master.html", ""]
ssmItems[7]=["Timers", "overture/timer.html", ""]
ssmItems[8]=["Counters", "overture/counter.html", ""]
ssmItems[9]=["Production Monitors", "overture/production.html", ""]
ssmItems[10]=["Technical Support", "", ""] //create header

ssmItems[11]=["FAQ", "misc/faq.html", "", 1, "no"] //create two column row
ssmItems[12]=["Email", "mailto:techsupport@ats-usa.com", "",1]

ssmItems[13]=["Technical Help", "misc/support.html", ""]
ssmItems[14]=["Wire Gauge Calculator", "misc/calculator.html", ""]

buildMenu();

//-->
