/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#556C39';			// Background color when mouse is not over
	var LowSubBgColor='#556C39';			// Background color when mouse is not over on subs
	var HighBgColor='#556C39';			// Background color when mouse is over
	var HighSubBgColor='#556C39';			// Background color when mouse is over on subs
	var FontLowColor='#000000';			// Font color when mouse is not over
	var FontSubLowColor='#000000';			// Font color subs when mouse is not over
	var FontHighColor='#FFCC0D';			// Font color when mouse is over
	var FontSubHighColor='#FFCC0D';			// Font color subs when mouse is over
	var BorderColor='#50726F';			// Border color
	var BorderSubColor='#50726F';			// 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' or 'bottom'
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=76;				// Menu offset x coordinate
	var StartLeft=0;				// 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=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=0;			// 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='mainFrame';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// DIV id for relative positioning (refer to config.htm for info)
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=0;				// 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

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","#","",13,20,100);
     Menu1_1=new Array("Home","http://cripticspage.com:1991/middle.htm","",0,20,150);
     Menu1_2=new Array("My Blog","http://cripticspage.com:1991/portal/content.asp?contenttype=Blog","",0,20,150);
	 Menu1_3=new Array("Care Sheets","http://cripticspage.com:1991/asp/animalcare/Animal_Care_search_form.asp","",0,20,150);
     Menu1_4=new Array("Chat","http://cripticspage.com:1991/shoutbox/chat.htm","",0,20,150);
	 Menu1_5=new Array("Community","http://cripticspage.com:1991/portal/default.asp","",0,20,150);
	 Menu1_6=new Array("Downloads","http://cripticspage.com:1991/downloads/downloads.htm","",0,20,150);
     Menu1_7=new Array("Links","http://cripticspage.com:1991/links/links-1.htm","",0,20,150);
	 Menu1_8=new Array("Panoramics","http://cripticspage.com:1991/Panoramics/Panoramics.htm","",0,20,150);
	 Menu1_9=new Array("Photos","http://cripticspage.com:1991/ngallery2/default.aspx","",0,20,150);
     Menu1_10=new Array("Picture of the Day","http://cripticspage.com:1991/picoday/picoday.htm","",0,20,150);
     Menu1_11=new Array("Privacy Statement","http://cripticspage.com:1991/statement.htm","",0,20,150);
     Menu1_12=new Array("Suggested Reading","http://cripticspage.com:1991/asp/reading/Books_search_results.asp?pageNumber=0","",0,20,150);
	 Menu1_13=new Array("Videos of Places","http://cripticspage.com:1991/videos/Videos.htm","",0,20,150);

