	var NoOffFirstLineMenus=6;			// 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="black";			// Background color when mouse is not over
	var HighBgColor="white";			// Background color when mouse is over
	var FontLowColor="white";			// Font color when mouse is not over
	var FontHighColor="black";			// Font color when mouse is over
	var BorderColor="white";			// Border color
	var BorderWidthMain=0;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=1;			// Border between elements main items 1 or 0
	var BorderBtwnSub=1;			// Border between elements sub items 1 or 0
	var FontFamily="Verdana, Helvetica, Arial, sans-serif;";	// 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="center";			// Menu horizontal position can be: left, center, right, justify,
						//  leftjustify, centerjustify or rightjustify. PartOfWindow determines part of window to use
	var MenuVerticalCentered="middle";		// 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. 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 LeftPaddng=0;				// Left padding
	var TopPaddng=1;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// 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="indhold";			// Frame where first level appears
	var SecLineFrame="Main";			// Frame where sub levels appear
	var DocTargetFrame="Main";			// Frame where target documents appear
	var TargetLoc="menuSpan";				// 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="";				// 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=[BaseHref+"tri.gif",5,10,BaseHref+"tridown.gif",10,5,BaseHref+"trileft.gif",5,10,BaseHref+"triup.gif",10,5];
 	var Arrws=[BaseHref,5,10,BaseHref,10,5,BaseHref,5,10,BaseHref,10,5];
						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=1;			// 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 RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// 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 PartOfWindow=.8;			// PartOfWindow: When MenuCentered is justify, sets part of window width to stretch to

						// 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 BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var MenuSlide="";
//	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
//	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var MenuShadow="";
//	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
//	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";

	var MenuOpacity="";
//	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=75)";

	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 format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("Klubben","","",8,18,100,"","black","","white","","",-1,1,-1,"","");
	Menu1_1=new Array("Bestyrelse","bestyrelse.html","",0,22,140,"","","","","","",-1,-1,-1,"","");
	Menu1_2=new Array("Materialeliste","Materialeliste.html","",0,22,100,"","","","","","",-1,-1,-1,"","");
	Menu1_3=new Array("Nyhedsbrev","nyhedsbrev.html","",0,22,100,"","","","","","",-1,-1,-1,"","");
	Menu1_4=new Array("Kalender","kalender.html","",0,22,100,"","","","","","",-1,-1,-1,"","");
	Menu1_5=new Array("Nye Medlemmer","nye.html","",0,22,100,"","","","","","",-1,-1,-1,"","");
 	Menu1_6=new Array("K-Holdet","kholdet.html","",0,22,100,"","","","","","",-1,-1,-1,"","");
//	Menu1_7=new Array("Ungdom og Juniorer","UngdomJunior.html","",0,22,100,"","","","","","",-1,-1,-1,"","");
 	Menu1_7=new Array("Vedtægter","vedtaegt.html","",0,22,100,"","","","","","",-1,-1,-1,"","");
//	Menu1_9=new Array("Bakspejlet","bakspejlet.html","",0,22,100,"","","","","","",-1,-1,-1,"",""); 	
	Menu1_8=new Array("Sponsorer og links","links.html","",0,22,100,"","","","","","",-1,-1,-1,"","");

Menu2=new Array("Stævner","","",9,"",100,"","black","","white","","",-1,1,-1,"","");
	Menu2_1=new Array("Stævner","staevner.html","",0,22,190,"","","","","","",-1,-1,-1,"","");
	Menu2_2=new Array("Fusion Cup'en","FusionCup/Cup2010/cup2010.html","",9,22,140,"","","","","","",-1,-1,-1,"","");
		Menu2_2_1=new Array("Fusion Cup'en 2010","FusionCup/Cup2010/cup2010.html","",0,22,140,"","","","","","",-1,-1,-1,"","");
		Menu2_2_2=new Array("Fusion Cup'en 2009","FusionCup/Cup2009/cup2009.html","",0,22,140,"","","","","","",-1,-1,-1,"","");
		Menu2_2_3=new Array("Fusion Cup'en 2008","FusionCup/Cup2008/cup2008.html","",0,22,140,"","","","","","",-1,-1,-1,"","");
		Menu2_2_4=new Array("Fusion Cup'en 2007","FusionCup/Cup2007/cup2007.html","",0,22,140,"","","","","","",-1,-1,-1,"","");
		Menu2_2_5=new Array("Fusion Cup'en 2006","FusionCup/cup2006.html","",0,22,140,"","","","","","",-1,-1,-1,"","");
		Menu2_2_6=new Array("Fusion Cup'en 2005","FusionCup/cup2005.html","",0,22,140,"","","","","","",-1,-1,-1,"","");
		Menu2_2_7=new Array("Fusion Cup'en 2004","cup2004.html","",0,22,140,"","","","","","",-1,-1,-1,"","");
		Menu2_2_8=new Array("Fusion Cup'en 2003","cup2003.html","",0,22,140,"","","","","","",-1,-1,-1,"","");
		Menu2_2_9=new Array("Fusion Cup'en 2002","cup.html","",0,22,140,"","","","","","",-1,-1,-1,"","");

