<!--
YOffset=80; // no quotes!!
staticYOffset=80; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=200; // Must be a multiple of 10! no quotes!!
hdrFontFamily="arial, sans serif";
hdrFontSize="3";
hdrFontColor="#ffffff";
hdrBGColor="gray";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#fffff0";
linkOverBGColor="#D7EBFF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#0000BB";
barFontFamily="arial, sans serif";
barFontSize="2";
barFontColor="#ffffff";
barVAlign="center";
barWidth=20; // no quotes!!

startMenu("Navigation", "Navigation")
addItem("Home", "index.html", "");
addItem("Products", "products.html", "");
addItem("Product Information", "info.html","");
addItem("Design Features", "design.html", "");
addItem("Materials of Construction", "construction.html", "");
addItem("Options and Applications", "options.html", "");
addItem("Operating Gear", "op_gear.html", "");
addItem("Enquiry Information", "enquiry.html", "");
addItem("Photographs", "photo.html", "");
addItem("Download Page", "download.html", "");
addItem("Section 51 - PAIA Manual", "paia.html", "");
addHdr("Email");
addItem("Sales", "mailto:sales@gereg.co.za", "");
addItem("Technical", "mailto:mike@gereg.co.za", "");
addItem("Accounts", "mailto:accounts@gereg.co.za", "");
addItem("Webmaster", "mailto:webmaster@gereg.co.za", "");
endMenu()
//-->