Menu2=new Array("Reptiles","#","",7);
	Menu2_1=new Array("General Care","#","",12,20,150);	
		Menu2_1_1=new Array("Introduction","http://cripticspage.com:1991/reptiles/reptile-1.htm","",0,20,150);
		Menu2_1_2=new Array("Before Buying","http://cripticspage.com:1991/reptiles/reptile-2.htm","",0);
		Menu2_1_3=new Array("Obtaining Information","http://cripticspage.com:1991/reptiles/reptile-3.htm","",0);
        Menu2_1_4=new Array("Sexing Reptiles","http://cripticspage.com:1991/reptiles/reptile-5.htm","",0);
        Menu2_1_5=new Array("Quarantine","http://cripticspage.com:1991/reptiles/reptile-6.htm","",0);
		Menu2_1_6=new Array("Acclimation","http://cripticspage.com:1991/reptiles/reptile-7.htm","",0);
		Menu2_1_7=new Array("Types of Vivarias","http://cripticspage.com:1991/reptiles/reptile-8.htm","",0);
		Menu2_1_8=new Array("Temperatures","http://cripticspage.com:1991/reptiles/reptile-9.htm","",0);
		Menu2_1_9=new Array("Heating and Hurmidity","http://cripticspage.com:1991/reptiles/reptile-10.htm","",0);
		Menu2_1_10=new Array("Feeding","http://cripticspage.com:1991/reptiles/reptile-12.htm","",0);
		Menu2_1_11=new Array("Handling","http://cripticspage.com:1991/reptiles/reptile-15.htm","",0);
		Menu2_1_12=new Array("Disease","http://cripticspage.com:1991/reptiles/reptile-16.htm","",0);
	Menu2_2=new Array("Bearded Dragons","#","",9);
		Menu2_2_1=new Array("Introduction","http://cripticspage.com:1991/reptiles/bearded/bearded-1.htm","",0,20,200);
		Menu2_2_2=new Array("Natural History","http://cripticspage.com:1991/reptiles/bearded/bearded-2.htm","",0);
		Menu2_2_3=new Array("Biology","http://cripticspage.com:1991/reptiles/bearded/bearded-3.htm","",0);
		Menu2_2_4=new Array("Housing","http://cripticspage.com:1991/reptiles/bearded/bearded-5.htm","",0);
		Menu2_2_5=new Array("Feeding","http://cripticspage.com:1991/reptiles/bearded/bearded-7.htm","",0);
		Menu2_2_6=new Array("Breeding","http://cripticspage.com:1991/reptiles/bearded/bearded-9.htm","",0);
		Menu2_2_7=new Array("Illnesses","http://cripticspage.com:1991/reptiles/bearded/bearded-13.htm","",0);
		Menu2_2_8=new Array("Species","http://cripticspage.com:1991/reptiles/bearded/bearded-14.htm","",0);
		Menu2_2_9=new Array("Bibliography","http://cripticspage.com:1991/reptiles/bearded/bearded-15.htm","",0);
	Menu2_3=new Array("Day Geckos","#","",11);
		Menu2_3_1=new Array("Introduction","http://cripticspage.com:1991/reptiles/daygeckos/daygecko1.htm","",0,20,200);
		Menu2_3_2=new Array("Natural History","http://cripticspage.com:1991/reptiles/daygeckos/daygecko2.htm","",0,20,200);
		Menu2_3_3=new Array("Biology","http://cripticspage.com:1991/reptiles/daygeckos/daygecko4.htm","",0,20,200);
		Menu2_3_4=new Array("Housing","http://cripticspage.com:1991/reptiles/daygeckos/daygecko5.htm","",0,20,200);
		Menu2_3_5=new Array("Feeding","http://cripticspage.com:1991/reptiles/daygeckos/daygecko6.htm","",0,20,200);
		Menu2_3_6=new Array("Illness","http://cripticspage.com:1991/reptiles/daygeckos/daygecko7.htm","",0,20,200);
		Menu2_3_7=new Array("Breeding","http://cripticspage.com:1991/reptiles/daygeckos/daygecko8.htm","",0,20,200);
		Menu2_3_8=new Array("Species","http://cripticspage.com:1991/reptiles/daygeckos/daygecko10.htm","",0,20,200);
		Menu2_3_9=new Array("Photos - Gold Dust","http://cripticspage.com:1991/ngallery2/albums/Gold+Dust+Gecko+.aspx","",0,20,200);
		Menu2_3_10=new Array("Photos - Standings and Giant","http://cripticspage.com:1991/ngallery2/albums/Day+Geckos.aspx","",0,20,200);		
		Menu2_3_11=new Array("Bibliography","http://cripticspage.com:1991/reptiles/daygeckos/daygecko11.htm","",0,20,200);
	Menu2_4=new Array("Green Iguanas","#","",10,20,150);
		Menu2_4_1=new Array("Introduction","http://cripticspage.com:1991/reptiles/iguana/iguana-1.htm","",0,20,200);
		Menu2_4_2=new Array("Natural History","http://cripticspage.com:1991/reptiles/iguana/iguana-2.htm","",0);
		Menu2_4_3=new Array("Biology","http://cripticspage.com:1991/reptiles/iguana/iguana-3.htm","",0);
		Menu2_4_4=new Array("Housing","http://cripticspage.com:1991/reptiles/iguana/iguana-7.htm","",0);
		Menu2_4_5=new Array("Feeding","http://cripticspage.com:1991/reptiles/iguana/iguana-10.htm","",0);
		Menu2_4_6=new Array("Breeding","http://cripticspage.com:1991/reptiles/iguana/iguana-11.htm","",0);
		Menu2_4_7=new Array("Illnesses","http://cripticspage.com:1991/reptiles/iguana/iguana-13.htm","",0);
		Menu2_4_8=new Array("Personal Notes","http://cripticspage.com:1991/reptiles/iguana/iguana-14.htm","",0);
		Menu2_4_9=new Array("Photos","http://cripticspage.com:1991/ngallery2/albums/Iguanas+.aspx","",0);	
		Menu2_4_10=new Array("Bibliography","http://cripticspage.com:1991/reptiles/iguana/iguana-15.htm","",0);	
	Menu2_5=new Array("Leopard Geckos","#","",9);
		Menu2_5_1=new Array("Introduction","http://cripticspage.com:1991/reptiles/leopards/leopard1.htm","",0,20,200);
		Menu2_5_2=new Array("Natural History","http://cripticspage.com:1991/reptiles/leopards/leopard2.htm","",0,20,200);
		Menu2_5_3=new Array("Biology","http://cripticspage.com:1991/reptiles/leopards/leopard3.htm","",0,20,200);
		Menu2_5_4=new Array("Housing","http://cripticspage.com:1991/reptiles/leopards/leopard4.htm","",0,20,200);
		Menu2_5_5=new Array("Feeding","http://cripticspage.com:1991/reptiles/leopards/leopard5.htm","",0,20,200);
		Menu2_5_6=new Array("Illness","http://cripticspage.com:1991/reptiles/leopards/leopard6.htm","",0,20,200);
		Menu2_5_7=new Array("Breeding","http://cripticspage.com:1991/reptiles/leopards/leopard7.htm","",0,20,200);
		Menu2_5_8=new Array("Photos","http://cripticspage.com:1991/ngallery2/albums/Leopard+Geckos+.aspx","",0,20,200);		
		Menu2_5_9=new Array("Bibliography","http://cripticspage.com:1991/reptiles/leopards/leopard11.htm","",0,20,200);
	Menu2_6=new Array("Rhacodactylus","#","",7,20,150);
		Menu2_6_1=new Array("Crested Geckos","http://cripticspage.com:1991/reptiles/Rhacodactylus/crestedgeckos/crested1.htm","",0,20,200);
		Menu2_6_2=new Array("Gargoyle Geckos","http://cripticspage.com:1991/reptiles/Rhacodactylus/GargoyleGeckos/Gargoyle1.htm","",0,20,200);
		Menu2_6_3=new Array("Giant Geckos","http://cripticspage.com:1991/reptiles/Rhacodactylus/GiantGeckos/Giant1.htm","",0,20,200);
		Menu2_6_4=new Array("Henkel's Giant Geckos","http://cripticspage.com:1991/reptiles/Rhacodactylus/HenkelsGecko/Henkels1.htm","",0,20,200);
		Menu2_6_5=new Array("Mossy Prehensile-tailed Geckos","http://cripticspage.com:1991/reptiles/Rhacodactylus/MossyGecko/Mossy1.htm","",0,20,200);
		Menu2_6_6=new Array("Rough-snouted Geckos","http://cripticspage.com:1991/reptiles/Rhacodactylus/RoughSnoutedGeckos/RoughSnouted1.htm","",0,20,200);
		Menu2_6_7=new Array("Slender Prehensile-tailed Geckos","http://cripticspage.com:1991/reptiles/Rhacodactylus/SlenderGeckos/Slender1.htm","",0,20,200);
	Menu2_7=new Array("Care Sheets","http://cripticspage.com:1991/asp/animalcare/Animal_Care_search_form.asp","",0,20,150);
				
