<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=154; // no quotes!!
XOffset=407;
staticYOffset=30; // 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="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=160; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#0066CC";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="arial";
linkFontSize="3";
linkBGColor="white";
linkOverBGColor="#FFFFFF";
linkTarget="_top";
linkAlign="center";
barBGColor="#0066CC";
barFontFamily="arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="PRODUCT 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]=["PRODUCT GROUP"] //create header
ssmItems[1]=["Consumer Units", "cons2/conunits.html", ""]

ssmItems[2]=["RCDs", "rcd/rcd.html","", 1, "no"]//create two column row
ssmItems[3]=["MCBs", "mcb/mcb.html", "",1]

ssmItems[4]=["RCBOs", "rcbos/rcbos.html","", 1, "no"]
ssmItems[5]=["Switches", "moddev/moddev.html",,1]

ssmItems[6]=["Contactors", "moddev/moddev.html", ""]

ssmItems[7]=["Enclosures", "encs/encs.html", ""] 
ssmItems[8]=["3 Phase Boards", "dboards/dboards.html", ""]

ssmItems[9]=["Switchgear", "sgear/sgear.html", ""] 
ssmItems[10]=["Electronic EL Relays", "contrel/contrel.html", ""]
ssmItems[11]=["Multifunction Meters", "contrel/contrel.html", ""]

buildMenu();

//-->