<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=0; // no quotes!!
XOffset=0;
staticYOffset=25; // no quotes!!
slideSpeed=1 // no quotes!!
waitTime=1000; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";  //lines seperating the links
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="white";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="";
linkFontFamily="Verdana";
linkFontSize="";
linkBGColor="white";  //Behind link background color
linkOverBGColor="white";  //mouseover color
linkTarget="_top";
linkAlign="Left";
barBGColor="white";
barFontFamily="Verdana";
barFontSize="";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Navigate"; // <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[1]=["Home", "index.html", "self", 1, "no"]
ssmItems[2]=["Contacts", "aragcontacts2.htm","mainFrame",1]
ssmItems[3]=["Suppliers", "suppliers2.htm", "mainFrame"]
ssmItems[4]=["Standard Orings", "oring_chart2.htm", "mainFrame"]
ssmItems[5]=["Metric Orings", "metrico_chart.htm", "mainFrame"]
ssmItems[6]=["V-belts", "vbelts.htm", "mainFrame"]
ssmItems[7]=["Flange Gaskets", "gaskets.htm", "mainFrame"]
ssmItems[8]=["Elastomer Table", "Elastomer_Chart2.htm", "mainFrame"]
ssmItems[9]=["Elastomer to Chemical", "elastomer and chemical compatability chart2.htm", "mainFrame"]
ssmItems[10]=["Downloads", "download2.htm", "mainFrame"]
ssmItems[11]=["MAP", "http://maps.google.com/maps?q=Asheville+Rubber+%26+Gasket+Co+Inc&ll=35.603467,-82.576328&spn=0.031189,0.058375&hl=en", "_new", 1, "no"] //create two column row
ssmItems[12]=["LOGIN", "customerlogin2.htm", "mainFrame",1]
ssmItems[13]=["External Links", "", ""] //create header
ssmItems[14]=["RAGCO.com", "http://www.ragco.com", "_new"]
ssmItems[15]=["PJPC.net", "http://pjpc.net", "_new"]


buildMenu();

//-->