Menu3=new Array("Amphibians","#","",5);
	Menu3_1=new Array("General Care","#","",9,20,150);
			Menu3_1_1=new Array("Introduction","http://cripticspage.com:1991/amphibian/amphib-1.htm","",0,20,150);
			Menu3_1_2=new Array("Natural History","http://cripticspage.com:1991/amphibian/amphib-2.htm","",0,20,150);
			Menu3_1_3=new Array("Biology","http://cripticspage.com:1991/amphibian/amphib-5.htm","",0,20,150);
			Menu3_1_4=new Array("Basic Care","http://cripticspage.com:1991/amphibian/amphib-8.htm","",0,20,150);
			Menu3_1_5=new Array("Housing","http://cripticspage.com:1991/amphibian/amphib-9.htm","",0,20,150);
			Menu3_1_6=new Array("Feeding","http://cripticspage.com:1991/amphibian/amphib-13.htm","",0,20,150);
			Menu3_1_7=new Array("Breeding","http://cripticspage.com:1991/amphibian/amphib-19.htm","",0,20,150);
			Menu3_1_8=new Array("Illnesses","http://cripticspage.com:1991/amphibian/amphib-28.htm","",0,20,150);
			Menu3_1_9=new Array("Bibliography","http://cripticspage.com:1991/amphibian/amphib-32.htm","",0,20,150);
	Menu3_2=new Array("Poison Dart Frogs","#","",10,20,150);
				Menu3_2_1=new Array("Introduction","http://cripticspage.com:1991/amphibian/poisondart/poisondart-1.htm","",0,20,150);
				Menu3_2_2=new Array("Natural History","http://cripticspage.com:1991/amphibian/poisondart/poisondart-2.htm","",0,20,150);
				Menu3_2_3=new Array("Biology","http://cripticspage.com:1991/amphibian/poisondart/poisondart-5.htm","",0,20,150);
				Menu3_2_4=new Array("Housing","http://cripticspage.com:1991/amphibian/poisondart/poisondart-8.htm","",0,20,150);
				Menu3_2_5=new Array("Feeding","http://cripticspage.com:1991/amphibian/poisondart/poisondart-10.htm","",0,20,150);
				Menu3_2_6=new Array("Illnesses","http://cripticspage.com:1991/amphibian/poisondart/poisondart-11.htm","",0,20,150);
				Menu3_2_7=new Array("Breeding","http://cripticspage.com:1991/amphibian/poisondart/poisondart-12.htm","",0,20,150);
				Menu3_2_8=new Array("Species","http://cripticspage.com:1991/amphibian/poisondart/poisondart-13.htm","",0,20,150);
				Menu3_2_9=new Array("Bibliography","http://cripticspage.com:1991/amphibian/poisondart/poisondart-14.htm","",0,20,150);
				Menu3_2_10=new Array("Photographs","http://cripticspage.com:1991/ngallery2/albums/Poison+Dart+Frogs+.aspx","",0,20,150);
	Menu3_3=new Array("Red-eye Tree-Frogs","#","",11,20,150);
				Menu3_3_1=new Array("Introduction","http://cripticspage.com:1991/amphibian/redeye/redeye1.htm","",0,20,150);
				Menu3_3_2=new Array("Natural History","http://cripticspage.com:1991/amphibian/redeye/redeye2.htm","",0,20,150);
				Menu3_3_3=new Array("Biology","http://cripticspage.com:1991/amphibian/redeye/redeye3.htm","",0,20,150);
				Menu3_3_4=new Array("Housing","http://cripticspage.com:1991/amphibian/redeye/redeye4.htm","",0,20,150);
				Menu3_3_5=new Array("Feeding","http://cripticspage.com:1991/amphibian/redeye/redeye8.htm","",0,20,150);
				Menu3_3_6=new Array("Breeding","http://cripticspage.com:1991/amphibian/redeye/redeye9.htm","",0,20,150);
				Menu3_3_7=new Array("Illnesses","http://cripticspage.com:1991/amphibian/redeye/redeye12.htm","",0,20,150);
				Menu3_3_8=new Array("Species","http://cripticspage.com:1991/amphibian/redeye/redeye13.htm","",0,20,150);
				Menu3_3_9=new Array("Personal Notes","http://cripticspage.com:1991/amphibian/redeye/redeye14.htm","",0,20,150);
				Menu3_3_10=new Array("Photos","http://cripticspage.com:1991/ngallery2/albums/Red-eye+Tree+Frogs.aspx","",0,20,150);
				Menu3_3_11=new Array("Bibliography","http://cripticspage.com:1991/amphibian/redeye/redeye15.htm","",0,20,150);
	Menu3_4=new Array("White's Tree Frogs","#","",9,20,150);
				Menu3_4_1=new Array("Introduction","http://cripticspage.com:1991/amphibian/whites/whites-1.htm","",0,20,150);
				Menu3_4_2=new Array("Natural History","http://cripticspage.com:1991/amphibian/whites/whites-2.htm","",0,20,150);
				Menu3_4_3=new Array("Biology","http://cripticspage.com:1991/amphibian/whites/whites-3.htm","",0,20,150);
				Menu3_4_4=new Array("Feeding","http://cripticspage.com:1991/amphibian/whites/whites-4.htm","",0,20,150);
				Menu3_4_5=new Array("Housing","http://cripticspage.com:1991/amphibian/whites/whites-5.htm","",0,20,150);
				Menu3_4_6=new Array("Illnesses","http://cripticspage.com:1991/amphibian/whites/whites-7.htm","",0,20,150);
				Menu3_4_7=new Array("Breeding","http://cripticspage.com:1991/amphibian/whites/whites-8.htm","",0,20,150);
				Menu3_4_8=new Array("Bibliography","http://cripticspage.com:1991/amphibian/whites/whites-10.htm","",0,20,150);
				Menu3_4_9=new Array("Photos","http://cripticspage.com:1991/ngallery2/albums/Whites+Tree+Frogs.aspx","",0,20,150);
	Menu3_5=new Array("Care Sheets","http://cripticspage.com:1991/asp/animalcare/Animal_Care_search_form.asp","",0,20,150);

