/***********************************************************************************
*	(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='796C8B';			// Background color when mouse is not over
	var LowSubBgColor='CDCDCD';			// Background color when mouse is not over on subs
	var HighBgColor='796C8B';			// Background color when mouse is over
	var HighSubBgColor='black';			// Background color when mouse is over on subs
	var FontLowColor='white';			// 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='796c8b';			// 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 narrow"	// Font family menu items
	var FontSize=10;				// 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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// 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=25;				// Left padding
	var TopPaddng=5;				// 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=0;				// 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,60);

Menu2=new Array("DOMESTIC SIRES","","",12,25,130);
	Menu2_1=new Array("ALPINE","alpine.html","",2,25,210);
		Menu2_1_1=new Array("CURRENT SIRES","alpine.html","",0,25,200);
		Menu2_1_2=new Array("ARCHIVED SIRES","archivedalpine.html","",0);
		
	Menu2_2=new Array("BOER","boer.html","",2);
		Menu2_2_1=new Array("CURRENT SIRES","boer.html","",0,25,200);
		Menu2_2_2=new Array("ARCHIVED SIRES","archivedboer.html","",0);
		
	Menu2_3=new Array("EXPERIMENTAL","experimental.html","",2);
		Menu2_3_1=new Array("CURRENT SIRES","experimental.html","",0,25,200);
		Menu2_3_2=new Array("ARCHIVED SIRES","","",0);

	Menu2_4=new Array("FAINTER","fainter.html","",2);
		Menu2_4_1=new Array("CURRENT SIRES","fainter.html","",0,25,200);
		Menu2_4_2=new Array("ARCHIVED SIRES","","",0);

	Menu2_5=new Array("KIKO","kiko.html","",2);
		Menu2_5_1=new Array("CURRENT SIRES","kiko.html","",0,25,200);
		Menu2_5_2=new Array("ARCHIVED SIRES","","",0);

	Menu2_6=new Array("LAMANCHA","lamancha.html","",2);
		Menu2_6_1=new Array("CURRENT SIRES","lamancha.html","",0,25,200);
		Menu2_6_2=new Array("ARCHIVED SIRES","archivedlamancha.html","",0);
				
	Menu2_7=new Array("NIGERIAN DWARF","nigerian.html","",2);
		Menu2_7_1=new Array("CURRENT SIRES","nigerian.html","",0,25,200);
		Menu2_7_2=new Array("ARCHIVED SIRES","archivednigerian.html","",0);		
			
			
	Menu2_8=new Array("NUBIAN","nubian.html","",2);
		Menu2_8_1=new Array("CURRENT SIRES","nubian.html","",0,25,200);
		Menu2_8_2=new Array("ARCHIVED SIRES","archivednubian.html","",0);
			
			
			
	Menu2_9=new Array("OBERHASLI","oberhasli.html","",2);
		Menu2_9_1=new Array("CURRENT SIRES","oberhasli.html","",0,25,200);
		Menu2_9_2=new Array("ARCHIVED SIRES","archivedoberhasli.html","",0);
		

	Menu2_10=new Array("SAANEN","saanen.html","",2);
		Menu2_10_1=new Array("CURRENT SIRES","saanen.html","",0,25,200);
		Menu2_10_2=new Array("ARCHIVED SIRES","archivedsaanen.html","",0);
		



	Menu2_11=new Array("SABLE","sable.html","",2);
		Menu2_11_1=new Array("CURRENT SIRES","sable.html","",0,25,200);
		Menu2_11_2=new Array("ARCHIVED SIRES","","",0);
		

	Menu2_12=new Array("TOGGENBURG","toggenburg.html","",2);
		Menu2_12_1=new Array("CURRENT SIRES","toggenburg.html","",0,25,200);
		Menu2_12_2=new Array("ARCHIVED SIRES","archivedtoggenburg.html","",0);
		
	Menu2_13=new Array("OTHER","","",0);

Menu3=new Array("INTERNATIONAL SIRES","","",4,25,160);
	Menu3_1=new Array("NUBIAN","","",2,25,240);	
		Menu3_1_1=new Array("*B Goldthwaite Bonny's Black Tie","n208.html","",0,25,300);
		Menu3_1_2=new Array("GCH +*B Regehrs Alginon's Beaujolais","n005.html","",0);
	Menu3_2=new Array("SAANEN","","",2);
		Menu3_2_1=new Array("*B des Ruhigestelle Winchester","s025.html","",0,25,300);
		Menu3_2_2=new Array("*B Lake Country Satin Casimir","s035.html","",0);
	Menu3_3=new Array("TOGGENBURG","","",2);
		Menu3_3_1=new Array("CH *B Continental DDCW Friday","t033.html","",0,25,300);
		Menu3_3_2=new Array("GCH +*B Rowe's Maestro Ranger","t068.html","",0);
	Menu3_4=new Array("EXPORT SALE INFORMATION","exports.html","",0);

Menu4=new Array("RETAIL STORE","","",14,25,110);
	Menu4_1=new Array("A.I. KITS","kits.html","",0,25,270);
	Menu4_2=new Array("BOOKS","books.html","",0);
	Menu4_3=new Array("FECAL ANALYSIS SUPPLIES","fecal.html","",0);
	Menu4_4=new Array("INSEMINATION GUNS & SUPPLIES","guns.html","",0);
	Menu4_5=new Array("MANAGEMENT TOOLS","tools.html","",0);
	Menu4_6=new Array("MICROSCOPES & SUPPLIES","microscope.html","",0);
	Menu4_7=new Array("MISCELLANEOUS","misc.html","",0);
	Menu4_8=new Array("NITROGEN TANKS & SUPPLIES","tank.html","",0);
	Menu4_9=new Array("PET SPERM","pet.html","",0);
	Menu4_10=new Array("REPORTS","reports.html","",0);
	Menu4_11=new Array("SPECULUMS & LIGHT SOURCES","speculum.html","",0);
	Menu4_12=new Array("THAWING SUPPLIES","thaw.html","",0);
	Menu4_13=new Array("VIEW SHOPPING CART","http://ww5.aitsafe.com/cf/review.cfm?userid=7981875","",0);
	Menu4_14=new Array("VIEW SHIPPING RATES","shipping.html","",0);

Menu5=new Array("INSTRUCTIONS","","",9,25,120);
	Menu5_1=new Array("EQUIPMENT INSTRUCTIONS","equip.html","",0,25,280);
	Menu5_2=new Array("HOW TO THAW YOUR SEMEN","thawing.html","",0);
	Menu5_3=new Array("HOW TO VIEW THAWED SEMEN","view.html","",0);
	Menu5_4=new Array("INTERNATIONAL EXPORTS","exports.html","",0);
	Menu5_5=new Array("MARKETING YOUR BUCK","marketing.html","",0);
	Menu5_6=new Array("SUGGESTIONS FOR A.I. SUCCESS","suggestions.html","",0);
	Menu5_7=new Array("HOW TO BRING YOUR DOE IN HEAT","heat.html","",0);
	Menu5_8=new Array("TERMINOLOGY","terminology.html","",0);
	Menu5_9=new Array("LINK YOUR SITE TO US","link.html","",0);
Menu6=new Array("CLINICS & TOURS","","",5,25,160);
	Menu6_1=new Array("A.I. CLINICS","clinics.html","",0,25,220);
	Menu6_2=new Array("COLLECTION FEES","fees.html","",0);
	Menu6_3=new Array("COLLECTION GUIDELINES","guidelines.html","",0);
	Menu6_4=new Array("COLLECTION TOUR ROUTE","route.html","",0);
	Menu6_5=new Array("SHOWS & CONFERENCES","shows.html","",0);
