<!--
/*
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=200; // 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="left";
hdrVAlign="center";
hdrHeight="2";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#fffff0";
linkOverBGColor="#D7EBFF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FF4400";
barFontFamily="arial, sans serif";
barFontSize="1";
barFontColor="#ffffff";
barVAlign="center";
barWidth=15; // no quotes!!

startMenu("Family", "M E N U")
addItem("Home Page","index.html", "");
addItem("My Roots", "roots.htm", "");
/*addItem("Family Pictures", "myfamily.htm", "");
*/
addItem("My Father", "remember.htm", "");
addHdr("Military Service");
addItem("Basic Training", "basic.htm", "");
addItem("Flight School", "Flight School.htm", "");
addItem("Vietnam", "rvn.htm", "");
addItem("Mang Yang Pass", "photo.htm", "");
addItem("D Troop 68-69", "D Troop.htm", "");
addItem("Day 303", "eddie.htm", "");
addItem("LRRP Support", "rangers.htm", "");
addItem("180th ASHC 72-73", "180th.htm", "");
addItem("Personal Courage", "courage.htm", "");
addItem("The Lost", "inmemory.htm", "");
addItem("Closure", "closure.htm", "");
addHdr("Alaska");
addItem("Mt. McKinley", "alaska.htm", "");
addHdr("Turkey");
addItem("Astrogas", "astro.htm", "");
addHdr("Misc");
addItem("Flying Machines","planes.htm", "");
addItem("Age Calculator","calc.htm", "");
addItem("Links","links.htm", "");
addItem("Email Fred", "mailto:fred@fredlohr.com", "");
addItem("Sign Guestbook","http://fredlohr.com/guestbook/addentry.php", "")
addItem("View Guestbook","http://fredlohr.com/guestbook/index.php", "") 
endMenu()

//-->