<!--

YOffset=100; // no quotes!!
staticYOffset=100; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=300; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="white";
menuIsStatic="yes";
menuWidth=100; // Must be a multiple of 10! no quotes!!
hdrFontFamily="Arial";
hdrFontSize="3";
hdrFontColor="#ffffff";
hdrBGColor="red";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#FF0000";
linkOverBGColor="#999999";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FF0000";
barFontFamily="arial, sans serif";
barFontSize="3";
barFontColor="#ffffff";
barVAlign="center";
barWidth=18; // no quotes!!

startMenu("Azertytrad ", "M E N U")
addItem("Home", "index.htm", "");
addItem("Qualifications", "qualifications.htm", "");
addItem("References", "references.htm", "");
addItem("Tools", "tools.htm", "");
addItem("Free Quote", "freequote.htm", "");
addItem("Contact", "contact.htm", "");

endMenu()

//-->