/*
 DHTML Menu version 3.3.19
 Written by Andy Woolley
 Copyright 2002 (c) Milonic Solutions. All Rights Reserved.
 Plase vist http://www.milonic.co.uk/menu or e-mail menu3@milonic.com
 You may use this menu on your web site free of charge as long as you place prominent links to http://www.milonic.co.uk/menu and
 your inform us of your intentions with your URL AND ALL copyright notices remain in place in all files including your home page
 Comercial support contracts are available on request if you cannot comply with the above rules.
 This script featured on Dynamic Drive (http://www.dynamicdrive.com)
 License # 185920, licensed for non-profit use to www.rfo.org
 */

//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.



////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}


timegap=500				// The time delay for menus to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=10;		// Sub menu offset Top position
suboffset_left=15;		// Sub menu offset Left position


style1=
[                  // PlainStyle is an array of properties. You can have as many property arrays as you need
"fcf3cf",                       // Mouse Off Font Color
"000000",                     // Mouse Off Background Color use zero for transparent in Netscape 6
"ffffff",                     // Mouse On Font Color
"blue",                     // Mouse On Background Color
"fcf3cf",                     // Menu Border Color
"10",                         // Font Size default is px but you can specify mm, pt or a percentage
"normal",                     // Font Style italic or normal
"bold",                       // Font Weight bold or normal
"verdana,arial",          // Font Name
2,                            // Menu Item Padding or spacing
"arrow.gif",                  // Sub Menu Image Leave this blank if not needed
0,                            // 3D Border & Separator bar
"66ffff",                     // 3D High Color
"000099",                     // 3D Low Color
"white",                     // Current Page Item Font Color leave this blank to disable
"navy",                       // Current Page Item Background Color leave this blank to disable
,                             // Top Bar image Leave this blank to disable
,                     // Menu Header Font Color Leave blank if headers are not needed
,                     // Menu Header Background Color Leave blank if headers are not needed
"fcf3cf",                             // Menu Item Separator Color
]

addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
0,				// Menu Top - The Top position of the menu in pixels
75,				// Menu Left - The Left position of the menu in pixels
90,				// Menu Width - Menus width in pixels
1,				// Menu Border Width
"center",			// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,				// Properties Array - this is set higher up, as above
1,				// Always Visible - allows the menu item to be visible at all time 1=on/0=off
"left",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,				// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 				// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,				// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,				// Position of TOP sub image left:center:right
,				// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,				// Right To Left - Used in Hebrew for example. (1=on/0=off)
,				// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,				// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,				// Reserved for future use
,				// Reserved for future use
,				// Reserved for future use

