/***********************************************************************************
*	(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=7;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#b4b4b4';			// Background color when mouse is over
	var HighSubBgColor='#b4b4b4';			// Background color when mouse is over on subs
	var FontLowColor='#b4b4b4';			// Font color when mouse is not over
	var FontSubLowColor='#b4b4b4';			// 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='#b4b4b4';			// Border color
	var BorderSubColor='#b4b4b4';			// 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=8;				// 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=.2;			// vertical overlap child/ parent
	var StartTop=155;				// Menu offset x coordinate
	var StartLeft=-8;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=4;				// 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='';				// 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","",4,20,100);
		Menu1_1=new Array("Supplement Flipper","flipper.html","",0,20,120);
		Menu1_2=new Array("Upload files","uploadpictures.asp","",0);
		Menu1_3=new Array("User Pictures","","",0);
	    Menu1_4=new Array("User Videos","","",0);

Menu2=new Array("Football","","",6);	
	Menu2_1=new Array("Counties","countiesfootball.html","",9,20,100);
		Menu2_1_1=new Array("Antrim","antrimfootball.html","",0,20,100);
        Menu2_1_2=new Array("Armagh","armaghfootball.html","",0);
		Menu2_1_3=new Array("Cavan","cavanfootball.html","",0);
		Menu2_1_4=new Array("Derry","derryfootball.html","",0);
		Menu2_1_5=new Array("Donegal","donegalfootball.html","",0);
		Menu2_1_6=new Array("Down","downfootball.html","",0);
		Menu2_1_7=new Array("Fermanagh","fermanaghfootball.html","",0);
		Menu2_1_8=new Array("Monaghan","monaghanfootball.html","",0);
		Menu2_1_9=new Array("Tyrone","tyronefootball.html","",0);
	Menu2_2=new Array("Fixtures","fixturesfootball.html","",0);
	Menu2_3=new Array("Results","resultsfootball2009.html","",7,20,100);
		Menu2_3_1=new Array("2009 Results","resultsfootball2009.html","",0,20,100);
		Menu2_3_2=new Array("2008 Results","resultsfootball2008.html","",0);
		Menu2_3_3=new Array("2007 Results","resultsfootball2007.html","",0);
		Menu2_3_4=new Array("2006 Results","resultsfootball2006.html","",0);
		Menu2_3_5=new Array("2005 Results","resultsfootball2005.html","",0);
		Menu2_3_6=new Array("2004 Results","resultsfootball2004.html","",0);
		Menu2_3_7=new Array("2003 Results","resultsfootball2003.html","",0);
	Menu2_4=new Array("Football Tipster","footballtipster.html","",0);
	Menu2_5=new Array("Experts View","expertsview.html","",5,20,100);
		Menu2_5_1=new Array("Paddy Heaney","paddyheaney.html","",0,20,100);
		Menu2_5_2=new Array("Benny Tierney","bennytierney.html","",0);
		Menu2_5_3=new Array("Brendan Crossan","brendancrossan.html","",0);
		Menu2_5_4=new Array("Kenny Archer","kennyarcher.html","",0);
		Menu2_5_5=new Array("Eamonn O'Hara","eamonnohara.html","",0);
	Menu2_6=new Array("Your View","http://theulsterchampionship.blogspot.com","",0);
	
Menu3=new Array("Hurling","","",5);	
	Menu3_1=new Array("Counties","countieshurling.html","",4,20,100);
		Menu3_1_1=new Array("Antrim","antrimhurling.html","",0,20,100);
        Menu3_1_2=new Array("Armagh","armaghhurling.html","",0);
		Menu3_1_3=new Array("Derry","derryhurling.html","",0);
		Menu3_1_4=new Array("Down","downhurling.html","",0);
	Menu3_2=new Array("Fixtures","fixtureshurling.html","",0);
	Menu3_3=new Array("Results","resultshurling2009.html","",5,20,100);
		Menu3_3_1=new Array("2009 Results","resultshurling2009.html","",0,20,100);
		Menu3_3_2=new Array("2008 Results","resultshurling2008.html","",0);
		Menu3_3_3=new Array("2007 Results","resultshurling2007.html","",0);
		Menu3_3_4=new Array("2006 Results","resultshurling2006.html","",0);
		Menu3_3_5=new Array("2005 Results","resultshurling2005.html","",0);
	Menu3_4=new Array("Experts View","expertsview.html","",0);
	Menu3_5=new Array("Your View","http://theulsterchampionship.blogspot.com","",0);

Menu4=new Array("Experts View","expertsview.html","",5,20,100);
	Menu4_1=new Array("Paddy Heaney","paddyheaney.html","",0,20,100);
	Menu4_2=new Array("Benny Tierney","bennytierney.html","",0);
	Menu4_3=new Array("Brendan Crossan","brendancrossan.html","",0);
	Menu4_4=new Array("Eamonn O'Hara","eamonnohara.html","",0);
	Menu4_5=new Array("Kenny Archer","kennyarcher.html","",0);

Menu5=new Array("Your View","http://theulsterchampionship.blogspot.com","",0,0,100);
	
Menu6=new Array("Galleries","","",4);
	Menu6_1=new Array("Match Gallery","","",16,20,100);
		Menu6_1_1=new Array("All-Ireland Football Final 2009","http://www.irishnews.com/articles/597/5776/2009/9/21/628232_394675444825TheChampi.html","",0,20,100);
		Menu6_1_2=new Array("Week Fifteen","http://www.irishnews.com/irishnews/597/5776/2009/9/7/626932_393043731625TheChampi.html","",0,20,100);
		Menu6_1_3=new Array("Week Fourteen","http://www.irishnews.com/irishnews/597/5776/2009/8/31/626368_392336870425TheChampi.html","",0,20,100);
		Menu6_1_4=new Array("Week Thirteen","http://www.irishnews.com/irishnews/597/5776/2009/8/24/625809_391636903482TheChampi.html","",0,20,100);
		Menu6_1_5=new Array("Week Twelve","http://www.irishnews.com/irishnews/597/5776/2009/8/3/624124_389530766377TheChampi.html","",0,20,100);
		Menu6_1_6=new Array("Week Eleven","http://www.irishnews.com/irishnews/597/5776/2009/7/27/623590_388864487101TheChampi.html","",0,20,100);
		Menu6_1_7=new Array("Week Ten","http://www.irishnews.com/irishnews/597/5776/2009/7/20/623032_388168872025TheChampi.html","",0,20,100);
		Menu6_1_8=new Array("Week Nine","http://www.irishnews.com/articles/597/5776/2009/7/13/622508_387516209065TheChampi.html","",0,20,100);
		Menu6_1_9=new Array("Week Eight","http://www.irishnews.com/irishnews/597/5776/2009/7/6/621980_386859119401TheChampi.html","",0,20,100);
		Menu6_1_10=new Array("Week Seven","http://www.irishnews.com/irishnews/597/5776/2009/6/29/621370_386100675901TheChampi.html","",0,20,100);
		Menu6_1_11=new Array("Week Six","http://www.irishnews.com/irishnews/597/5776/2009/6/22/620792_385382706265TheChampi.html","",0,20,100);
		Menu6_1_12=new Array("Week Five","http://www.irishnews.com/irishnews/597/5776/2009/6/15/620239_384696416122TheChampi.html","",0,20,100);			
		Menu6_1_13=new Array("Week Four","http://www.irishnews.com/irishnews/597/5776/2009/6/8/619637_383950010770TheChampi.html","",0,20,100);
		Menu6_1_14=new Array("Week Three","http://www.irishnews.com/irishnews/597/5776/2009/6/1/619063_383238996970TheChampi.html","",0,20,100);		        Menu6_1_15=new Array("Week Two","http://www.irishnews.com/irishnews/597/5776/2009/5/25/618473_382508850730TheChampi.html","",0,20,100);
		Menu6_1_16=new Array("Week One","http://www.irishnews.com/irishnews/597/5776/2009/5/18/617887_381784343770TheChampi.html","",0,20,100);
	Menu6_2=new Array("Upload files","uploadpictures.asp","",0,20,100);
	Menu6_3=new Array("User Pictures","","",0,20,100);
	Menu6_4=new Array("User Videos","","",0,20,100);
	
Menu7=new Array("Starman Competition","starman.asp","",0,0,130);