<!--

/*
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="336699";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=220; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#336699";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial";
linkFontSize="2";
linkBGColor="CCCCDD";
linkOverBGColor="6699CC"
linkTarget="_top";
linkAlign="Left";
barBGColor="#336699";
barFontFamily="arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SSS Program"; //  <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]=["SSS Basic"] //create header
ssmItems[1]=["System SSS", "System_SSS_e.htm", ""]
ssmItems[2]=["Products SSS", "Products_SSS_e.htm",""]
ssmItems[3]=["Products", "", ""] //create header
ssmItems[4]=["Rütten Vessels", "Vessels_e.htm", ""]
ssmItems[5]=["Rütten Headplates", "Headplates_e.htm", ""]
ssmItems[6]=["Magnetic Agitator", "Magnetic Agitators_e.htm", ""]
ssmItems[7]=["Magnetic Drive HD-033", "Magnetic Drive HD-033_e.htm", ""]
ssmItems[8]=["Air Powered Drive", "air_powered_drive_e.htm", ""]
ssmItems[9]=["Bottom Drain Valves DN8", "Bottom drain valves_e.htm", ""]
ssmItems[10]=["Magnetic Field Monitoring MFM-035", "Magnetic_field_monitoring_MFM-035_e.htm", ""]
ssmItems[11]=["RF Identification System", "RF Identification System_e.htm", ""]
ssmItems[12]=["Rütten Accessories", "Accessories_e.htm", ""]
ssmItems[13]=["Trolley Easy", "Trolley easy_e.htm", ""]
ssmItems[14]=["Trolley for Magnetic Drive", "Trolley for drive_e.htm", ""]



buildMenu();

//-->
