/* --- menu items --- note that this structure has changed its format since previous version. additional third parameter is added for item scope settings. Now this structure is compatible with Tigra Menu GOLD. Format description can be found in product documentation. */ var MENU_ITEMS = [ ['
General
', null, null, ['Home', '../index.html'], ['About Us', '../general/about.html'], ['F3 in the Press', '../general/press.html'], ['Sponsors & Partners', '../general/partners_sponsors.html'], ['Contact Us', '../general/contacts.html'], ], ['
Explorers Guild
', null, null, ["About the Guild", '../explorers_guild/explorers_guild.html'], ['Meeting Minutes', '../explorers_guild/minutes.html'], ['Directions', '../explorers_guild/directions.html'], ['Forum Facilities', '../forum/forum.html'], ['Forum Equipment', '../forum/equipment.html'], ['FTRC Explorers Guild', '../explorers_guild/ftrc.html'], ], ['
Grant $
', null, null, ['F3 Funding Forecast', '../funding/funding.pdf'], ['Subscribe', '../funding/fund_list.html'], ], ['
Outtasite!
', null, null, [' 2007-2008', '../outtasite/outtasite.html'], [' 2006-2007', '../outtasite/2007.html'], [' 2005-2006', '../outtasite/2006.html'], [' 2004-2005', '../outtasite/2005.html'], [' 2003-2004', '../outtasite/2004.html'], [' 2002-2003', '../outtasite/2003.html'], [' 2001-2002', '../outtasite/2002.html'], [' 2000-2001', '../outtasite/2001.html'], [' 1999-2000', '../outtasite/2000.html'], ], /* ['
Outreach
', null, null, ['Outreach Activities', '../outreach/activities.html'], ], */ ['
Resources
', null, null, ['Papers and Presentations', '../resources/papers.html'], ['Other Organizations', '../resources/organizations.html'], ['SeaMaven', 'http://www.seamaven.org', {'tw' : 'playerwindow'}], ['GLOBE™', 'http://www.f3program.org/resources/globe_redirect.html'], /* ['HELP Team', 'http://www.educationhelpteam.org', {'tw' : 'playerwindow'}], */ ['Outreach Activities', 'http://www.f3program.org/outreach/activities.html'], ], ['
Podcasts
', null, null, ['Quick Takes', "javascript:window.open('http://www.f3program.org/podcasts/quicktakes.html', 'playerwindow', 'toolbar=1,resizable=1,location=1,status=1,scrollbars=1,width=800,height=600');", {'tw' : 'playerwindow'}], ], ];