/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=12;			// Number of first level items
	var LowBgColor='#A8E2FF';			// Background color when mouse is not over
	var LowSubBgColor='#A8E2FF';			// 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='red';			// Font color when mouse is not over
	var FontSubLowColor='red';			// 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=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='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=['menu/tri.gif',5,10,'menu/tridown.gif',10,5,'menu/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.htm","",0,20,140);

Menu2=new Array("Work in Progress","workinprogress.htm","",0,20,140);

Menu3=new Array("Submissions","","",3,20,140);
	    Menu3_1=new Array("Online Submission","submission.htm","",0,20,150);
        Menu3_2=new Array("Rarity Form (Doc Format)","form97.doc","",0,20,150);
        Menu3_3=new Array("Rarity Form (Pdf Format)","bbrcform.pdf","",0,20,150);
		
Menu4=new Array("About Us","","",2,20,140);
	Menu4_1=new Array("Constitution","constitution.htm","",0,20,140);
	Menu4_2=new Array("Members","members.htm","",0,20,140);
	
Menu5=new Array("Press Releases","","",6,20,140);

Menu5_1=new Array("2009","","",2,20,140);
		Menu5_1_1=new Array("4th January 2009","04012009.htm","",0,20,140);
        Menu5_1_2=new Array("30th March 2009","30032009.htm","",0,20,140);

     
Menu5_2=new Array("2008","","",2,20,140);
		Menu5_2_1=new Array("10th January 2008","100108.htm","",0,20,140);
		Menu5_2_2=new Array("7th January 2008","070108.htm","",0,20,140);

Menu5_3=new Array("2007","","",7,20,140);
        Menu5_3_1=new Array("3rd December 2007","031207.htm","",0,20,140);
		Menu5_3_2=new Array("31st October 2007","311007.htm","",0,20,140);
		Menu5_3_3=new Array("7th October 2007","071007.htm","",0,20,140);
		Menu5_3_4=new Array("23rd July 2007","230707.htm","",0,20,140);
  		Menu5_3_5=new Array("4th May 2007","040507.htm","",0,20,140);
 		Menu5_3_6=new Array("19th March 2007","190307.htm","",0,20,140);
 		Menu5_3_7=new Array("1st February 2007","010207.htm","",0,20,140);
    
Menu5_4=new Array("2006","","",6,20,140);
		Menu5_4_1=new Array("8th December 2006","081206.htm","",0,20,140);
		Menu5_4_2=new Array("29th November 2006","291106.htm","",0,20,140);
		Menu5_4_3=new Array("11th September 2006(2)","110906.htm","",0,20,140);
		Menu5_4_4=new Array("23rd March 2006","230306.htm","",0,20,140);
		Menu5_4_5=new Array("16th January 2006","160106.htm","",0,20,140);
		Menu5_4_6=new Array("12th January 2006","120106.htm","",0,20,140);

Menu5_5=new Array("2002 to 2005","","",6,20,140);
		Menu5_5_1=new Array("7th June 2005","070605.htm","",0,20,140);
		Menu5_5_2=new Array("4th April 2005","050405.htm","",0,20,140);
  		Menu5_5_3=new Array("23rd May 2004","230505.htm","",0,20,140);
 		Menu5_5_4=new Array("20th May 2004","200504.htm","",0,20,140);
		Menu5_5_5=new Array("26th June 2003","260603.htm","",0,20,140);
		Menu5_5_6=new Array("5th January 2002","050102.htm","",0,20,140);

Menu5_6=new Array("Pre 2002","","",12,20,140);
		Menu5_6_1=new Array("5th November 2001","051101.htm","",0,20,140);
		Menu5_6_2=new Array("31st August 2001","310801.htm","",0,20,140);
		Menu5_6_3=new Array("30th July 2001","300701.htm","",0,20,140);
		Menu5_6_4=new Array("6th February 2001","060201.htm","",0,20,140);
		Menu5_6_5=new Array("9th December 2000","091200.htm","",0,20,140);
		Menu5_6_6=new Array("10th September 2000","100900.htm","",0,20,140);
		Menu5_6_7=new Array("5th August 2000","050800.htm","",0,20,140);
		Menu5_6_8=new Array("1st July 2000","010700.htm","",0,20,140);
		Menu5_6_9=new Array("13th April 1999","130499.htm","",0,20,140);
		Menu5_6_10=new Array("12th Ocrober 1998","121098.htm","",0,20,140);
		Menu5_6_11=new Array("12th October 1998(2)","1210982.htm","",0,20,140);
		Menu5_6_12=new Array("1st July 1998","010798.htm","",0,20,140);






	
