<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=151; // 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="#EBEBEB";
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="verdana";
hdrFontSize="-2";
hdrFontColor="003399";
hdrBGColor="white";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="-4";
linkBGColor="#FFFFFF";
linkOverBGColor="#EBEBEB";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FFFFFF";
barFontFamily="Verdana";
barFontSize="-4";
barFontColor="003399";
barVAlign="center";
barWidth=18; // no quotes!!
barText='<IMG src="images/interface/site_menu_v2.gif" width="18" height="170" hspace="0" vspace="0" border="0">';// <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]=["Choosing a door", "choosing_a_gd.html", "_top"]
ssmItems[1]=["Our services", "services.html", "_top"]
ssmItems[2]=["Special Offers", "specials.html", "_top"]
ssmItems[3]=["Manufacturers", "manufacturers.html", "_top"]
ssmItems[4]=["About us", "about_us.html", "_top"]
ssmItems[5]=["Showroom", "showroom.html", "_top"]
ssmItems[6]=["Request brochures", "brochures.php", "_top"]
ssmItems[7]=["Contact us", "contact_us.php", "_top"]
ssmItems[8]=["home", "index.html", "_top"]

buildMenu();
//-->