/***********************************************************************************
*	(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=6;			// Number of first level items
	var LowBgColor='F5DEF5';			// Background color when mouse is not over
	var LowSubBgColor='F5DEF5';			// Background color when mouse is not over on subs
	var HighBgColor='E9B9ED';			// Background color when mouse is over
	var HighSubBgColor='E9B9ED';			// 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=0;				// 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;			// 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='MenuPos';				// 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("Home","index.html","",0,20,138);

Menu2=new Array("Articles","#","",5);

	Menu2=new Array("Basics","#","",6,20,150);
		Menu2_1=new Array("Diet","diet.html","",0,20,150);	
		Menu2_2=new Array("First Aid","firstaid.html","",0,20,150);
		Menu2_3=new Array("Care","care.html","",0,20,150);
		Menu2_4=new Array("Purchasing","purchasing.html","",0,20,150);
		Menu2_5=new Array("Wing Clipping","http://www.cockatiels.org/articles/care/wing.html","",0,20,150);
		Menu2_6=new Array("Misc. For Sale","booksforsale.html","",0,20,150);
		
	Menu2_3=new Array("Breeding","#","",5,20,150);
		Menu2_3_1=new Array("Breeding","breeding.html","",0,20,150);
		Menu2_3_2=new Array("Early Chick Mortality","earlychickmortality.html","",0,20,150);
		Menu2_3_3=new Array("Watch Me Grow","watchmegrow.html","",0,20,150);
		Menu2_3_4=new Array("A baby Hatches","javascript:top.location.href='babyhatches1.html'","",0,20,150);
		Menu2_3_5=new Array("Dominant Silvers","ds.html","",0,20,150);
		
	Menu2_4=new Array("Nursery","#","",6,20,150);
		Menu2_4_1=new Array("Homemade Incubator","incubator.html","",0,20,150);
		Menu2_4_2=new Array("Homemade Brooder","brooder.html","",0,20,150);
		Menu2_4_3=new Array("AviQuarium","http://www.avitec.com/Aquarium-Brooder-Tops-p/avq.htm","",0,20,150);
		Menu2_4_4=new Array("Chick Chalet Brooders","http://aveyinc.com/2%20Sizes%20-%20Chick%20Chalet%20Brooders.htm","",0,20,150);
		Menu2_4_5=new Array("Handfeeding","handfeeding.html","",0,20,150);
		Menu2_4_6=new Array("Handfeeding Day One's","dayonefeedings.html","",0,20,150);
		
	Menu2_5=new Array("Klebsiella Pneumonia","klebsiella.html","",0,20,150);
	
	Menu2_6=new Array("Cockatiel Genetics","#","",2,20,150);
		Menu2_6_1=new Array("Back to Basics","basics.html","",0,20,150);
		Menu2_6_2=new Array("Color Classifications","color.html","",0,20,150);

Menu3=new Array("Exhibition & More","#","",5,20,150);
	Menu3_1=new Array("Preparing for Exhibiton","","",5,20,150);
		Menu3_1_1=new Array("Breeding to the Standard","standard.html","",0,20,150);
		Menu3_1_2=new Array("Selective Breeding","selectivebreeding.html","",0,20,150);
		Menu3_1_3=new Array("Intro to Linebreeding","linebreeding.html","",0,20,150);	
		Menu3_1_4=new Array("Traveling to Shows","traveling.html","",0,20,150);
		Menu3_1_5=new Array("Entering your 1st Show",".html","",0,20,150);
	Menu3_2=new Array("Show Standard","http://www.cockatiels.org/shows/standard-2.html","",0,20,150);
	Menu3_3=new Array("NECBE","http://showbirdswebsites.gotop100.com/in.php?ref=119","",0,20,150);
	Menu3_4=new Array("Show Results","showstats.html","",0,20,150);
	Menu3_5=new Array("Show Pictures!","friendsgallery.html","",0,20,150);

Menu4=new Array("Links","#","",1);
	  Menu4_1=new Array("General","#","",10,20,150);
	    Menu4_1_1=new Array("Bird Talk","http://www.animalnetwork.com/birds/","",0,20,165);
		Menu4_1_2=new Array("Show Birds","http://showbirdswebsites.gotop100.com/in.php?ref=118","",0,20,165);
		Menu4_1_3=new Array("Elite Tiels","http://elitetiels.com/","",0,20,165);
		Menu4_1_4=new Array("National Cockatiel Society","http://cockatiels.org/","",0,20,165);
		Menu4_1_5=new Array("American Cockatiel Society","http://acstiels.com/","",0,20,165);
		Menu4_1_6=new Array("Feathers Up Aviary","http://www.feathersupaviary.com/","",0,20,165);
		Menu4_1_7=new Array("National Cage Bird Show ","http://www.ncbs.org/","",0,20,165);
		Menu4_1_8=new Array("J&A Aviaries","http://www.jaaviaries.com/","",0,20,165);
		Menu4_1_9=new Array("The Flying Tiels","http://epkenterprises.com/","",0,20,165);
		Menu4_1_10=new Array("Frandelhi's Flyers","http://frandelhisflyers.com/index.htm","",0,20,165);



	Menu4_2=new Array("Organizations","#","",8);
		Menu4_2_1=new Array("American Federation of Aviculture","http://afabirds.org/","",0,20,175);
		Menu4_2_2=new Array("Society of Parrot Breeders & Exhibitors","http://www.spbe.org/","",0,20,175);
		Menu4_2_3=new Array("The Native Cockatiel Society of Australia Inc","http://www.cockatiel.org.au/links.php","",0,20,175);
		Menu4_2_4=new Array("World Parrot Trust","http://www.worldparrottrust.org/","",0,20,175);
		Menu4_2_5=new Array("National Cockatiel Society","http://cockatiels.org/","",0,20,175);
		Menu4_2_6=new Array("Avian Publications","http://www.avianpublications.com/","",0,20,175);
		Menu4_2_7=new Array("National Cage Bird Show","http://www.ncbs.org/","",0,20,175);
		Menu4_2_8=new Array("New England Cockatiel Breeders & Exhibitors","http://www.foryouco.com/projects/websites/necbe/","",0,20,175);
	
	Menu4_3=new Array("Health","#","",2);
		Menu4_3_1=new Array("Signs of Illness","http://www.birdsnways.com/wisdom/ww14ev.htm#v","",0,20,200);
		Menu4_3_2=new Array("Blood Feather Emergency","http://www.birdsnways.com/wisdom/ww13eii.htm#ii","",0,20,200);
	
	Menu4_4=new Array("Supplies & Software","#","",4);
		Menu4_4_1=new Array("Avimate","http://www.avimate.com","",0,20,150);
		Menu4_4_2=new Array("Bird Tracker","http://www.cabinsoftware.biz/","",0,20,150);
		Menu4_4_3=new Array("Avitech","http://www.avitec.com/","",0,20,150);
		Menu4_4_4=new Array("Bird Supply of N.H.","http://birdsupplynh.com","",0,20,165);
	
	Menu4_5=new Array("Email groups","#","",3);
		Menu4_5_1=new Array("Tiel Breeders","http://www.geocities.com/Petsburgh/Fair/5667/","",0,20,150);
		Menu4_5_2=new Array("Cockatiel Castle","http://groups.yahoo.com/group/cockatielcastle/?yguid=94897426","",0,20,150);
		Menu4_5_3=new Array("The Bird Show Club ","http://groups.yahoo.com/group/BirdShowClub/","",0,20,150);
	
	Menu4_6=new Array("Cockatiel Color Palette","http://www.kirstenmunson.com/cockatiels/blue.html","",0);
		
Menu5=new Array("Available Birds","#","",2);
		Menu5_1=new Array("Birds for Sale","babiesforsale.html","",0,20,150);
		Menu5_2=new Array("Sales Policy","salespolicy.html","",0,20,150);
	
Menu6=new Array("Pets & Other species","","",8)
		Menu6_1=new Array("Isaac - The African Grey","isaac.html","",0,20,150);
		Menu6_2=new Array("Maggie - The Citron Cockatoo","maggie.html","",0,20,150);
		Menu6_3=new Array("Cole - The African Grey","cole.html","",0,20,150);
		Menu6_4=new Array("Kenadie - The Greencheek Conure","conure.html","",0,20,150);
		Menu6_5=new Array("Parrotlets","parrotlets.html","",0,20,150);
		Menu6_6=new Array("Bourke Parakeets","bourkes.html","",0,20,150);
		Menu6_7=new Array("Lineolated Parakeets",".html","",0,20,150);
		Menu6_8=new Array("Green Cheek Conures",".html","",0,20,150);


		
