<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=200; // no quotes!!
XOffset=20;
staticYOffset=80; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="arial";
hdrFontSize="3";
hdrFontColor="";
hdrBGColor="";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial";
linkFontSize="2";
linkBGColor="";
linkOverBGColor="#FF99FF";
linkOutBGColor="white";
linkTarget="_top";
linkAlign="Left";
barBGColor="";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=0; // no quotes!!
barText=""; // <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]=["<IMG SRC='pt.gif' border=0>&nbsp;&nbsp;<font color=#2D3879><u><b><i>PacTorq Motors</i></b></u></font>", "pactorq.html", ""]
ssmItems[1]=["<IMG SRC='pt.gif' border=0>&nbsp;&nbsp;<font color=#2D3879><u><b><i>Ferrite Motors</i></b></u></font>", "ferrite.html",""]
ssmItems[2]=["<IMG SRC='pt.gif' border=0>&nbsp;&nbsp;<font color=#2D3879><u><b><i>FlexMax Drives</i></b></u></font>", "flexmax.html", ""]
ssmItems[3]=["<IMG SRC='pt.gif' border=0>&nbsp;&nbsp;<font color=#2D3879><u><b><i>Sales Offices</i></b></u></font>", "sales_ofc.html",""]
ssmItems[4]=["<IMG SRC='pt.gif' border=0>&nbsp;&nbsp;<font color=#2D3879><u><b><i>Customer Service</i></b></u></font>", "sales.html",""]
ssmItems[5]=["<IMG SRC='pt.gif' border=0>&nbsp;&nbsp;<font color=#2D3879><u><b><i>Download Manager</i></b></u></font>", "dlmanager.html",""]
ssmItems[6]=["<IMG SRC='pt.gif' border=0>&nbsp;&nbsp;<font color=#2D3879><u><b><i>Contact Us</i></b></u></font>", "sales.html#email",""] //

buildMenu();

//-->
