/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=11;			// 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='black';			// Background color when mouse is over
	var HighSubBgColor='black';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// 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=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,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='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=275;				// Menu offset x coordinate
	var StartLeft=25;				// 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=2;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// 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=['tri.gif',5,10,'tridown.gif',10,5,'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("Kentucky Geological Survey","http://www.uky.edu/KGS/","",0,20,275);

Menu2=new Array("Base maps","nolink.html","",14);
	Menu2_1=new Array("Kentucky Geospatial Data Clearinghouse","http://kygeonet.ky.gov/","",0,20,350);
	Menu2_2=new Array("Kentucky GeoPortal (Interactive Map Server Access)","http://kgs.uky.edu/kgsmap/KGSGeoPortal/KGSGeoPortal.asp?mode=init","",0);
	Menu2_3=new Array("Interactive Map Server Links","http://kgs.uky.edu/kgsweb/arcimsSearch.asp","",0);
	Menu2_4=new Array("County boundaries","http://www.uky.edu/KGS/gis/bounds.html ","",0);
	Menu2_5=new Array("Geology","http://www.uky.edu/KGS/gis/geology.html ","",0);
	Menu2_6=new Array("KGS links (streams, roads, etc)","http://www.uky.edu/KGS/gis/kgs_gis.html ","",0);
	Menu2_7=new Array("Digital ortho quarter quads","http://kymartian.ky.gov/doqq/","",0);
	Menu2_8=new Array("Digital raster graphics (DRG)","http://kymartian.ky.gov/drgmaps/","",0);
	Menu2_9=new Array("New DRGs","http://kymartian.ky.gov/krgmaps/index.html","",0);
	Menu2_10=new Array("Digital geologic maps","http://kymartian.ky.gov/gqmaps/","",0);
	Menu2_11=new Array("Digital elevation data","http://kymartian.ky.gov/demweb/","",0);
	Menu2_12=new Array("Soils","http://www.ftw.nrcs.usda.gov/ssur_data.html","",0);
	Menu2_13=new Array("Natural Resources and Environmental Protection Cabinet","http://www.environment.ky.gov/homepage_repository/gis/default.htm","",0);
	Menu2_14=new Array("Keller lease maps of WKY (paper only)","http://www.geocities.com/hmorgan700/Keller_Farm_Maps.html","",0);

Menu3=new Array("Data","nolink.html","",10);
	Menu3_1=new Array("Oil and gas well locations","http://www.uky.edu/KGS/gis/geology.html","",0,20,200);
	Menu3_2=new Array("Oil and gas production","http://www.dogc.ky.gov/oilgastechnicalinfolibrary/","",0);
	Menu3_3=new Array("Well search (table)","http://kgs.uky.edu/kgsweb/DataSearching/OilGas/OGSearch.asp","",0);
	Menu3_4=new Array("Well search (map)","http://wris.ky.gov/website/kgsog/viewer.htm ","",0);
	Menu3_5=new Array("Rig counts","http://www.bakerhughes.com/investor/rig/index.htm","",0);
	Menu3_6=new Array("Kentucky energy data","http://www.eia.doe.gov/emeu/states/main_ky.html","",0);
	Menu3_7=new Array("State energy profile","http://tonto.eia.doe.gov/oog/info/state/ky.html","",0);
	Menu3_8=new Array("EPA databases and software","http://www.epa.gov/epahome/Data.html","",0);
	Menu3_9=new Array("National Pipeline Mapping","http://www.npms.rspa.dot.gov/","",0);
	Menu3_10=new Array("Benchmark information","http://www.ngs.noaa.gov/cgi-bin/datasheet.prl","",0);

	