,"About&nbsp;","show-menu=about",,"",0
,"Programs&nbsp;","show-menu=programs",,"",0
,"Education&nbsp;","show-menu=education",,"",0
,"Space Science&nbsp;","show-menu=space",,"",0
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Images&nbsp;","show-menu=images",,"",0
,"&nbsp;&nbsp;&nbsp;&nbsp;Links&nbsp;","show-menu=links",,"",0
,"Downloads","show-menu=downloads",,"",0
,"Search&nbsp;","show-menu=search",,"",0
])

	addmenu(menu=["about",,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"RFO","show-menu=rfo",,"Robert Ferguson Observatory",0
	,"VMOA","show-menu=vmoa",,"Valley of the Moon Observatory Association",0
	,"Telescopes","show-menu=telescopes",,"Observatory Telescopes",0
	,"RFO Skies","show-menu=darksky",,"Is Your Sky Dark?",0
  ,"Home","main.html",,"RFO Home",0
	])

		addmenu(menu=["rfo",,,130,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"History","history.html",,"History Of The Observatory",0
		,"Where is RFO?","directions.html",,"How Do I Get There",0
		,"Tour RFO","see.html",,"See RFO in Real Player or Windows Media Player",0
		,"Docents","docents.html",,"What Are The Docents Up To?",0
    ,"RFO Store","store.html",,"All The RFO Merchandise You Need",0
		,"Reserve RFO","reserve.html",,"Book Your Own Star Party",0
		])

		addmenu(menu=["vmoa",,,130,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"What is VMOA?","vmoa.html",,"Valley of the Moon Observatory Association",0
		])

		addmenu(menu=["telescopes",,,130,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"14 Inch CCD","ccd.html",,"Computer Controlled Telescope and Camera",0
		,"24 Inch Reflector","reflector.html",,"24 Inch Scope on loan to RFO",0
		,"40 Inch Project","40.html",,"Our 40 inch telescope project",0
		,"8 Inch Refractor","refractor.html",,"Under The Dome",0
		])

		addmenu(menu=["darksky",,,130,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"RFO Weather","weather.html",,"Weather and Clear Sky Clock",0
		,"RFO Satellites","http://www.heavens-above.com/main.asp?Lat=38.4385&Lng=-122.5078&Loc=RFO&TZ=PST target=new",,"Satellites Viewable from RFO",0
    ,"Clear Dark Sky","http://cleardarksky.com/c/RobFerObCAkey.html?1 target=new",,"Clear Sky Clocks for California Locations",0
		,"Dark Skies","http://www.darksky.org target=new",,"International Dark Sky Association",0
		])


	addmenu(menu=["programs",,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Public Viewing","viewing.html",,"Public Viewing Days and Nights",0
	,"Night Sky Classes","nightsky.html",,"Night Sky Classes All Year Round",0
//	,"Intro to Astronomy","intro.html",,"Introduction to Astronomy & Observing",0
//	,"How to use Your Scope","scope.html",,"How To Use Your Telescope",0
  ,"Observing Labs","observing.html",,"Small Focused Observing Sessions",0
//	,"A Night To Remember","anight.html",,"Wine And Dine Under The Stars",0  //
//	,"Singles Event","singles.html",,"Meet Other Singles Who Like The Night Sky",0  //
	,"Docent Training","docent.html",,"Volunteer Docent Training",0
	])


	addmenu(menu=["education",,,150,1,,style1,0,"left",effect,0,,,,,,,,,,,
  ,"SRJC Planetarium","http://www.santarosa.edu/planetarium/ target=new",,"Santa Rosa Junior College Planetarium",0
	,"SSU Astronomy","http://www.phys-astro.sonoma.edu target=new",,"Sonoma State University Physics & Astronomy",0
	,"Edu*Space","http://hubble.stsci.edu/edu.d.space/ target=new",,"STSCI HubbleSite Edu*Space",0
	,"NASA Education","http://education.nasa.gov target=new",,"NASA Education",0
	,"UCSD Education","http://casswww.ucsd.edu/public/astroed.html target=new",,"UCSD Education",0
	,"Amazing Space","http://amazing-space.stsci.edu target=new",,"STSCI Amazing Space",0
	,"BBC Space","http://www.bbc.co.uk/science/space/ target=new",,"BBC Space",0
	,"Telescopes in Education","http://tie.jpl.nasa.gov/tie/index.html target=new",,"NASA JPL Telescopes In Education",0
	,"Windows To The Universe","http://www.windows.ucar.edu target=new",,"Windows To The Universe",0
	,"ASP Education","http://www.astrosociety.org/education.html target=new",,"Astronomical Society of the Pacific",0
	,"ASP Course Material","http://www.astrosociety.org/education/resources/educsites.html target=new",,"Astronomical Society of the Pacific Introductory Course Materials",0
	,"Astronomy Notes","http://www.astronomynotes.com target=new",,"Astronomy Notes",0
	,"NRAO Education","http://www.gb.nrao.edu/epo target=new",,"National Radio Astronomy Observatory",0
	,"Teaching Resources","http://personal.tcu.edu/~dingram/teaching.html target=new",,"Astronomical Teaching Resources",0
	])


	addmenu(menu=["space",,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Solar System","show-menu=solarsub",,"Solar System",0
	,"Deep Space","show-menu=deep",,"Deep Space",0
	,"Cosmology","show-menu=cosmology",,"Cosmology",0
  ,"Spacescience.com","http://science.nasa.gov/ target=new",,"Space Science Online",0
	])

		addmenu(menu=["solarsub",,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Sun","show-menu=sun",,"Our Nearest Star",0
		,"Moon","show-menu=moon",,"Our Only Satellite",0
		,"Planets","show-menu=planets",,"The Best of the Rest",0
		,"The Solar System","http://www.solarviews.com/eng/solarsys.htm target=new",,"The Solar System",0
		])

			addmenu(menu=["sun",,,120,1,,style1,0,"left",effect,0,,,,,,,,,,,
			,"Nasa SOHO","http://sohowww.nascom.nasa.gov target=new",,"NASA Solar and Heliospheric Observatory",0
			,"Space Environment Center","http://www.sec.noaa.gov target=new",,"National Oceanic and Atmospheric Administration Space Environment Center",0
			,"NASA Solar Physics","http://science.msfc.nasa.gov/ssl/pad/solar/whysolar.htm target=new",,"Why We Study The Sun",0
			,"Virtual Sun","http://www.astro.uva.nl/demo/sun/kaft.htm target=new",,"A Virtual Sun Tutorial",0
			,"The Sun","http://www.etsimo.uniovi.es/solar/eng/sun.htm target=new",,"The Sun",0
			,"SEDS Sun","http://seds.lpl.arizona.edu/nineplanets/nineplanets/sol.html target=new",,"The Sun at SEDS",0
			,"Big Bear SO","http://www.bbso.njit.edu target=new",,"Big Bear Solar Observatory",0
			,"Space Weather","http://www.spaceweather.com target=new",,"Check Out Our Space Weather",0
			,"Sunspots","http://www.sunspotcycle.com target=new",,"Sunspots and the Solar Cycle",0
			,"Daily Sunspots","http://www.sec.noaa.gov/ftpmenu/forecasts/SRS.html target=new",,"NOAA Daily Sunspot Summaries",0
			,"Solar Events","http://www.lmsal.com/solarsoft/latest_events target=new",,"Recent Solar Events",0
			,"Space Cinema","http://spacescience.com/headlines/y2000/ast20jan_1.htm target=new",,"Solar Prominence from the Solar & Heliospheric Observatory",0
			,"NASA Solar Images","http://umbra.nascom.nasa.gov/images/latest.html target=new",,"NASA Solar Images",0
      ,"H-Alpha Observing","http://www.prairieastronomyclub.org/halpha.htm target=new",,"Sun Observing with Hydrogen Alpha Filters",0
			,"Solar Flares","http://hesperia.gsfc.nasa.gov/sftheory/flare.htm target=new",,"What is a Solar Flare?",0
			,"Solar Glossary","http://hesperia.gsfc.nasa.gov/sftheory/glossary.htm target=new",,"Glossary of Solar Physics",0
			,"USNO Sun Info","http://aa.usno.navy.mil/data/ target=new",,"Sun, Moon, & Planet Data",0

			])

			addmenu(menu=["moon",,,120,1,,style1,0,"left",effect,0,,,,,,,,,,,
			,"The Moon Today","lunar.html",,"Current Lunar Phase",0
			,"USNO Moon Info","http://aa.usno.navy.mil/data/ target=new",,"Sun, Moon, & Planet Data",0
			,"LPOD","http://www.lpod.org target=new",,"Lunar Picture Of The Day",0
			])

			addmenu(menu=["planets",,,120,1,,style1,0,"left",effect,0,,,,,,,,,,,
			,"Planet Walk","planetwalk.html",,"Take a Planet Walk",0
			,"Planets Above","http://www.heavens-above.com/planetsummary.asp?lat=38.414&lng=-122.545&alt=0&loc=Kenwood&TZ=PST target=new",,"The Planets Above Kenwood",0
      ,"Planet Fact Sheets","http://nssdc.gsfc.nasa.gov/planetary/planetfact.html target=new",,"National Space Science Data Center",0
			,"The Nine Planets","http://www.seds.org/billa/tnp target=new",,"A Multimedia Tour of the Nine Planets",0
			,"USNO Planet Info","http://aa.usno.navy.mil/data/ target=new",,"Sun, Moon, & Planet Data",0

			])

		addmenu(menu=["deep",,,140,1,,style1,0,"left",effect,0,,,,,,,,,,,
		,"Charles Messier","http://www.seds.org/messier/xtra/history/biograph.html target=new",,"Biography of Charles Messier",0
		,"Deep Sky History","http://www.seds.org/messier/xtra/history/deepskyd.html target=new",,"History of the Discovery of Deep Sky Objects",0
		,"Deep Sky Objects","http://itsmysky.com/LST_DSO.htm target=new",,"Deep Sky Objects Visible by Month",0
		,"Messier List","http://www.itsmysky.com/Messier/Messlist.htm target=new",,"List of Messier Objects",0
		,"Messier List&Thumbs","http://www.itsmysky.com/Messier target=new",,"List and Thumbnails of Messier Objects",0
		,"Messier Thumbnails","http://www.itsmysky.com/Messier/Mthumbs.htm target=new",,"Thumbnails of Messier Objects",0
		,"Messier Catalog","http://www.seds.org/messier target=new",,"SEDS Messier Catalog",0
		,"Messier Marathon","http://www.seds.org/messier/xtra/marathon/marathon.html target=new",,"SEDS Messier Marathon",0
		,"Another List","http://www.starshine.com/frankn/messier.asp target=new",,"List of Messier Objects",0
		,"Constellations","http://www.seds.org/messier/map/map.html target=new",,"SEDS Constellations Containing Messier Objects",0
		,"Local Group","http://seds.lpl.arizona.edu/messier/more/local.html target=new",,"Our Local Group of Galaxies",0
		,"SAC 110","http://www.seds.org/messier/xtra/similar/sac110bn.html target=new",,"SAC 110 Best Deep Sky Objects",0
		,"RASC Finest","http://www.seds.org/messier/xtra/similar/rasc-ngc.html target=new",,"Royal Astronomical Society of Canada Best NGC Objects",0
		,"Caldwell Catalog","http://www.seds.org/messier/xtra/similar/caldwell.html target=new",,"Caldwell Catalog of Deep Sky Objects",0
		,"SBO Catalog","http://lyra.colorado.edu/sbo/manuals/sbocatalog/sbocatalog.html target=new",,"SBO Catalog of Best Deep Sky Objects",0
		,"Arp Atlas","http://nedwww.ipac.caltech.edu/level5/Arp/Arp_contents.html target=new",,"Arp Atlas of Peculiar Galaxies",0
		,"Arp Atlas 2","http://members.aol.com/arpgalaxy/index.html target=new",,"Arp Atlas of Peculiar Galaxies",0
		,"NGC/IC","http://www.ngcic.com target=new",,"NGC/IC Project",0
		,"NGC Interactive","http://www.seds.org/~spider/ngc/ngc.html target=new",,"Interactive NGC Catalog",0
		,"Digitized Sky Survey","http://archive.stsci.edu/cgi-bin/dss_form target=new",,"STSCi Digitized Sky Survey",0
		,"LEDAS Sky Survey","http://ledas-www.star.le.ac.uk/DSSimage target=new",,"Leicester Digitized Sky Survey",0
		,"Aladin Previewer","http://aladin.u-strasbg.fr/AladinPreview target=new",,"Aladin Previewer",0
		])

		addmenu(menu=["cosmology",,,170,1,,style1,0,"left","randomdissolve(duration=0.5);Shadow(color='#999999', Direction=135, Strength=5)",0,,,,,,,,,,,
		,"Cosmology","http://map.gsfc.nasa.gov/m_uni.html target=new",,"Cosmology from NASA Microwave Anisotropy Probe",0
		,"Cosmos in a Computer","http://archive.ncsa.uiuc.edu/Cyberia/Cosmos/CosmosCompHome.html target=new",,"NCSA Cosmos in a Computer",0
    ,"Virtual Black Holes","http://antwrp.gsfc.nasa.gov/htmltest/rjn_bht.html target=new",,"Black Holes & Neutron Stars",0
		,"Black Holes","http://www.bbc.co.uk/science/space/deepspace/blackholes/index.shtml target=new",,"BBC Black Holes",0
		,"Spacetime Wrinkles","http://archive.ncsa.uiuc.edu/Cyberia/NumRel/NumRelHome.html target=new",,"Albert Einstein, Spacetime Wrinkles & Beyond Black Holes",0
    ,"Relativity Tutorial","http://cassfos02.ucsd.edu/public/tutorial/GR.html target=new",,"Gene Smiths Tutorial: General Relativity",0
    ,"General Relativity","http://www-groups.dcs.st-and.ac.uk/~history/HistTopics/General_relativity.html target=new",,"General Relativity",0
    ,"Cambridge Relativity","http://www.damtp.cam.ac.uk/user/gr/public/ target=new",,"Cambridge University Relativity",0
		,"Harvard Relativity","http://hea-www.harvard.edu/~mvz/hsaa/ch10link.html target=new",,"Harvard University Relativity",0
		,"String Theory","http://www.superstringtheory.com/index.html target=new",,"Super String Theory",0
    ,"Stephen Hawking","http://www.hawking.org.uk target=new",,"Stephen Hawking: Lectures, a glossary and more",0
		,"Strange Stuff","http://www.pbs.org/wnet/hawking/strange/html/stuff.html target=new",,"Stephen Hawkings Universe: Strange Stuff Explained",0
		,"Time Travel","http://www.pbs.org/wgbh/nova/time/ target=new",,"NOVA Time Travel",0
		,"Web Notes","http://phyun5.ucr.edu/~wudka/Physics7/Notes_www/web_notes.html target=new",,"Notes on Cosmology and Relativity",0
		,"Too Many Bookmarks","http://suhep.phy.syr.edu/research/relativity/RELATIVITY.html target=new",,"HUGE Amount of Relativity Bookmarks",0
		])


	addmenu(menu=["images",,,120,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"RFO CCD","ccdimages.html",,"Best Images from our CCD Telescope",0
	,"APOD","http://antwrp.gsfc.nasa.gov/apod/archivepix.html target=new",,"Astronomy Picture of the Day",0
	,"Hubble Site","http://hubble.stsci.edu target=new",,"Hubble Web Site",0
	,"Hubble Public","http://oposite.stsci.edu/pubinfo/pictures.html target=new",,"Hubble Telescope Public Pictures",0
	,"STSCI","http://www.stsci.edu/resources/ target=new",,"Space Telescope Science Institute",0
	,"AAO Images","http://www.aao.gov.au/images/index.html target=new",,"Anglo-Australian Observatory Images",0
	,"UA Images","http://www.astr.ua.edu/choosepic.html target=new",,"University of Alabama Images",0
  ,"Galaxy Catalog","http://www.astro.princeton.edu/~frei/galaxy_catalog.html target=new",,"Princeton University Galaxy Catalog",0
	])

	addmenu(menu=["links",,,140,1,,style1,0,"left",effect,0,,,,,,,,,,,
  ,"Sonoma County Astronomical Society","http://www.sonomaskies.org/ target=new",,"Fostering interest in astronomy and telescope making",0
  ,"Its My Sky","http://www.itsmysky.com target=new",,"Its My Sky",0
	,"Your Sky","http://www.fourmilab.to/yoursky target=new",,"Your Sky, A Virtual Planetarium",0
	,"This Weeks Sky","http://skyandtelescope.com/observing/ target=new",,"This Weeks Sky At A Glance",0
	,"Skylights","http://www.astro.uiuc.edu/~kaler/skylights.html target=new",,"Skylights Astronomy News",0
	,"Comets & Meteors","http://comets.amsmeteors.org/ target=new",,"Visible Comets and Meteors",0
  ,"Cosmology FAQs","http://www.astro.ucla.edu/~wright/cosmology_faq.html target=new",,"Frequently Asked Questions in Cosmology",0
	,"Bad Astronomy","http://www.badastronomy.com/bad/index.html target=new",,"Bad Astronomy",0
	,"Today Date & Time","http://www.ecben.net/calendar.shtml target=new",,"All You Want To Know About Today",0
	,"CNN Space","http://www.cnn.com/TECH/space/ target=new",,"CNN Space",0
	,"Space.com","http://www.space.com target=new",,"Space.com",0
	,"Astronomy.com","http://www.astronomy.com target=new",,"Astronomy.com",0
	,"Contingent Universe","http://www.snark.org/~pjhughes/astro.htm target=new",,"Contingent Universe",0
	,"SSU Links","http://www.phys-astro.sonoma.edu/people/faculty/tenn/AstronomyLinks.html target=new",,"Sonoma State University Astronomy Links",0
	,"S & T Links","http://skyandtelescope.com/resources/internet/ target=new",,"Sky & Telescope Magazine",0
	,"STSCI Astroweb","http://www.stsci.edu/astroweb/net-www.html target=new",,"STSCI Astroweb Links - HUGE",0
	,"STSCI Data","http://www.stsci.edu/astroweb/cat-center.html target=new",,"STSCI Data & Archive Centers",0
  ,"Astronomy Day 2005","http://aanc-astronomy.org/AstroDay.html#history target=new",,"AANC Astronomy Day",0
  ,"NRAO Astroweb","http://www.cv.nrao.edu/fits/www/astronomy.html target=new",,"NRAO Astroweb Links",1
	])

	addmenu(menu=["downloads",,,150,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"Hallo Northern Sky","http://www.hnsky.org/software.htm target=new",,"Hallo Northern Sky Planetarium Software",0
	,"RFO Mirror","http://mirror.rfo.org target=new",,"Hipparcos & Tycho Star Databases",0
  ,"AstroTips Freeware & Shareware","http://astrotips.com/ target=new",,"Astronomy tips, freeware & shareware",0
	])

	addmenu(menu=["search",,,150,1,"",style1,,"",effect,,,,,,,,,,,,
	,"Google", "http://directory.google.com/Top/Science/Astronomy/ target=new",,"Google Astronomy",0
	,"Yahoo", "http://dir.yahoo.com/Science/Astronomy/ target=new",,"Yahoo Astronomy",0
	,"Excite", "http://dir.excite.com/d/search/p/excite/;jsessionid=DQBA3DNHL5W5ICQCBGIAPUQ?c=directory&s=astronomy&topic=Top%2fScience%2fAstronomy target=new",,"Excite Astronomy",0
	,"Lycos", "http://dir.lycos.com/Science/Astronomy/ target=new",,"Lycos Astronomy",0
	,"Imagine Dictionary", "http://imagine.gsfc.nasa.gov/docs/dictionary.html target=new",,"NASA Imagine the Universe Dictionary",0
	,"Bartleby Reference", "http://www.bartleby.com/reference/ target=new",,"Search Numbers of Online Reference Books",0
	,"Encyclopedia Britannica", "http://www.britannica.com target=new",,"Encyclopedia Britannica",0
	,"Information Please", "http://www.infoplease.com/encyclopdict.html target=new",,"Information Please",0
	,"Encyclopedia.com", "http://www.encyclopedia.com target=new",,"Encyclopedia.com",0
	])


dumpmenus()