Menu6=new Array("Reports","","",21,20,140);
	Menu6_1=new Array("1977 (Pdf Format)","1977report.pdf","",0,20,140);	
	Menu6_2=new Array("1978 (Pdf Format)","1978report.pdf","",0,20,140);
	Menu6_3=new Array("1982 (Pdf Format)","1982report.pdf","",0,20,140);
	Menu6_4=new Array("1989 (Pdf Format)","1989.pdf","",0,20,140);
	Menu6_5=new Array("1990 (Pdf Format)","1990report.pdf","",0,20,140);
	Menu6_6=new Array("1991 (Pdf Format)","1991report.pdf","",0,20,140);
	Menu6_7=new Array("1992 (Pdf Format)","1992report.pdf","",0,20,140);
	Menu6_8=new Array("1993 (Pdf Format)","1993report.pdf","",0,20,140);
	Menu6_9=new Array("1994 (Pdf Format)","1994report.pdf","",0,20,140);
	Menu6_10=new Array("1995 (Pdf Format)","1995report.pdf","",0,20,140);
	Menu6_11=new Array("1996 (Pdf Format)","1996report.pdf","",0,20,140);
	Menu6_12=new Array("1997 (Pdf Format)","1997report.pdf","",0,20,140);
	Menu6_13=new Array("1998 (Pdf Format)","1998report.pdf","",0,20,140);
	Menu6_14=new Array("1999 (Pdf Format)","1999report.pdf","",0,20,140);
	Menu6_15=new Array("2000 (Pdf Format)","2000report.pdf","",0,20,140);
	Menu6_16=new Array("2001 (Pdf Format)","2001RevA.pdf","",0,20,140);
	Menu6_17=new Array("2002 (Pdf Format)","2002report.pdf","",0,20,140);
    Menu6_18=new Array("2003 (Pdf Format)","2003.pdf","",0,20,140);
    Menu6_19=new Array("2004 (Pdf Format)","BBRC2004.pdf","",0,20,140);
    Menu6_20=new Array("2005 Pt 1 (Pdf Format)","BBRC2005i.pdf","",0,20,140);
    Menu6_21=new Array("2005 Pt 2 (Pdf Format)","BBRC2005ii.pdf","",0,20,140);
        
Menu7=new Array("Recorders","recorders.htm","",0,20,140);
	
       
Menu8=new Array("Links","links.htm","",0,20,140);
        	
Menu9=new Array("Statistics","","",9,20,140);
	Menu9_1=new Array("Current Rare Species","currentrarespecies.htm","",0,20,150);
        Menu9_2=new Array("Divers to Ducks","diverstoducks.htm","",0,20,150);
	Menu9_3=new Array("Raptors to Bustards","raptorstobustards.htm","",0,20,150);
	Menu9_4=new Array("Waders","waders.htm","",0,20,150);
	Menu9_5=new Array("Gulls to Auks","gullstoauks.htm","",0,20,150);
	Menu9_6=new Array("Sandgrouse to Swallows","sandgrousetoswallows.htm","",0,20,150);
	Menu9_7=new Array("Pipits to Thrushes","pipitstothrushes.htm","",0,20,150);
	Menu9_8=new Array("Warblers to Flycatchers","warblerstoflycatchers.htm","",0,20,150);
	Menu9_9=new Array("Tits to New World Orioles","titstonewworldorioles.htm","",0,20,150);

Menu10=new Array("Rare Races","riactsummarytable.htm","",0,20,140);
	
Menu11=new Array("Contact Us","contactus.htm","",0,20,140);



Menu12=new Array("British Birds","http://www.britishbirds.co.uk","",0,20,140);