
	var NoOffFirstLineMenus=7;	
	var LowBgColor='#eeeecc';		
	var LowSubBgColor='#eeeecc';	
	var HighBgColor='#cccc66';		
	var HighSubBgColor='#00ffcc';	
	var FontLowColor='#006633';		
	var FontSubLowColor='black';	
	var FontHighColor='black';		
	var FontSubHighColor='black';		
	var BorderColor='#21349C';		
	var BorderSubColor='#21349C';		
	var BorderWidth=1;		
	var BorderBtwnElmnts=1;			
	var FontFamily="arial,verdana,tahoma,san-serif"	
if (screen.width >= 1500) {
	var FontSize=13;				
	var BoxHght=20;
	var BoxWdth=170;
	}
if ((screen.width >= 1050)&& (screen.width <= 1500)){
	var FontSize=13;				
	var BoxHght=20;
	var BoxWdth=135;
	}
if (screen.width < 1050) {
	var FontSize=10;				
	var BoxHght=15;
	var BoxWdth=108;
	}
	var FontBold=1;				
	var FontItalic=0;				
	var MenuTextCentered='center';	
	var MenuCentered='center';			
	var MenuVerticalCentered='top';	
	var ChildOverlap=.4;			
	var ChildVerticalOverlap=.3;	
	var StartTop=0;			
	var StartLeft=0;		
	var VerCorrect=0;			
	var HorCorrect=0;			
	var LeftPaddng=2;			
	var TopPaddng=0;			
	var FirstLineHorizontal=1;		
	var MenuFramesVertical=1;		
	var DissapearDelay=500;		
	var TakeOverBgColor=1;		
	var FirstLineFrame='navig';			
	var SecLineFrame='space';			
	var DocTargetFrame='space';		
	var TargetLoc='MenuPos';			
	var HideTop=0;				
	var MenuWrap=1;			
	var RightToLeft=0;				
	var UnfoldsOnClick=0;		
	var WebMasterCheck=0;		
	var ShowArrow=0;			
	var KeepHilite=1;			
	var Arrws=[];	

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","http://hdbc.com.au/HomePge.asp","",3,BoxHght,BoxWdth);
Menu1_1=new Array(" News Letter","http://hdbc.com.au/Newsletter.asp","",0,20,BoxWdth);
Menu1_2=new Array(" Location Map","http://hdbc.com.au/HomePge01.asp","",0,20,BoxWdth);
Menu1_3=new Array(" Club Committees","http://hdbc.com.au/HomePge02.asp","",0,20,BoxWdth);
Menu2=new Array(" Bowls","http://hdbc.com.au/Bowls.asp","",4,BoxHght,BoxWdth);
Menu2_1=new Array(" Pennant Results","http://hdbc.com.au/Bowls.asp","",0,20,BoxWdth);
Menu2_2=new Array(" Competition Results","http://hdbc.com.au/Bowls.asp","",0,40,BoxWdth);
Menu2_3=new Array(" Social Results","http://hdbc.com.au/WResults.asp","",0,20,BoxWdth);
Menu2_4=new Array(" Social Events","http://hdbc.com.au/BowlsPge008.asp","",0,20,BoxWdth);
Menu3=new Array(" Bowls","","",4,BoxHght,(BoxWdth+6));
Menu3_1=new Array(" Premier Finals 06","http://hdbc.com.au/PremierFinal.asp","",0,20,BoxWdth);
Menu3_2=new Array(" Squad Profiles","http://hdbc.com.au/PremierLeague.asp","",0,20,BoxWdth);
Menu3_3=new Array(" Markers Duties","http://hdbc.com.au/BowlsPge009.asp","",0,20,BoxWdth);
Menu3_4=new Array(" Barefoot Bowls","http://hdbc.com.au/Barefoot.asp","",0,20,BoxWdth);
Menu4=new Array(" Entertainment","","",3,BoxHght,BoxWdth);
Menu4_1=new Array(" Weekly Promo's","http://hdbc.com.au/Entertainment01.asp","",0,20,BoxWdth);
Menu4_2=new Array(" Restaurant","http://hdbc.com.au/Restaurant01.asp","",0,20,BoxWdth);
Menu4_3=new Array(" Menus","http://hdbc.com.au/Restaurant.asp?menunum=menu01","",0,20,BoxWdth);
Menu5=new Array(" Gaming","","",3,BoxHght,BoxWdth);
Menu5_1=new Array(" Keno","http://hdbc.com.au/Keno.asp","",0,20,BoxWdth);
Menu5_2=new Array(" Tab","http://hdbc.com.au/Tab.asp","",0,20,BoxWdth);
Menu5_3=new Array(" Responsible Gaming","http://hdbc.com.au/ResponsibleGaming.asp","",0,40,BoxWdth);
Menu6=new Array(" History","","",6,BoxHght,BoxWdth);
Menu6_1=new Array(" Club Honours","http://hdbc.com.au/HistoryPge01.asp","",0,20,BoxWdth);
Menu6_2=new Array(" District Honours","http://hdbc.com.au/HistoryPge02.asp","",0,20,BoxWdth);
Menu6_3=new Array(" Presidents","http://hdbc.com.au/HistoryPge03.asp","",0,20,BoxWdth);
Menu6_4=new Array(" Pennant Flags","http://hdbc.com.au/HistoryPge04a.asp","",0,20,BoxWdth);
Menu6_5=new Array(" Pennant Flags","http://hdbc.com.au/HistoryPge04b.asp","",0,20,BoxWdth);
Menu6_6=new Array(" Club History","http://hdbc.com.au/HistoryPge05.asp","",0,20,BoxWdth);
Menu7=new Array(" Links","","",4,BoxHght,BoxWdth);
Menu7_1=new Array(" Sydney","http://hdbc.com.au/Links01.asp","",0,20,BoxWdth);
Menu7_2=new Array(" N.S.W.","http://hdbc.com.au/Links02.asp","",0,20,BoxWdth);
Menu7_3=new Array(" Inter-State","http://hdbc.com.au/Links03.asp","",0,20,BoxWdth);
Menu7_4=new Array(" International","http://hdbc.com.au/Links04.asp","",0,20,BoxWdth);