Menu4=new Array("Tarantulas","#","",11);
	Menu4_1=new Array("Introduction","http://cripticspage.com:1991/tarantula/tarant-1.htm","",0,20,180);
	Menu4_2=new Array("Natural History","http://cripticspage.com:1991/tarantula/tarant-2.htm","",0);
	Menu4_3=new Array("Biology","http://cripticspage.com:1991/tarantula/tarant-3.htm","",0);
	Menu4_4=new Array("Housing","http://cripticspage.com:1991/tarantula/tarant-6.htm","",0);
	Menu4_5=new Array("Feeding","http://cripticspage.com:1991/tarantula/tarant-11.htm","",0);
	Menu4_6=new Array("Breeding","http://cripticspage.com:1991/tarantula/tarant-12.htm","",0);
	Menu4_7=new Array("Species","http://cripticspage.com:1991/tarantula/species/species.htm","",0);
	Menu4_8=new Array("Illnesses","http://cripticspage.com:1991/tarantula/tarant-17.htm","",0);
	Menu4_9=new Array("Personal Account","http://cripticspage.com:1991/tarantula/tarant-20.htm","",0);
	Menu4_10=new Array("Photos","http://cripticspage.com:1991/tarantula/photo.htm","",0,20,150);
	Menu4_11=new Array("Care Sheets","http://cripticspage.com:1991/asp/animalcare/Animal_Care_search_form.asp","",0,20,150);

