/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#006697';			// Background color when mouse is over
	var HighSubBgColor='#006697';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='#006697';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="arial,sans-serif,technical"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var StartTop=45;				// Menu offset x coordinate
	var StartLeft=35;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=0;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=250;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['/styles/images/tri.gif',5,10,'/styles/images/tri_blank.gif',10,5,'/styles/images/trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Home","/","",2,15,50);
	Menu1_1=new Array("Search", "/search.htm", "", 0, 15, 65);
	Menu1_2=new Array("Site Map", "/site.htm", "", 0, 15, 0);


Menu2=new Array("News","/news/index.htm","",8, 15, 50);
	Menu2_1=new Array("Seminars","/news/seminars/index.htm","",0,15,110);
	Menu2_2=new Array("In The News","/news/itn/","",0);
	Menu2_3=new Array("Spotlights","/news/spotlights/index.htm","",0);	
	Menu2_4=new Array("News Releases","/news/news_releases/index.htm","",0);
	Menu2_5=new Array("Contacts","/news/contacts.htm","",0);
	Menu2_6=new Array("Field Work","/news/field_work.htm","",0);
	Menu2_7=new Array("Calendar","http://www.calendarwiz.com/calendars/calendar.php?cat_current=17595&crd=jsgcalendar&","",0);
	Menu2_8=new Array("JSG Meetings","/jsg/","",0);
		
Menu3=new Array("About","/about/index.htm","",4, 15, 52);
	Menu3_1=new Array("Mission Statement","/about/mission.htm","",0,15,150);
	Menu3_2=new Array("Directions","/about/directions.htm","",0,15);
	Menu3_3=new Array("History","/about/history/","",0,15);
	Menu3_4=new Array("Academic Partners","/about/partners_academia.htm","",0,15);

Menu4=new Array("Research","/research/index.htm","",18, 15, 75);
	Menu4_1=new Array("Active Projects","/research/active.htm","",0,15,190);
	Menu4_2=new Array("Archived Projects","/research/archives.htm","",0,15);
	Menu4_3=new Array("<hr color=black width=85% align=center>","","",0,15);
	Menu4_4=new Array("Plate Models","/research/overview/p_model.htm","",0,15);
	Menu4_5=new Array("Neotectonics","/research/overview/neotectonics.htm","",0,15);
	Menu4_6=new Array("Plate Boundary Processes","/research/overview/pb_processes.htm","",0,15);
	Menu4_7=new Array("Earthquake Seismology","/research/overview/seismology.htm","",0,15);
	Menu4_8=new Array("Continental Margins","/research/overview/margin_morph.htm","",0,15);
	Menu4_9=new Array("Climate","http://www.ig.utexas.edu/jsg/css_jsg/","",2,15);
		Menu4_9_1=new Array("Atmosphere and Ocean Dyamics","/research/overview/aod.htm","",0,15,200);
		Menu4_9_2=new Array("Geologic Climate Records","/research/overview/geo_climate_rec.htm","",0,15);
        Menu4_10=new Array("Polar Studies","/research/projects/polar_studies/","",0,15);
        Menu4_11=new Array("Ice and Ice Covered Lithosphere","/research/overview/ice.htm","",0,15);
	Menu4_12=new Array("Sea-Level Fluctuations","/research/overview/sealevel.htm","",0,15);
	Menu4_13=new Array("Gas Hydrate Studies","/research/overview/hydrates.htm","",0,15);
	Menu4_14=new Array("Natural Resource Exploration","/research/overview/nre.htm","",0,15);
	Menu4_15=new Array("Quantitive Geophysics","/research/overview/quantitative.htm","",0,15);
	Menu4_16=new Array("Planetary Geophysics","/research/overview/planet_geophys.htm","",0,15);
	Menu4_17=new Array("<hr color=black width=85% align=center>","","",0,15);
	Menu4_18=new Array("Special Programs","","",8,15);
		Menu4_18_1=new Array("Seismic Data Center","/sdc/index.htm","",0,15,190);
		Menu4_18_2=new Array("Airborne Geophysics","/research/projects/airgeo/","",0,15);
		Menu4_18_3=new Array("Earthquake Studies","/research/projects/eq/","",0,15);
		Menu4_18_4=new Array("Caribbean Research","/research/projects/caribbean/carib.links.htm","",0,15);		
		Menu4_18_5=new Array("Gulf Basin Depostional Sythesis","/research/projects/gbds/gbds.htm","",0,15);
		Menu4_18_6=new Array("PLATES","/research/projects/plates/plates.htm","",0,15);
		Menu4_18_7=new Array("Geoclutter","/research/projects/geoclutter/geoclutter.htm","",0,15);
		Menu4_18_8=new Array("Ocean Bottom Seismographs","/resources/obs/obs.htm","",0,15);
		Menu4_18_9=new Array("TEXSEIS","/texseis/","",0,15);
	Menu4_19=new Array("Regional Focus","","",3,15);
		Menu4_19_1=new Array("Antarctica","/research/overview/antarctica.htm","",0,15, 100);
		Menu4_19_2=new Array("Gulf of Mexico","/research/overview/gom.htm","",0,15);
		Menu4_19_3=new Array("Caribbean","/research/projects/caribbean/carib.links.htm","",0,15);
	Menu4_20=new Array("Research Tools & Techniques","","",3,15);
		Menu4_20_1=new Array("Geophysical Surveying","/research/overview/geophys_survey.htm","",0,15,150);
		Menu4_20_2=new Array("Global Positioning","/research/overview/gps.htm","",0,15);
		Menu4_20_3=new Array("Research Platforms","/research/overview/means.htm","",0,15);
	
Menu5=new Array("People","/people/index.htm","",7,15,56);
	Menu5_1=new Array("Research Staff","/people/index.htm#research_staff","",0,15,140);
	Menu5_2=new Array("Technical Staff","/people/index.htm#support","",0,15);
	Menu5_3=new Array("Administrative Staff","/people/index.htm#suppor","",0,15);
	Menu5_4=new Array("Students","/people/students/","",2,15);
		Menu5_4_1=new Array("Undergraduate","/people/students/index.htm#ugrad","",0,15,100);
		Menu5_4_2=new Array("Graduate","/people/students/index.htm#grad","",0,15);
	Menu5_5=new Array("Alumni","/people/alumni/","",0,15);
	Menu5_6=new Array("Standing Committees","/people/staff/committees.htm","",0,15);
	Menu5_7=new Array("Job Opportunities","/people/jobs.htm","",0,15);

Menu6=new Array("Resources","/resources/index.htm","",7,15,78);
	Menu6_1=new Array("Technical Support","/techdocs/","",0,15);
	Menu6_2=new Array("Seismic Data Center","/sdc/","",0,15);
	Menu6_3=new Array("Library","/library","",0,15,150);
	Menu6_4=new Array("OBS Facilities","/resources/obs/obs.htm","",0,15);
	Menu6_5=new Array("TexSeis Earthquake Center","/texseis/","",0.,15);
        Menu6_6=new Array("Hockley Seismic Station","/resources/hkt/about/abouthkt.htm","",0.,15);
        Menu6_7=new Array("Contribution Search","/db/contsrch.htm","",0.,15);

Menu7=new Array("Outreach","/outreach","",8,15,78);
	Menu7_1=new Array("TXESS Revolution","http://www.txessrevolution.org/","",0,15);
        Menu7_2=new Array("IPY Learning Activities","/research/projects/polar_studies/resources/","",0,15,225);
	Menu7_3=new Array("Wired Antarctica","/outreach/wiredantarctica/","",0,15,225);
	Menu7_4=new Array("GK-12","/outreach/index.htm","",0,15,225);
	Menu7_5=new Array("Teachers in the Field","/outreach/ttif/","",0,15);
	
Menu8=new Array("Support","/support/index.htm","",3,15,60);
	Menu8_1=new Array("Industry Sponsors","/support/sponsors.htm","",0,15,130);
	Menu8_2=new Array("Sponsored Projects","/research/overview/nre.htm","",0,15);
	Menu8_3=new Array("Supporting UTIG","/support/support/index.htm","",0,15);
