<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=220; // 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="#695B29";
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="Times New Roman, Times, serif";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#A08A3F";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Times New Roman, Times, serif";
linkFontSize="2";
linkBGColor="#A08A3F";
linkOverBGColor="#D8BF69";
linkTarget="_top";
linkAlign="Left";
barBGColor="black";
barFontFamily="Times New Roman, Times, serif";
barFontSize="2";
barFontColor="#BCA552";
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]=["Site Navigation"] //create header
ssmItems[1]=["About Us", "intro.html", ""]
ssmItems[2]=["Current Projects", "current.html",""]
ssmItems[3]=["Past Projects", "past.html", ""]
ssmItems[4]=["FAQ", "faq.html", ""]
ssmItems[5]=["Awards & Testimonials", "awards.html", ""]
ssmItems[6]=["Trading Post", "trading.html", ""]
ssmItems[7]=["E-Mail", "mailto:avspecs@warbirdrestoration.co.nz", ""]
ssmItems[8]=["HOME", "index.html", ""]


buildMenu();

//-->