Menu5=new Array("Enclosures","#","",9);
	Menu5_1=new Array("Introduction","http://cripticspage.com:1991/enclosure/enclos-1.htm","",0,20,140);
	Menu5_2=new Array("Aquatic","#","",1,20,140);
		Menu5_2_1=new Array("Introduction","http://cripticspage.com:1991/enclosure/aquatic/aquatic1.htm","",0,20,140);
	Menu5_3=new Array("Desert","#","",3,20,140);
		Menu5_3_1=new Array("Introduction","http://cripticspage.com:1991/enclosure/desert/desert1.htm","",0,20,140);
		Menu5_3_2=new Array("Soil Mix","http://cripticspage.com:1991/enclosure/desert/Soilmix.htm","",0,20,140);
		Menu5_3_3=new Array("Desert Enclosure Plan","http://cripticspage.com:1991/enclosure/misc/Desert/Desert.htm","",0,20,140);
	Menu5_4=new Array("Rainforest","#","",4,20,140);
		Menu5_4_1=new Array("Introduction","http://cripticspage.com:1991/enclosure/rainforest/rainforest1.htm","",0,20,140);
		Menu5_4_2=new Array("Soil Mix","http://cripticspage.com:1991/enclosure/rainforest/soilmix.htm","",0,20,140);
		Menu5_4_3=new Array("Tall Tropical Enclosure Plan","http://cripticspage.com:1991/enclosure/misc/shoreline/shoreline.htm","",0,20,140);
		Menu5_4_4=new Array("Epephyte Log","http://cripticspage.com:1991/enclosure/Misc/epiphytelog/epephytelog.htm","",0,20,140);
	Menu5_5=new Array("Savanna","#","",2,20,140);
		Menu5_5_1=new Array("Introduction","http://cripticspage.com:1991/enclosure/savanna/savanna1.htm","",0,20,140);
		Menu5_5_2=new Array("Soil Mix","http://cripticspage.com:1991/enclosure/savanna/Soilmix.htm","",0,20,140);
	Menu5_6=new Array("Semi-Aquatic","#","",3,20,140);
		Menu5_6_1=new Array("Introduction","http://cripticspage.com:1991/enclosure/semiaquatic/semiaquatic1.htm","",0,20,140);
		Menu5_6_2=new Array("Soil Mix","http://cripticspage.com:1991/enclosure/semiaquatic/soilmix.htm","",0,20,140);
		Menu5_6_3=new Array("Tall Tropical Enclosure Plan","http://cripticspage.com:1991/enclosure/misc/shoreline/shoreline.htm","",0,20,140);
	Menu5_7=new Array("Woodland","#","",2,20,140);
		Menu5_7_1=new Array("Introduction","http://cripticspage.com:1991/enclosure/woodland/woodland1.htm","",0,20,140);
		Menu5_7_2=new Array("Soil Mix","http://cripticspage.com:1991/enclosure/woodland/soilmix.htm","",0,20,140);
	Menu5_8=new Array("Misc","#","",5,20,140);
		Menu5_8_1=new Array("Fog Machine","http://cripticspage.com:1991/enclosure/misc/fog/fog.htm","",0,20,140);
		Menu5_8_2=new Array("Chameleon Enclosure Plan","http://cripticspage.com:1991/enclosure/misc/Chameleon/Chameleon.htm","",0,20,140);
		Menu5_8_3=new Array("Desert Enclosure Plan","http://cripticspage.com:1991/enclosure/misc/Desert/Desert.htm","",0,20,140);
		Menu5_8_4=new Array("Tall Tropical Enclosure Plan","http://cripticspage.com:1991/enclosure/misc/shoreline/shoreline.htm","",0,20,140);
		Menu5_8_5=new Array("Epephyte Log","http://cripticspage.com:1991/enclosure/misc/epiphytelog/epephytelog.htm","",0,20,140);
	Menu5_9=new Array("World Weather Statistics","http://cripticspage.com:1991/asp/weather/Table1_search_form.asp","",0,20,140);
	
Menu6=new Array("Plants","#","",2);
	Menu6_1=new Array("Introduction","http://cripticspage.com:1991/plants/plants-1.htm","",0,20,140);
	Menu6_2=new Array("Water Plant Caresheets","http://cripticspage.com:1991/asp/waterplants/Water_Plants_Table_search_form.asp","",0,20,140);

Menu7=new Array("Misc.","#","",3);
	Menu7_1=new Array("Mammals","#","",1,20,140);
		Menu7_1_1=new Array("Sugar Gliders","http://cripticspage.com:1991/mammal/sgliders/sglider1.htm","",0,20,140);
	Menu7_2=new Array("Insects","http://cripticspage.com:1991/insect/insect-1.htm","",0,20,140);
	Menu7_3=new Array("Care Sheets","http://cripticspage.com:1991/asp/animalcare/Animal_Care_search_form.asp","",0,20,150);