Menu4=new Array("Regulatory and State Agencies","nolink.html","",10);
	Menu4_1=new Array("State of Kentucky","http://kentucky.gov/","",0,20,250);
	
	Menu4_2=new Array("KY Division of Oil and Gas","http://www.dogc.ky.gov/","",5);
		Menu4_2_1=new Array("Technical Information Library (production, permits, etc.)","http://www.dogc.ky.gov/oilgastechnicalinfolibrary/","",0,20,350);
        Menu4_2_2=new Array("Statutes: KRS 353 (permitting, pooling, etc.)","http://www.lrc.ky.gov/KRS/353-00/CHAPTER.HTM","",0);	
		Menu4_2_3=new Array("Gathering lines","http://www.dogc.ky.gov/gatheringlines/","",0);
		Menu4_2_4=new Array("Coalbed Methane (HB577)","http://www.lrc.state.ky.us/record/04rs/HB577/bill.doc","",0);
		Menu4_2_5=new Array("Oil and Gas Well Operators Manual", "http://www.dogc.ky.gov/oilgastechnicalinfolibrary/","",0);
	
	Menu4_3=new Array("KY Division of Water","http://www.water.ky.gov/","",0);
	Menu4_4=new Array("Geologist Registration","http://ky.gov/agencies/finance/occupations/geologists/","",0);
	Menu4_5=new Array("Public Service Commission","http://www.psc.ky.gov/","",0);
	Menu4_6=new Array("Kentucky Division of Energy","http://www.energy.ky.gov/","",0);
	Menu4_7=new Array("FERC","http://www.ferc.fed.us/","",0);
	Menu4_8=new Array("U.S. Department of Transportation","http://www.dot.gov/","",0);
	Menu4_9=new Array("U.S. EPA Region 4","http://www.epa.gov/region4/","",0);
	Menu4_10=new Array("U.S. EPA Oil Spill Program","http://www.epa.gov/oilspill/","",0);
	
Menu5=new Array("Oil & gas price","nolink.html","",6);
	Menu5_1=new Array("Somerset Oil","http://www.somersetoil.com/","",0,20,200);
	Menu5_2=new Array("KOGA links page","http://www.kyoilgas.org/links.cfm","",0);
	Menu5_3=new Array("International pricing information","http://www.eia.doe.gov/emeu/international/petroleu.html","",0);
	Menu5_4=new Array("Oil price","http://www.oilprice.com/","",0);
	Menu5_5=new Array("WTRG Economics","http://www.wtrg.com/","");
	Menu5_6=new Array("QuoteSmith","http://quotes.ino.com/exchanges/?e=NYMEX","",0);

Menu6=new Array("Associations","nolink.html","",17);
	Menu6_1=new Array("KOGA","http://www.kyoilgas.org/","",0,20,200);
	Menu6_2=new Array("KSPG","http://www.kspg.org/","",0);
	Menu6_3=new Array("AIPG","http://www.professionalgeologist.org/","",0);
	Menu6_4=new Array("AAPG","http://www.aapg.org/","",0);
	Menu6_5=new Array("SPE","http://www.spe.org/","",0);
	Menu6_6=new Array("SEG","http://www.seg.org/","",0);
	Menu6_7=new Array("GTI","http://www.gastechnology.org/","",0);
	Menu6_8=new Array("API","http://api-ec.api.org/intro/index_noflash.htm","",0);
	Menu6_9=new Array("IPAA","http://www.ipaa.org/","",0);
	Menu6_10=new Array("IOGCC","http://www.iogcc.state.ok.us/","",0);
	Menu6_11=new Array("TN O&G Assn","http://www.tennoil.com/","",0);
	Menu6_12=new Array("TX (TIPRO)","http://www.tipro.com/","",0);
	Menu6_13=new Array("IL O&G Assn","http://www.ioga.com/","",0);
	Menu6_14=new Array("OH O&G Assn","http://www.ooga.org/","",0);
	Menu6_15=new Array("WV O&G Assn","http://www.iogawv.com/","",0);
	Menu6_16=new Array("KY Petroleum Marketers Assn","http://www.kpma.net/index.htm","",0);
	Menu6_17=new Array("Landmen","nolink.html","",3);
	     Menu6_17_1=new Array("American Association of Professional Landmen","http://www.energyconnect.com/~landman/","",0,20,300);
	     Menu6_17_2=new Array("Appalachian","http://www.energyconnect.com/~landman/localChapters/appapl/index.html","",0);
	     Menu6_17_3=new Array("TriState","http://www.energyconnect.com/~landman/localChapters/TriState/index.html","",0);