//	Menu2_3=new Array("SparNord Duathlon","duathlon/index.html","",0,22,100,"","","","","","",-1,-1,-1,"","");

//	Menu2_3=new Array("Duathlon","Javascript:top.location.href('http://www.aalborgtri.dk/Duathlon/index.html')","",0,22,100,"","","","","","",-1,-1,-1,"","");
//	Menu2_3=new Array("SparNord Duathlon","Javascript:top.location.href('/duathlon/index.html')","",0,22,100,"","","","","","",-1,-1,-1,"","");
//	Menu2_4=new Array("SparNord Motionsløb","Javascript:top.location.href('motionsloeb/index.html')","",0,22,100,"","","","","","",-1,-1,-1,"","");
// 	Menu2_4=new Array("Motions-tri","Javascript:top.location.href('http://www.aalborgtri.dk/Motionstri/index.html')","",0,22,100,"","","","","","",-1,-1,-1,"","");
//	Menu2_3=new Array("Haraldslund Triathlon 2009",   "javascript:window.open('DM07/index.asp','DMLangDuathlon','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,180,"","","","","","",-1,-1,-1,"","");
	Menu2_3=new Array("Nytårsløb", "javascript:window.open('Http://www.nytaarsloeb.dk/','Nytaarsloeb2009','left=0 top=0 scrollbars=yes resizable=yes')","",2,22,350,"","","","","","",-1,-1,-1,"","");
