 /***********************************************
*	(c) Ger Versluis 2000 version 13.20 October 12, 2005    *
*	license number awb512-047						          *		
************************************************/
	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="";			// Background color when mouse is not over
	var HighBgColor="";			// Background color when mouse is over
	var FontLowColor="#000000";			// Font color when mouse is not over
	var FontHighColor="#000000";			// Font color when mouse is over
	var BorderColor="";			// Border color
	var BorderWidthMain=0;			// 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="Verdana";	// Font family menu items
	var FontSize=11;				// 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="center";			// Menu horizontal position can be: left, center, 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=142;				// Menu offset x coordinate. If StartTop is between 0 and 1 StartTop is calculated as part of windowheight
	var StartLeft=-150;				// 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=5;				// Left padding
	var TopPaddng=5;			// Top padding. If set to -1 text is vertically centered
	var FirstLineHorizontal=1;			// Number defines to which level the menu must unfold horizontal; 0 is all vertical
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=200;			// delay before menu folds in
	var UnfoldDelay=50;			// 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="";				// 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.ferieforalle.dk/uk/";				// 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+"subadm/pil.gif",10,10,BaseHref+"subadm/spacer.gif",10,5,BaseHref+"subadm/spacer.gif",10,5,BaseHref+"subadm/spacer.gif",10,5];

						// 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 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=#ffffff, offX=2, offY=2, positive=1)";
//	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#ffffff, direction=135, strength=1)";
	

	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=95)";

	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("Index", "index.htm", "", 0, 17, 60,"","","#000000","#000000","","Verdana",-1,1,-1,"","Forside");

Menu2 = new Array("Core sections", "", "",5, 17, 105,"","","#000000","#000000","","Verdana",-1,1,-1,"","Core sections");
Menu2_1 = new Array("Abroad", "hovedomraader/udland.htm", "", 0, 20, 140,"#ffffff","#dbe6f4","#000000","#000000","#000000","Verdana",11,-1,-1,"","Abroad");
Menu2_2 = new Array("Camping", "hovedomraader/camping.htm", "", 0, 20, 120,"#ffffff","#dbe6f4","#000000","#000000","#000000","Verdana",11,-1,-1,"","Camping");
Menu2_3 = new Array("Denmark", "hovedomraader/danmark.htm", "", 0, 20, 120,"#ffffff","#dbe6f4","#000000","#000000","#000000","Verdana",11,-1,-1,"","Denmark");
Menu2_4 = new Array("Danish Golf Show", "hovedomraader/golf.htm", "", 0, 20, 120,"#ffffff","#dbe6f4","#000000","#000000","#000000","Verdana",11,-1,-1,"","Danish Golf Show");
Menu2_5 = new Array("Outdoor", "hovedomraader/outdoor.htm", "", 0, 20, 120,"#ffffff","#dbe6f4","#000000","#000000","#000000","Verdana",11,-1,-1,"","Outdoor");

//
Menu3 = new Array("About the fair", "", "", 9, 17, 105,"","","#000000","#000000","","Verdana",-1,1,-1,"","About the fair");
Menu3_1 = new Array("About the fair", "om_ffa/om_ffa.htm", "", 0, 20, 200,"#ffffff","#dbe6f4","#000000","#000000","#000000","Verdana",11,-1,-1,"","About the fair");
Menu3_2 = new Array("Exhibition Partners", "om_ffa/messepartner.htm", "", 0, 20, 200,"#ffffff","#dbe6f4","#000000","#000000","#000000","Verdana",11,-1,-1,"","Exhibition Partners");
Menu3_3 = new Array("Facts – Analysis of exhibitors 2008", "om_ffa/fakta_udstiller.htm", "", 0, 20, 150,"#ffffff","#dbe6f4","#000000","#000000","#000000","Verdana",11,-1,-1,"","Facts – Analysis of exhibitors 2008");
Menu3_4 = new Array("Facts – Analysis of visitors 2008", "om_ffa/fakta_besog.htm", "", 0, 20, 150,"#ffffff","#dbe6f4","#000000","#000000","#000000","Verdana",11,-1,-1,"","Facts – Analysis of visitors 2008");
Menu3_5 = new Array("Opening hours and fees", "om_ffa/aabning_entre.htm", "", 0, 20, 150,"#ffffff","#dbe6f4","#000000","#000000","#000000","Verdana",11,-1,-1,"","Opening hours and fees");
Menu3_6 = new Array("List of exhibitors", "om_ffa/udstillerliste08.htm", "", 0, 20, 150,"#ffffff","#dbe6f4","#000000","#000000","#000000","Verdana",11,-1,-1,"","List of exhibitors");
Menu3_7 = new Array("Hall overview 2009", "om_ffa/haloversigt.htm", "", 0, 20, 150,"#ffffff","#dbe6f4","#000000","#000000","#000000","Verdana",11,-1,-1,"","Hall overview 2009");
Menu3_8 = new Array("Photo gallery", "../gallerier/index_uk.htm", "", 0, 20, 150,"#ffffff","#dbe6f4","#000000","#000000","#000000","Verdana",11,-1,-1,"","Photo gallery");
Menu3_9 = new Array("Warning against Fair Guide", "om_ffa/warning-against-fairguide.htm", "", 0, 20, 150,"#ffffff","#dbe6f4","#000000","#000000","#000000","Verdana",11,-1,-1,"","Warning against Fair Guide");
//
Menu4 = new Array("Practical information", "", "", 7, 18, 155,"","","#000000","#000000","","Verdana",-1,1,-1,"","Practical information");
Menu4_1 = new Array("Exhibitor Manual", "exhibitor_manual/index.asp", "", 0, 20, 190,"#ffffff","#dbe6f4","#000000","#000000","#000000","Verdana",11,-1,-1,"","Exhibitor Manual");
Menu4_2 = new Array("Book stand", "praktisk_info/bestil_stand.asp", "", 0, 20, 190,"#ffffff","#dbe6f4","#000000","#000000","#000000","Verdana",11,-1,-1,"","Book stand");
Menu4_3 = new Array("Prices and discounts", "praktisk_info/priser.htm", "", 0, 20, 168,"#ffffff","#dbe6f4","#000000","#000000","#000000","Verdana",11,-1,-1,"","Prices and discounts");
Menu4_4 = new Array("Construction and removal", "praktisk_info/opbyg_nedbryd.htm", "", 0, 20, 168,"#ffffff","#dbe6f4","#000000","#000000","#000000","Verdana",11,-1,-1,"","Construction and removal");
Menu4_5 = new Array("Travel lectures / entertainment", "praktisk_info/rejseforedrag.htm", "", 0, 20, 168,"#ffffff","#dbe6f4","#000000","#000000","#000000","Verdana",11,-1,-1,"","Travel lectures / entertainment");
//Menu4_5 = new Array("Theme routes", "", "", 2, 18, 85,"#ffffff","#dbe6f4","#000000","#000000","#000000","Verdana",-1,-1,-1,"","Theme routes");