Menu7=new Array("Other","nolink.html","",7);
	Menu7_1=new Array("Petroleum Technology Transfer Council (PTTC)","http://www.pttc.org/","",0,20,250);
	Menu7_2=new Array("Midwest Region PTTC","http://www.isgs.uiuc.edu/pttc/index.html","",0);
	Menu7_3=new Array("Appalachian Region PTTC","http://karl.nrcce.wvu.edu/","",0);
	Menu7_4=new Array("U.S. Department of Energy","http://www.energy.gov/","",0);
	Menu7_5=new Array("National Energy Tech Lab","http://www.netl.doe.gov/","",0);
	Menu7_6=new Array("Energy Information Administration","http://www.eia.doe.gov/ ","",0);
	Menu7_7=new Array("Illinois Petroleum Resources Board","http://www.iprb.org/","",0);

Menu8=new Array("Surveys","nolink.html","",13);
	Menu8_1=new Array("Indiana","http://igs.indiana.edu/","",0,20,200);
	Menu8_2=new Array("Illinois","http://www.isgs.uiuc.edu/isgshome.html","",0);
	Menu8_3=new Array("Kansas","http://www.kgs.ukans.edu/kgs.html","",0);
	Menu8_4=new Array("Kentucky","http://www.uky.edu/kgs/","",0);
	Menu8_5=new Array("Missouri","http://www.dnr.state.mo.us/geology/homegsrad.htm","",0);
	Menu8_6=new Array("Ohio","http://www.ohiodnr.com/geosurvey/","",0);
	Menu8_7=new Array("New York","http://www.nysm.nysed.gov/research/geology/","",0);
	Menu8_8=new Array("Pennsylvania","http://www.dcnr.state.pa.us/topogeo/","",0);
	Menu8_9=new Array("Tennessee","http://www.state.tn.us/environment/tdg/index.html","",0);
	Menu8_10=new Array("Virginia","http://www.mme.state.va.us/Dmr/home.dmr.html","",0);
	Menu8_11=new Array("West Virginia","http://www.wvgs.wvnet.edu/","",0);
	Menu8_12=new Array("U.S. Geological Survey","http://www.usgs.gov/","",2);
	         Menu8_12_1=new Array("Eastern Energy Resources Team","http://energy.er.usgs.gov/index.htm","",0,20,175);
	         Menu8_12_2=new Array("Geographic names lookup","http://geonames.usgs.gov/","",0);
	Menu8_13=new Array("AASG Directory of State Surveys","http://www.kgs.ukans.edu/AASG/AASG.html","",0);

Menu9=new Array("Magazines, news, information, & links","nolink.html","",8);
	Menu9_1=new Array("Oil & Gas Journal","http://ogj.pennnet.com/home.cfm","",0,20,200);
	Menu9_2=new Array("American Oil & Gas Reporter","http://www.aogr.com/","",0);
	Menu9_3=new Array("World Oil","http://www.worldoil.com/","",0);
	Menu9_4=new Array("Oil News","http://www.oil.com/","",0);
	Menu9_5=new Array("Energy Connection","http://www.energyconnect.com/","",0);
	Menu9_6=new Array("Scout Check","http://members.aol.com/scoutcheck/","",0);
	Menu9_7=new Array("IHS Energy (PI/Dwights)","http://www.ihsenergy.com/","",0);
	Menu9_8=new Array("Indigo Pool","http://www.indigopool.com/index","",0);

Menu10=new Array("Search engines","nolink.html","",11);
    Menu10_1=new Array("About","http://www.about.com/","",0,20,250);
	Menu10_2=new Array("Altavista","http://www.altavista.com/","",0);
    Menu10_3=new Array("Ask Jeeves","http://www.ask.com/ ","",0);
    Menu10_4=new Array("Dogpile","http://www.dogpile.com/","",0);
	Menu10_5=new Array("Excite","http://www.excite.com/","",0);
	Menu10_6=new Array("Google","http://www.google.com/","",0);
	Menu10_7=new Array("Hotbot","http://hotbot.lycos.com/?query=","",0);
	Menu10_8=new Array("Lycos","http://www.lycos.com/","",0);
	Menu10_9=new Array("Teoma","http://www.teoma.com/","",0);
	Menu10_10=new Array("Wikipedia (free online encyclopedia)","http://en.wikipedia.org/wiki/Main_Page","",0);
	Menu10_11=new Array("Yahoo","http://www.yahoo.com/","",0);

Menu11=new Array("HELP","help.htm","",0);
