 /***********************************************
*	(c) Ger Versluis 2000 version 13.21 April 28, 2008    *
*	You may use this script on non commercial sites.	          *
*	www.burmees.nl/menu			          *
*	You may remove all comments for faster loading	          *		
************************************************/
	var NoOffFirstLineMenus=20;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor="54151d";			// Background color when mouse is not over
	var HighBgColor="61222A";			// Background color when mouse is over
	var FontLowColor="White";			// Font color when mouse is not over
	var FontHighColor="White";			// Font color when mouse is over
	var BorderColor="441117";			// Border color
	var BorderWidthMain=1;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=1;			// Borderwidth between elements
	var BorderBtwnSub=1;			// Borderwidth between elements sub items
	var FontFamily="Calibri,Arial";			// Font family menu items
	var FontSize=12;				// Font size menu items
	var FontBold=0;				// 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 can be: left, center, right
	var MenuVerticalCentered="top";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=-.02;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate. If StartTop is between 0 and 1 StartTop is calculated as part of windowheight
	var StartLeft=0;				// Menu offset y coordinate. If StartLeft is between 0 and 1 StartLeft is calculated as part of windowheight
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var DistFrmFrameBrdr=0;			// Distance between main menu and frame border
	var LeftPaddng=10;				// Left padding
	var TopPaddng=2;				// Top padding. If set to -1 text is vertically centered
	var FirstLineHorizontal=0;			// Number defines to which level the menu must unfold horizontal; 0 is all vertical
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var UnfoldDelay=100;			// delay before sub unfolds	
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// Frame where target documents appear
	var TargetLoc="MenuPos";			// span id for relative positioning
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="http://www.simbra.org/";			// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=["arrow.gif",7,7];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1
	var OverFormElements=1;			// Set this to 0 when the menu does not need to cover form elements.
	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
	var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var BgImgLeftOffset=5;			// Only relevant when bg image is used as rollover
	var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......

	var HooverBold=0;				// 1 or 0
	var HooverItalic=0;				// 1 or 0
	var HooverUnderLine=0;			// 1 or 0
	var HooverTextSize=0;			// 0=off, number is font size difference on hoover
	var HooverVariant=0;			// 1 or 0

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings

	var MenuSlide="";


	var MenuShadow="";
	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#000000, offX=2, offY=2, positive=1)";
	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction=135, strength=1)";

	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=100)";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText or background image format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

	
	Menu1=new Array("Afrikaans Version","Afrikaans/Index.htm","",0,20,185,"995B2D","CD8754","","","","",-1,-1,-1,"","Click here to view the Afrikaans Version"); 

	Menu2=new Array("Home Page","Index.htm","",0,20,185,"","","","","","",-1,-1,-1,"","Home Page"); 

	Menu3=new Array("Calendar","Calendar.htm","",0,20,185,"","","","","","",-1,-1,-1,"","Calendar"); 

	Menu4=new Array("The Society","Blank.htm","",7,20,185,"","","","","","",-1,-1,-1,"","The Society"); 
		Menu4_1=new Array("Objectives","Society/Objectives.htm","",0,20,200,"","","","","","",-1,-1,-1,"","Objectives"); 
		Menu4_2=new Array("Mission & Vision","Society/Mission Vision.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Mission & Vision"); 
		Menu4_3=new Array("Breed Recognition","Society/Breed Recognition.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Breed Recognition"); 
		Menu4_4=new Array("2009 / 2010 Council","Society/Council.htm","",0,0,0,"","","","","","",-1,-1,-1,"","2009 / 2010 Council"); 
		Menu4_5=new Array("Office Staff","Society/Office Staff.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Office Staff"); 
		Menu4_6=new Array("Technical Advisors","Society/Technical Advisors.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Technical Advisors"); 
		Menu4_7=new Array("Clubs","Society/Clubs.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Clubs"); 

	Menu5=new Array("The Breed","Blank.htm","",8,20,185,"","","","","","",-1,-1,-1,"","The Breed");
		Menu5_1=new Array("Simbra in Southern Africa","Breed/Simbra in SA.htm","",0,20,200,"","","","","","",-1,-1,-1,"","Simbra in Southern Africa"); 
		Menu5_2=new Array("Standard of Excellence","Breed/Standard of Excellence.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Standard of Excellence"); 
		Menu5_3=new Array("Simbra Stats","Breed/Simbra Stats.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Simbra Stats"); 
		Menu5_4=new Array("Breed Identity","Breed/Breed Identity.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Breed Identity"); 
		Menu5_5=new Array("Simbra Brand Mark","Breed/Brand Mark.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Simbra Brand Mark"); 
		Menu5_6=new Array("Simbradex","Breed/Simbradex.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Simbradex"); 
		Menu5_7=new Array("Polled Animals","Breed/Polled Animals.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Polled Animals"); 
		Menu5_8=new Array("Fertility","Breed/Fertility.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Fertility"); 

	Menu6=new Array("Purchase of Animals","Blank.htm","",5,20,185,"","","","","","",-1,-1,-1,"","Purchase of Animals");
		Menu6_1=new Array("Selection Aid","Purchase/Selection Aid.htm","",0,20,200,"","","","","","",-1,-1,-1,"","Selection Aid"); 
		Menu6_2=new Array("Establishment of Herd","Purchase/Establishment of Herd.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Establishment of Herd"); 
		Menu6_3=new Array("Simbra Certificate","Purchase/Simbra Certificate.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Simbra Certificate"); 
		Menu6_4=new Array("Selection of Bull","Purchase/Selection of Bull.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Selection of Bull"); 
		Menu6_5=new Array("Quality Control","Purchase/Quality Control.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Quality Control"); 

	Menu7=new Array("Breed Database","Blank.htm","",7,20,185,"","","","","","",-1,-1,-1,"","Breed Database");
		Menu7_1=new Array("Animal Enquiry","javascript:window.open('http://abri.une.edu.au/online/cgi-bin/i4.dll?1=30202F3D&2=2431&3=56&5=2B3C2B3C3A','_new')","",0,20,200,"","","","","","",-1,-1,-1,"","Animal Enquiry"); 
		Menu7_2=new Array("EBV Enquiry","javascript:window.open('http://abri.une.edu.au/online/cgi-bin/i4.dll?1=30202F3D&2=2031&3=56&5=2B3C2B3C3A','_new')","",0,0,0,"","","","","","",-1,-1,-1,"","EBV Enquiry"); 
		Menu7_3=new Array("Member Enquiry","javascript:window.open('http://abri.une.edu.au/online/cgi-bin/i4.dll?1=30202F3D&2=2831&3=56&5=2B3C2B3C3A','_new')","",0,0,0,"","","","","","",-1,-1,-1,"","Member Enquiry"); 
		Menu7_4=new Array("Sale Catalogues","javascript:window.open('http://abri.une.edu.au/online/cgi-bin/i4.dll?1=30202F3D&2=3228&3=56&5=2B3C2B3C3A','_new')","",0,0,0,"","","","","","",-1,-1,-1,"","Sale Catalogues"); 
		Menu7_5=new Array("Semen Catalogues","javascript:window.open('http://abri.une.edu.au/online/cgi-bin/i4.dll?1=30202F3D&2=3D28&3=56&5=2B3C2B3C3A','_new')","",0,0,0,"","","","","","",-1,-1,-1,"","Semen Catalogues"); 
		Menu7_6=new Array("Mating Predictor","javascript:window.open('http://abri.une.edu.au/online/cgi-bin/i4.dll?1=30202F3D&2=233B3F&3=56&5=2B3C2B3C3A','_new')","",0,0,0,"","","","","","",-1,-1,-1,"","Mating Predictor"); 
		Menu7_7=new Array("Member Login","javascript:window.open('https://abri.une.edu.au/online/cgi-bin/i4.dll?1=sbbs&2=lo','_new')","",0,0,0,"","","","","","",-1,-1,-1,"","Member Login"); 

	Menu8=new Array("Register as Breeder","Register/Register Breeder.htm","",0,20,185,"","","","","","",-1,-1,-1,"","Register as Breeder");

	Menu9=new Array("Star Cows","Star Cows/Star Cows.htm","",0,20,185,"","","","","","",-1,-1,-1,"","Star Cows");

	Menu10=new Array("AI Bulls","Blank.htm","",2,20,185,"","","","","","",-1,-1,-1,"","AI Bulls");
		Menu10_1=new Array("Society Bulls","javascript:window.open('http://abri.une.edu.au/online/cgi-bin/i4.dll?1=30202F3D&2=3D28&3=56&5=2B3C2B3C3A','_new')","",0,20,200,"","","","","","",-1,-1,-1,"","Society Bulls"); 
		Menu10_2=new Array("Taurus Bulls","javascript:window.open('http://abri.une.edu.au/online/cgi-bin/i4.dll?1=30202F3D&2=2928&3=56&5=2B3C2B3C3A&11=5151','_new')","",0,0,0,"","","","","","",-1,-1,-1,"","Taurus Bulls"); 

	Menu11=new Array("HerdMASTER","javascript:window.open('http://www.agribsa.co.za/HerdMasterIndex.htm','_new')","",0,20,185,"","","","","","",-1,-1,-1,"","HerdMASTER");

	Menu12=new Array("Trait Leaders","Trait Leaders/Trait Leaders.htm","",0,20,185,"","","","","","",-1,-1,-1,"","Trait Leaders");

	Menu13=new Array("Performance Testing","Blank.htm","",8,20,185,"","","","","","",-1,-1,-1,"","Performance Testing");
		Menu13_1=new Array("Performance Testing","Performance/Performance Testing.htm","",0,20,185,"","","","","","",-1,-1,-1,"","Performance Testing");
		Menu13_2=new Array("Breedplan Recording System","Performance/Breedplan.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Breedplan Recording System");
		Menu13_3=new Array("Correct Recording","Performance/Correct Recording.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Correct Recording");
		Menu13_4=new Array("Frequently Asked Questions","Performance/FAQ.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Frequently Asked Questions");
		Menu13_5=new Array("Birth Weight and Calving Ease","Performance/Calving Ease.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Birth Weight and Calving Ease");
		Menu13_6=new Array("Genetic Trends","Performance/Genetic Trends.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Genetic Trends");
		Menu13_7=new Array("2009 Percentile Table","Performance/Percentile Table.htm","",0,0,0,"","","","","","",-1,-1,-1,"","2009 Percentile Table");
		Menu13_8=new Array("2009 Genetic Evaluation","Performance/Genetic Evaluation.htm","",0,0,0,"","","","","","",-1,-1,-1,"","2009 Genetic Evaluation");

	Menu14=new Array("Shows & Judges","Blank.htm","",7,20,185,"","","","","","",-1,-1,-1,"","Shows & Judges");
		Menu14_1=new Array("Policy & Training","Shows/Policy Training.htm","",0,20,185,"","","","","","",-1,-1,-1,"","Policy & Training");
		Menu14_2=new Array("Judges, Examiners & Inspectors","Shows/Judges.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Judges, Examiners & Inspectors");
		Menu14_3=new Array("Basic Principles of Judging","Shows/Basic Principles.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Basic Principles of Judging");
		Menu14_4=new Array("Official Show Judges","Shows/Official Judges.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Offical Show Judges");
		Menu14_5=new Array("Show Dates","Calendar.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Show Dates");
		Menu14_6=new Array("Show Classes","Forms/Forms.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Show Classes");
		Menu14_7=new Array("Show Catalogues","Shows/Catalogues.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Show Catalogues");

	Menu15=new Array("Sales","file3.htm","",3,20,185,"","","","","","",-1,-1,-1,"","Sales");
		Menu15_1=new Array("Sale Results","Sales/Results.htm","",0,20,185,"","","","","","",-1,-1,-1,"","Sale Results");
		Menu15_2=new Array("Sale Pamphlets","Sales/Pamphlets.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Sale Pamphlets");
		Menu15_3=new Array("Sale Catalogues","javascript:window.open('http://abri.une.edu.au/online/cgi-bin/i4.dll?1=30202F3D&2=3228&3=56&5=2B3C2B3C3A','_new')","",0,0,0,"","","","","","",-1,-1,-1,"","Sale Catalogues");

	Menu16=new Array("Forms & Documents","Forms/Forms.htm","",0,20,185,"","","","","","",-1,-1,-1,"","Forms & Documents");

	Menu17=new Array("Breeders","Blank.htm","",2,20,185,"","","","","","",-1,-1,-1,"","Breeders");
		Menu17_1=new Array("Member Enquiry","javascript:window.open('http://abri.une.edu.au/online/cgi-bin/i4.dll?1=30202F3D&2=2831&3=56&5=2B3C2B3C3A','_new')","",0,20,185,"","","","","","",-1,-1,-1,"","Member Enquiry");
		Menu17_2=new Array("Breeder Websites","Breeders.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Breeder Websites");

	Menu18=new Array("Links","Links.htm","",0,20,185,"","","","","","",-1,-1,-1,"","Links");

	Menu19=new Array("Gallery","Gallery.htm","",0,20,185,"","","","","","",-1,-1,-1,"","Gallery");

	Menu20=new Array("Contact Information","Contact Info.htm","",0,20,185,"","","","","","",-1,-1,-1,"","Contact Information");
