<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=50; // no quotes!!
XOffset=5;
staticYOffset=1; // no quotes!!
slideSpeed=10; // no quotes!!
waitTime=50 // 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=100; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Arial";
hdrFontSize="3";
hdrFontColor="white";
hdrBGColor="#0066CC";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="Arial";
linkFontSize="-1";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="center";
barBGColor="#B98BB9";
barFontFamily="Arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=18; // no quotes!!
barText="PRODUCT";

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["T . A . T"] //create header

ssmItems[1]=["<B>A T P</B>","/en/atp.htm",""]
ssmItems[2]=["<B>Skai", "/en/skai.htm",""]
ssmItems[3]=["<B>Star flex</B>", "/en/starflex.htm", ""] 
ssmItems[4]=["<B>Mactac</B>", "/en/mactac.htm", ""]
ssmItems[5]=["<B>Mccal</B>", "/en/mccal.htm", ""]
ssmItems[6]=["<B>KIWALITE</B>","/en/kiwalite.htm", ""]
ssmItems[7]=["<B>Solar Window</B>", "/en/solar.htm", ""] 

ssmItems[8]=["<B>d-C-fix</B>",""]
//ssmItems[8]=["Contact us","","","2",""] //create header
ssmItems[9]=["deco", "/en/fix-deco.htm", "", 1, "no"] //create two column row
ssmItems[10]=["floor", "/en/fix-floor.htm","",1] //create two column row
ssmItems[11]=["wall", "/en/fix-wall.htm", "", 1, "no"] //create two column row
ssmItems[12]=["glass", "/en/fix-glass.htm", "",1]

ssmItems[13]=["<B>Home</B>","/en/index.html",""]

buildMenu();

//-->

