<!--
/*
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=40; // no quotes!!
staticYOffset=10; // no quotes!!
slideSpeed=30 // no quotes!!
waitTime=750; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="330033";
menuIsStatic="yes";
menuWidth=160; // Must be a multiple of 10! no quotes!!
hdrFontFamily="Arial";
hdrFontSize="2";
hdrFontColor="#00FF00";
hdrBGColor="#6C18B0";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="18";
linkFontFamily="Arial";
linkFontSize="1";
linkBGColor="#FF9218";
linkOverBGColor="#00FF00";
linkTarget="_top";
linkAlign="Left";
barBGColor="#6C18B0";
barFontFamily="Arial";
barFontSize="2";
barFontColor="#00FF00";
barVAlign="center";
barWidth=20; // no quotes!!

startMenu("MGMG Information", "MGMG  INFORMATION  MENU")
addItem("Draft Agenda", "http://www.lerc.nasa.gov/WWW/MMAP/PIMS/MGMG/MGMGs/mgmg22.html", "");
addItem("Registration", "http://www.lerc.nasa.gov/WWW/MMAP/PIMS/MGMG/MGMGregistration.html", "");
addItem("Invitation", "http://www.lerc.nasa.gov/WWW/MMAP/PIMS/MGMG/MGMG_invite.html", "");
addItem("Location", "http://www.lerc.nasa.gov/WWW/MMAP/PIMS/MGMG/MGMG_location.html", "");
addItem("Hotels/Motels", "http://www.lerc.nasa.gov/WWW/MMAP/PIMS/MGMG/MGMG_hotels.html", "");
addItem("Supplementary", "http://www.lerc.nasa.gov/WWW/MMAP/PIMS/MGMG/MGMG_supplement.html", "");
addItem("Speaker Info", "http://www.lerc.nasa.gov/WWW/MMAP/PIMS/MGMG/MGMG_speakers.html", "");
addItem("International Visitors", "http://www.lerc.nasa.gov/WWW/MMAP/PIMS/MGMG/MGMG_visitors.html", "");
addItem("Tech Transfer", "http://www.lerc.nasa.gov/WWW/MMAP/PIMS/MGMG/MGMG_transfer.html", "");
addHdr("MGMG Meetings");
addItem("Meeting #21", "http://www.lerc.nasa.gov/WWW/MMAP/PIMS/MGMG/MGMGs/mgmg21.html", "");
addItem("Meeting #20", "http://www.lerc.nasa.gov/WWW/MMAP/PIMS/MGMG/MGMGs/mgmg20.html", "");
addItem("Meeting #19", "http://www.lerc.nasa.gov/WWW/MMAP/PIMS/MGMG/MGMGs/mgmg19.html", "");
addItem("Meeting #18", "http://www.lerc.nasa.gov/WWW/MMAP/PIMS/MGMG/MGMGs/mgmg18.html", "");
addItem("Meeting #17", "http://www.lerc.nasa.gov/WWW/MMAP/PIMS/MGMG/MGMGs/mgmg17.html", "");
addItem("Meeting #16", "http://www.lerc.nasa.gov/WWW/MMAP/PIMS/MGMG/MGMGs/mgmg16.html", "");
addItem("Meeting #15", "http://www.lerc.nasa.gov/WWW/MMAP/PIMS/MGMG/MGMGs/mgmg15.html", "");
addItem("Meeting #14", "http://www.lerc.nasa.gov/WWW/MMAP/PIMS/MGMG/MGMGs/mgmg14.html", "");
addItem("Meeting #13", "http://www.lerc.nasa.gov/WWW/MMAP/PIMS/MGMG/MGMGs/mgmg13.html", "");
addItem("Meeting #12", "http://www.lerc.nasa.gov/WWW/MMAP/PIMS/MGMG/MGMGs/mgmg12.html", "");
addItem("Meeting #11", "http://www.lerc.nasa.gov/WWW/MMAP/PIMS/MGMG/MGMGs/mgmg11.html", "");
addItem("Meeting #10", "http://www.lerc.nasa.gov/WWW/MMAP/PIMS/MGMG/MGMGs/mgmg10.html", "");
addItem("Meeting #  9", "http://www.lerc.nasa.gov/WWW/MMAP/PIMS/MGMG/MGMGs/mgmg09.html", "");
addItem("Meeting #  8", "http://www.lerc.nasa.gov/WWW/MMAP/PIMS/MGMG/MGMGs/mgmg08.html", "");
addItem("Meeting #  7", "http://www.lerc.nasa.gov/WWW/MMAP/PIMS/MGMG/MGMGs/mgmg07.html", "");
addItem("Meeting #  6", "http://www.lerc.nasa.gov/WWW/MMAP/PIMS/MGMG/MGMGs/mgmg06.html", "");
addItem("Meeting #  5", "http://www.lerc.nasa.gov/WWW/MMAP/PIMS/MGMG/MGMGs/mgmg05.html", "");
addItem("Meeting #  4", "http://www.lerc.nasa.gov/WWW/MMAP/PIMS/MGMG/MGMGs/mgmg04.html", "");
addItem("Meeting #  3", "http://www.lerc.nasa.gov/WWW/MMAP/PIMS/MGMG/MGMGs/mgmg03.html", "");
addItem("Meeting #  2", "http://www.lerc.nasa.gov/WWW/MMAP/PIMS/MGMG/MGMGs/mgmg02.html", "");
addItem("Meeting #  1", "http://www.lerc.nasa.gov/WWW/MMAP/PIMS/MGMG/MGMGs/mgmg01.html", "");
addHdr("MGMG Links");
addItem("Microgravity Meetings Symposium Calender", "http://zeta.grc.nasa.gov/ugml/ugml.HTM", "");
endMenu() 
//-->