//		Menu2_3_1=new Array("Nytårsløb 2009", "javascript:window.open('Staevner/Nytaarsloeb2009/','Nytaarsloeb2009','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,140,"","","","","","",-1,-1,-1,"","");
		Menu2_3_1=new Array("Nytårsløb 2009", "javascript:window.open('Http://www.nytaarsloeb.dk/','Nytaarsloeb2009','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,140,"","","","","","",-1,-1,-1,"","");
		Menu2_3_2=new Array("Nytårsløb 2008", "javascript:window.open('Staevner/Nytaarsloeb2008/','Nytaarsloeb2008','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,140,"","","","","","",-1,-1,-1,"","");

	Menu2_4=new Array("Haraldslund Triathlon 2009",   "javascript:window.open('Staevner/HaraldslundTri2009/index.html','Haraldslundtri','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,350,"","","","","","",-1,-1,-1,"","");
	Menu2_5=new Array("DM Kort Duathlon 2009",   "javascript:window.open('DM09/index.asp','DMKortDuathlon','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,180,"","","","","","",-1,-1,-1,"","");

	Menu2_6=new Array("DM Lang Duathlon 2007",   "javascript:window.open('DM07/index.asp','DMLangDuathlon','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,180,"","","","","","",-1,-1,-1,"","");
	Menu2_7=new Array("Duathlon 2006",   "javascript:window.open('Duathlon/index.html','Duathlon','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,100,"","","","","","",-1,-1,-1,"","");
	Menu2_8=new Array("Motions-tri 2002-2007","javascript:window.open('Motionstri/index.html','Motionstri','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,100,"","","","","","",-1,-1,-1,"","");
//	Menu2_5=new Array("Trænings Tri","TraeningsTri/info.html","",0,22,100,"","","","","","",-1,-1,-1,"","");
	Menu2_9=new Array("Rekorder","rekorder.html","",0,22,140,"","","","","","",-1,-1,-1,"","");

Menu3=new Array("Træning","","",2,"",100,"","black","","white","","",-1,1,-1,"","");
	Menu3_1=new Array("Fællestræning","faellestraening.html","",0,22,140,"","","","","","",-1,-1,-1,"","");
	Menu3_2=new Array("Trænere","traenere.html","",0,22,100,"","","","","","",-1,-1,-1,"","");

Menu4=new Array("Medlemmer","","",4,"",120,"","black","","white","","",-1,1,-1,"","");
	Menu4_1=new Array("Medlemmer (Billeder)","medlemBilleder.asp","",0,22,150,"","","","","","",-1,-1,-1,"","");
	Menu4_2=new Array("Nye Medlemmer","nye.html","",0,22,100,"","","","","","",-1,-1,-1,"","");
	Menu4_3=new Array("Kontingent","Kontingent.html","",0,22,100,"","","","","","",-1,-1,-1,"","");
	Menu4_4=new Array("Billeder","","",6,22,100,"","","","","","",-1,-1,-1,"","");
		Menu4_4_1=new Array("Billeder 2007","","",8,22,140,"","","","","","",-1,-1,-1,"","");
			Menu4_4_1_1=new Array("Jels duathlon","javascript:window.open('Billeder/JelsDu2007/index.html','JelsDu2007','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,170,"","","","","","",-1,-1,-1,"","");
			Menu4_4_1_2=new Array("Aalborg Storcenter","javascript:window.open('Billeder/Storcenter2007/index.html','Storcenter2007','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,170,"","","","","","",-1,-1,-1,"","");
			Menu4_4_1_3=new Array("DM kort duathlon","javascript:window.open('Billeder/DMDu2007/index.html','DMDu2007','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,170,"","","","","","",-1,-1,-1,"","");
			Menu4_4_1_4=new Array("DM kort triathlon","javascript:window.open('Billeder/DMkortTri2007/index.html','DMTri2007','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,170,"","","","","","",-1,-1,-1,"","");
			Menu4_4_1_5=new Array("DM lang duathlon 1","javascript:window.open('Billeder/DmLangDu2007_1/index.html','DMLangDu2007_1','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,170,"","","","","","",-1,-1,-1,"","");
			Menu4_4_1_6=new Array("DM lang duathlon 2","javascript:window.open('Billeder/DmLangDu2007_2/index.html','DMLangDu2007_2','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,170,"","","","","","",-1,-1,-1,"","");
			Menu4_4_1_7=new Array("Paintball","javascript:window.open('Billeder/Paintball2007/index.html','Paintball2007','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,170,"","","","","","",-1,-1,-1,"","");
			Menu4_4_1_8=new Array("Julefrokost","javascript:window.open('Billeder/Julefrokost2007/index.html','Julefrokost2007','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,170,"","","","","","",-1,-1,-1,"","");
			
		Menu4_4_2=new Array("Billeder 2006","","",11,22,140,"","","","","","",-1,-1,-1,"","");
			Menu4_4_2_1=new Array("Træningslejr Rødhus","javascript:window.open('Billeder/RoedhusFeb2006/index.html','RoedhusFeb2006','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,170,"","","","","","",-1,-1,-1,"","");
			Menu4_4_2_2=new Array("DM kort duathlon","javascript:window.open('Billeder/DMdu2006/index.html','DMdu2006','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,170,"","","","","","",-1,-1,-1,"","");
			Menu4_4_2_3=new Array("VM/DM lang duathlon","javascript:window.open('Billeder/VMLangDu2006/index.html','VMlangDu2006','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,170,"","","","","","",-1,-1,-1,"","");
			Menu4_4_2_4=new Array("DM sprint","javascript:window.open('Billeder/DMsprint2006/index.html','DMsprint2006','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,170,"","","","","","",-1,-1,-1,"","");
			Menu4_4_2_5=new Array("Fusion Cup OL-tri","javascript:window.open('Billeder/OLTri2006/index.html','OLtri2006','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,100,"","","","","","",-1,-1,-1,"","");
			Menu4_4_2_6=new Array("Jels Triathlon","javascript:window.open('Billeder/JelsTri2006/index.html','JelsTri2006','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,140,"","","","","","",-1,-1,-1,"","");
			Menu4_4_2_7=new Array("Quelle Challenge Roth","javascript:window.open('Billeder/Roth2006/index.html','RothIM2006','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,270,"","","","","","",-1,-1,-1,"","");			
			Menu4_4_2_8=new Array("Fusion Cup aquathlon","javascript:window.open('Billeder/Aquathlon2006/index.html','FusionCupAquathlon2006','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,140,"","","","","","",-1,-1,-1,"","");
			Menu4_4_2_9=new Array("DM lang triathlon","javascript:window.open('Billeder/DMlangTri2006/index.html','DMlangTri2006','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,170,"","","","","","",-1,-1,-1,"","");
			Menu4_4_2_10=new Array("Silkeborg Triathlon","javascript:window.open('Billeder/Silkeborg2006/index.html','Silkeborg2006','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,140,"","","","","","",-1,-1,-1,"","");
			Menu4_4_2_11=new Array("Julefrokost","javascript:window.open('Billeder/Julefrokost2006/index.html','Julefrokost2006','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,140,"","","","","","",-1,-1,-1,"","");
		Menu4_4_3=new Array("Billeder 2005","","",10,22,140,"","","","","","",-1,-1,-1,"","");
			Menu4_4_3_1=new Array("DM kort duathlon","javascript:window.open('Billeder/DMdu2005/index.htm','DMdu2005','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,200,"","","","","","",-1,-1,-1,"","");
			Menu4_4_3_2=new Array("Holstebro Triathlon","javascript:window.open('Billeder/Holstebro2005/index.htm','Holstebro2005','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,140,"","","","","","",-1,-1,-1,"","");
			Menu4_4_3_3=new Array("Træningstri","javascript:window.open('Billeder/TraeningsTri2005/index.htm','Traeningstri2005','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,100,"","","","","","",-1,-1,-1,"","");
			Menu4_4_3_4=new Array("Fusion Cup aquathlon","javascript:window.open('Billeder/Aquathlon2005/index.htm','FusionCupAquathlon2005','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,140,"","","","","","",-1,-1,-1,"","");
			Menu4_4_3_5=new Array("Ironman Austria","javascript:window.open('Billeder/IMaustria2005/index.htm','IronmanAustria2005','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,140,"","","","","","",-1,-1,-1,"","");
			Menu4_4_3_6=new Array("Vikingman & VM lang triathlon","javascript:window.open('Billeder/VMlangTri2005/index.htm','DMlangtriathlon2004','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,170,"","","","","","",-1,-1,-1,"","");
			Menu4_4_3_7=new Array("DM sprint","javascript:window.open('Billeder/DMsprint2005/index.htm','DMsprint2005','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,140,"","","","","","",-1,-1,-1,"","");
			Menu4_4_3_8=new Array("Kvindetri","javascript:window.open('Billeder/Kvindetri2005/index.htm','Kvindetri2005Billeder','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,100,"","","","","","",-1,-1,-1,"","");
			Menu4_4_3_9=new Array("DM holdsprint","javascript:window.open('Billeder/Holdsprint2005/index.htm','DMhold2005','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,140,"","","","","","",-1,-1,-1,"","");
			Menu4_4_3_10=new Array("Julefrokost","javascript:window.open('Billeder/Julefrokost2005/index.htm','Julefrokost2005','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,170,"","","","","","",-1,-1,-1,"","");
		Menu4_4_4=new Array("Billeder 2004","","",12,22,140,"","","","","","",-1,-1,-1,"","");
			Menu4_4_4_1=new Array("Julefrokost","javascript:window.open('Billeder/Julefrokost2004/index.htm','Julefrokost2004','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,170,"","","","","","",-1,-1,-1,"","");
			Menu4_4_4_2=new Array("Ironman Switzerland","javascript:window.open('Billeder/IMSwitzerland2004/index.htm','IronmanSwitzerland2004','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,140,"","","","","","",-1,-1,-1,"","");
			Menu4_4_4_3=new Array("VM lang duathlon","javascript:window.open('Billeder/VMLangDu2004/index.htm','VMlangDuathlon2004','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,140,"","","","","","",-1,-1,-1,"","");
			Menu4_4_4_4=new Array("DM lang triathlon","javascript:window.open('Billeder/DMlangTri2004/index.htm','DMlangtriathlon2004','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,140,"","","","","","",-1,-1,-1,"","");
			Menu4_4_4_5=new Array("DM sprint/holdsprint","javascript:window.open('Billeder/DMsprint2004/index.htm','DMsprint2004','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,140,"","","","","","",-1,-1,-1,"","");
			Menu4_4_4_6=new Array("Kvindetri","javascript:window.open('Billeder/Kvindetri2004/index.htm','Kvindetri2004Billeder','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,100,"","","","","","",-1,-1,-1,"","");
			Menu4_4_4_7=new Array("Quelle Challenge Roth","javascript:window.open('Billeder/Roth2004/index.htm','RothIM2004','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,140,"","","","","","",-1,-1,-1,"","");
			Menu4_4_4_8=new Array("DM kort triathlon","javascript:window.open('Billeder/DMkortTri2004/index.htm','DMkortTriathlon2004','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,140,"","","","","","",-1,-1,-1,"","");
			Menu4_4_4_9=new Array("Fusion Cup enkelstart","javascript:window.open('Billeder/RestrupEnge2004/index.htm','FusionCupEnkeltstart2004','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,140,"","","","","","",-1,-1,-1,"","");
			Menu4_4_4_10=new Array("DM kort duathlon","javascript:window.open('Billeder/DMdu2004/index.htm','DMdu2004','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,140,"","","","","","",-1,-1,-1,"","");
			Menu4_4_4_11=new Array("SparNord Duathlon","javascript:window.open('duathlon/Billeder2004/index.htm','AalborgDuathlon2004','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,140,"","","","","","",-1,-1,-1,"","");
			Menu4_4_4_12=new Array("DM Cross Duathlon","javascript:window.open('Billeder/CrossDu2004/index.htm','DMcrossDuathlon2004','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,140,"","","","","","",-1,-1,-1,"","");
		Menu4_4_5=new Array("Billeder 2003","","",5,22,140,"","","","","","",-1,-1,-1,"","");
			Menu4_4_5_1=new Array("Kvindetri","javascript:window.open('Billeder/Kvindetri2003/index.htm','Kvindetri2003Billeder','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,140,"","","","","","",-1,-1,-1,"","");
			Menu4_4_5_2=new Array("DM Holdsprint","javascript:window.open('Billeder/DMhold2003/index.htm','DmHold2003','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,140,"","","","","","",-1,-1,-1,"","");
			Menu4_4_5_3=new Array("Ironman Austria 1","javascript:window.open('Billeder/IronmanAustria2003_1/index.htm','IMaaustria2003_1','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,140,"","","","","","",-1,-1,-1,"","");
			Menu4_4_5_4=new Array("Ironman Austria 2","javascript:window.open('Billeder/IronmanAustria2003_2/index.htm','IMaaustria2003_2','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,140,"","","","","","",-1,-1,-1,"","");
			Menu4_4_5_5=new Array("Aalborg Duathlon","javascript:window.open('duathlon/billeder/index.htm','Duathlon2003Billeder','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,140,"","","","","","",-1,-1,-1,"","");
		Menu4_4_6=new Array("Billeder 2002","","",1,22,140,"","","","","","",-1,-1,-1,"","");
			Menu4_4_6_1=new Array("Kvindetri","javascript:window.open('Kvindetri/billeder.html','Kvindetri2002Billeder','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,100,"","","","","","",-1,-1,-1,"","");
//	Menu4_4=new Array("Rodekassen","rodekas.html","",0,22,100,"","","","","","",-1,-1,-1,"","");

Menu5=new Array("Forum","Forum.asp","",1,"",80,"","black","","white","","",-1,1,-1,"","");
	Menu5_1=new Array("Forum","Forum.asp","",0,22,120,"","","","","","",-1,-1,-1,"","");
//	Menu5_1=new Array("Forum","Javascript:location.href(location.host && 'Forum/forum.asp')","",0,22,120,"","","","","","",-1,-1,-1,"","");

Menu6=new Array("Konkurrenceholdet","javascript:window.open('http://khold.wordpress.com/','Konkurrenceholdet','left=0 top=0 scrollbars=yes resizable=yes')","",1,"22",130,"","black","","white","","",-1,1,-1,"","");
	Menu6_1=new Array("Konkurrenceholdet","javascript:window.open('http://khold.wordpress.com/','Konkurrenceholdet','left=0 top=0 scrollbars=yes resizable=yes')","",0,22,130,"","","","","","",-1,-1,-1,"","");