Menu4_6 = new Array("About theme routes", "temaruter/om_temaruter.htm", "", 0, 20, 168,"#ffffff","#dbe6f4","#000000","#000000","#000000","Verdana",11,-1,-1,"","About theme routes");
Menu4_7 = new Array("Timeline", "praktisk_info/timeline.htm", "", 0, 20, 168,"#ffffff","#dbe6f4","#000000","#000000","#000000","Verdana",11,-1,-1,"","Timeline");

//Menu4_5_2 = new Array("Sign up for theme route", "temaruter/tilmeld.asp", "", 0, 20, 168,"#ffffff","#dbe6f4","#000000","#000000","#000000","Verdana",11,-1,-1,"","Sign up for theme route");

//Menu4_3_3 = new Array("Travelling in Turkey", "temaruter/partnerland.htm", "", 0, 20, 168,"#ffffff","#dbe6f4","#000000","#000000","#000000","Verdana",11,-1,-1,"","Travelling in Turkey");
//Menu4_3_4 = new Array("Camping abroad", "temaruter/camping_udland.htm", "", 0, 20, 168,"#ffffff","#dbe6f4","#000000","#000000","#000000","Verdana",11,-1,-1,"","Camping abroad");
//Menu4_3_5 = new Array("Facilities for the disabled ", "temaruter/handicap_fac.htm", "", 0, 20, 168,"#ffffff","#dbe6f4","#000000","#000000","#000000","Verdana",11,-1,-1,"","Facilities for the disabled");

//Menu4_6 = new Array("Partner Country - Turkey", "praktisk_info/partnerland.htm", "", 0, 20, 168,"#ffffff","#dbe6f4","#000000","#000000","#000000","Verdana",11,-1,-1,"","Partner Country - Turkey");
//Menu4_7 = new Array("Order advertisement", "praktisk_info/exhibition_newspapers.htm", "", 0, 20, 168,"#ffffff","#dbe6f4","#000000","#000000","#000000","Verdana",11,-1,-1,"","Order advertisement");
//Menu4_7 = new Array("Advertisement", "praktisk_info/markedsfoering.htm", "", 0, 20, 168,"#ffffff","#dbe6f4","#000000","#000000","#000000","Verdana",11,-1,-1,"","Advertisement");
//

//Menu5 = new Array("Exhibitor manual", "../exhibitor_manual/", "", 0, 18, 120,"","","#000000","#000000","","Verdana",-1,1,-1,"","Exhibitor manual");

Menu5 = new Array("Travel, eat & sleep", "", "", 3, 20, 140,"","","#000000","#000000","","Verdana",-1,1,-1,"","Travel, eat & sleep");
	Menu5_1 = new Array("Restaurants", "travel-eat-sleep/restaurant.htm", "",0, 21, 110,"#FFFFFF","#CCCCCC","#000000","#000000","#666666","",-1,-1,-1,"","Restaurants");	
	Menu5_2 = new Array("Where to stay?", "travel-eat-sleep/live.htm", "",0, 21, 110,"#FFFFFF","#CCCCCC","#000000","#000000","#666666","",-1,-1,-1,"","Where to stay?");
	Menu5_3 = new Array("Transport", "travel-eat-sleep/travel.htm", "",0, 21, 110,"#FFFFFF","#CCCCCC","#000000","#000000","#666666","",-1,-1,-1,"","Transport");


//
Menu6 = new Array("Contact", "", "", 4, 18, 75,"","","#000000","#000000","","Verdana",-1,1,-1,"","Kontakt");
Menu6_1 = new Array("Exhibition team", "kontakt/messeteam.htm", "", 0, 20, 140,"#ffffff","#dbe6f4","#000000","#000000","#000000","Verdana",11,-1,-1,"","Exhibition team");
Menu6_2 = new Array("Press", "kontakt/presse.htm", "", 0, 20, 140,"#ffffff","#dbe6f4","#000000","#000000","#000000","Verdana",11,-1,-1,"","Press");
Menu6_3 = new Array("MCH Messecenter Herning", "kontakt/messecenter.htm", "", 0, 20, 140,"#ffffff","#dbe6f4","#000000","#000000","#000000","Verdana",11,-1,-1,"","MCH Messecenter Herning");
Menu6_4 = new Array("Feedback", "kontakt/feedback.htm", "", 0, 20, 140,"#ffffff","#dbe6f4","#000000","#000000","#000000","Verdana",11,-1,-1,"","Feedback");
 
			

			
