<!--
/*
Copyright © MaXimuS 2000-2001, All Rights Reserved.
Site: http://www.absolutegb.com/maximus
E-mail: maximus@nsimail.com
Version: 6.3 (NS6 compatibility + NS4 x-axis scroll bar fix)
*/
// Permission granted to SimplytheBest.net to feature script in its 
// DHTML script collection at http://simplythebest.net/info/dhtml_scripts.html

YOffset=80; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=800; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=140; // Must be a multiple of 10! no quotes!!
hdrFontFamily="arial, sans serif";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="gray";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#fffff0";
linkOverBGColor="#C0C0C0";
linkTarget="_top";
linkAlign="Left";
barBGColor="white";
barFontFamily="arial, sans serif";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=15; // no quotes!!

startMenu("Menu", "M E N U")
addItem("Home page", "index.html", "");
addItem("Aeromodels", "page5.htm", "");
addItem("Hang Gliding", "page1.htm", "");
addItem("London/Paris", "page3.htm", "");
addItem("Microlights", "page2.htm", "");
addItem("Sailing", "page4.htm", "");
addItem("Link to Short History of Microflight Part 1", "http://terrya.ipower.com/videos/lens-micro-flight-1/index.html", "");
addItem("Link to Short History of Microflight Part 2", "http://terrya.ipower.com/videos/lens-micro-flight-2/index.html", "");
addItem("Link to British Hang Gliding History - by Terry Aspinall", "http://www.british-hang-gliding-history.com", "");


endMenu()

//-->
