<!--

/*
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;  // nebenbei 1151 fürs 17 zoll
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="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="gill sans MT";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="##000000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="gill sans MT";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#D22229";
barFontFamily="gill sans MT";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="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]=["Menu"] //create header
ssmItems[1]=["home", SRC="hebelshome.html", ""]
ssmItems[2]=["intro", SRC="intro.html",""]
ssmItems[3]=["products", SRC="products.html", ""]
ssmItems[4]=["projects", SRC="projects.html", ""]
ssmItems[5]=["benefits", SRC="benefits.html", ""]
ssmItems[6]=["technical", "http://www.hebel.co.nz/technical/index.php", ""]
ssmItems[7]=["photo gallery", SRC="gallery.html", ""]

ssmItems[8]=["contact", SRC="./contact.html", "", 1, "no"] //create two column row
ssmItems[9]=["email", SRC="./contact.html", "",1]

ssmItems[10]=["partner", "", ""] //create header
ssmItems[11]=["Unique Homes", "http://www.uniquehomes.co.nz", ""]
ssmItems[12]=["Frontline Projects LTD", SRC="frontline.html", ""]

buildMenu();

//-->