 /***********************************************
*	(c) Ger Versluis 2000 version 13.20 October 12, 2005    *
*	license number awb512-047						          *		
************************************************/
	var NoOffFirstLineMenus=14;			// 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 lor 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="#FFFFFF";			// Border color
	var BorderWidthMain=0;			// Border width main items
	var BorderWidthSub=0;			// Border width sub items
 	var BorderBtwnMain=0;			// Borderwidth between elements
	var BorderBtwnSub=0;			// 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=.1;			// vertical overlap child/ parent
    var StartTop=285;			// Menu offset x coordinate. If StartTop is between 0 and 1 StartTop is calculated as part of windowheight
	var StartLeft=-372;				// 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=0;			// 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.foodpharmatech.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+"/adm/pil.gif",10,10,BaseHref+"/adm/spacer.gif",10,5,BaseHref+"/adm/spacer.gif",10,5,BaseHref+"/adm/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=0, offY=0, positive=1)";
	//var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#ffffff, direction=135, strength=1)";
	

	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=100)";

	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("EXHIBITORS","","", 0, 20, 210,"#e7f0f4","#e7f0f4","#000000","#000000","#000000","Verdana",11,1,-1,"","Exhibitors");
//Menu1_1 = new Array("Print admission card", "billet/printdinbillet.asp", "",0, 21, 180,"#FFFFFF","#CCCCCC","#000000","#000000","#666666","",-1,-1,-1,"","Print admission card");
Menu2 = new Array("About FoodPharmaTech", "", "",6, 20,190,"#ffffff","#e7f0f4","#000000","#000000","#cccccc","Verdana",11,-1,-1,"","About FoodPharmaTech");
Menu2_1 = new Array("FPT Facts", "exhibitors/fakta/ftp-facts.asp", "",0, 21, 160,"#ffffff","#e7f0f4","#000000","#000000","#cccccc", "",-1,-1,-1,"","FPT Facts");
Menu2_2 = new Array("Exhibitor List 2010", "exhibitors/udstillerliste08.asp", "",0, 21, 160,"#ffffff","#e7f0f4","#000000","#000000","#cccccc", "",-1,-1,-1,"","Exhibitor List 2010");
Menu2_3 = new Array("Product Groups", "exhibitors/product-groups.asp", "",0, 21, 160,"#ffffff","#e7f0f4","#000000","#000000","#cccccc", "",-1,-1,-1,"","Product Groups");
Menu2_4 = new Array("Visitor Target Audiences", "exhibitors/fakta/visitor-target-groups.asp", "",0, 20,190,"#ffffff","#e7f0f4","#000000","#000000","#cccccc","Verdana",11,-1,-1,"","Visitor Target Audiences");		
Menu2_5 = new Array("Photos from FPT '08", "exhibitors/photos-video.asp", "",0, 20,190,"#ffffff","#e7f0f4","#000000","#000000","#cccccc","Verdana",11,-1,-1,"","Photos from FPT '08");
Menu2_6 = new Array("EXHIBITOR MANUAL", "javascript:NewWin=window.open('http://foodpharmatech.dk/uk/exhibitor_manual/index.asp','NWin');window['NewWin'].focus()", "", 0, 20,190,"#ffffff","#e7f0f4","#000000","#000000","#cccccc","Verdana",11,-1,-1,"","EXHIBITOR MANUAL");		

Menu3 = new Array("Exhibitor List 2010", "exhibitors/udstillerliste08.asp", "",0, 21, 160,"#ffffff","#e7f0f4","#000000","#000000","#cccccc", "",-1,-1,-1,"","Exhibitor List 2010");

Menu4 = new Array("Area overview & hall plans", "exhibitors/hall-overview.asp", "", 0, 20,190,"#ffffff","#e7f0f4","#000000","#000000","#cccccc","Verdana",11,-1,-1,"","Area overview & hall plans");
		
Menu5 = new Array("Why exhibit at the FPT '10","", "",1, 20,190,"#ffffff","#e7f0f4","#000000","#000000","#cccccc","Verdana",11,-1,-1,"","Why exhibit at the FPT '10?");
Menu5_1=new Array("Good reasons for exhibiting","exhibitors/fakta/reasons-to-exhibit.asp","", 0, 20,190,"#ffffff","#e7f0f4","#000000","#000000","#cccccc","Verdana",11,-1,-1,"","Good reasons for exhibiting");
//Menu3_2 = new Array("Guest writer of the month", "exhibitors/eva-kjaer.asp", "", 0, 22, 200,"#FFFFFF","#CCCCCC","#000000","#000000","#666666","",11,-1,-1,"","Guest writer of the month");

Menu6 = new Array("Rates and reservation of stands", "exhibitors/bestil/bestil.asp", "",3, 20,190,"#ffffff","#e7f0f4","#000000","#000000","#cccccc","Verdana",11,-1,-1,"","Rates and reservation of stands");
Menu6_1 = new Array("Booking a stand", "exhibitors/bestil/bestil.asp", "",0, 20,190,"#ffffff","#e7f0f4","#000000","#000000","#cccccc","Verdana",11,-1,-1,"","Booking a stand");				
Menu6_2 = new Array("Sales Brochure", "pdf/foodpharmatech-sales-brochure-uk.pdf", "", 0, 20,190,"#ffffff","#e7f0f4","#000000","#000000","#cccccc","Verdana",11,-1,-1,"","Sales Brochure");
Menu6_3 = new Array("General rules for exhibitors", "pdf/foodpharmatech-rules-for-exhibitors.pdf", "", 0, 20,190,"#ffffff","#e7f0f4","#000000","#000000","#cccccc","Verdana",11,-1,-1,"","General rules for exhibitors");
//Menu4_4 = new Array("Opening hours", "besog/aabningstider.htm", "",0, 21, 180,"#FFFFFF","#CCCCCC","#000000","#000000","#666666", "",-1,-1,-1,"","Opening hours");		
//Menu4_5 = new Array("Hall overview", "udstiller/fakta/haloversigt.htm", "",0, 21, 180,"#FFFFFF","#CCCCCC","#000000","#000000","#666666", "",-1,-1,-1,"","Hall overview");		

//Menu2_3 = new Array("Facts 2007", "", "",3, 21, 150,"#FFFFFF","#CCCCCC","#000000","#000000","#666666","",-1,-1,-1,"","Facts 2007");
//	Menu2_3_1 = new Array("Key Figures 2007", "udstiller/fakta/noegletal2007.htm", "",0, 21, 180,"#FFFFFF","#CCCCCC","#000000","#000000","#666666","",-1,-1,-1,"","Key Figures 2007");
//	Menu2_3_2 = new Array("FOOD Exhibitor list 2007", "udstiller/fakta/udstillerliste2007.asp", "",0, 21, 180,"#FFFFFF","#CCCCCC","#000000","#000000","#666666","",-1,-1,-1,"","FOOD Exhibitor list 2007");
//	Menu2_3_3= new Array("PHARMA Exhibitor list 2007", "udstiller/fakta/pharma-udstillerliste07.asp", "",0, 21, 160,"#FFFFFF","#CCCCCC","#000000","#000000","#666666","",-1,-1,-1,"","PHARMA Exhibitor list 2007");

//	Menu2_4 = new Array("Marketing", "udstiller/markedsforingselementer.htm", "",0, 21, 150,"#FFFFFF","#CCCCCC","#000000","#000000","#666666","",-1,-1,-1,"","Marketing");
		
Menu7 = new Array("Topics", "", "", 4, 20,190,"#ffffff","#e7f0f4","#000000","#000000","#cccccc","Verdana",11,-1,-1,"","Topics");
Menu7_1 = new Array("Efficient Production", "exhibitors/topics/efficient-production.asp", "", 0, 20,190,"#ffffff","#e7f0f4","#000000","#000000","#cccccc","Verdana",11,-1,-1,"","Efficient Production");
Menu7_2 = new Array("Product Safety", "exhibitors/topics/product-safety.asp", "", 0, 20,190,"#ffffff","#e7f0f4","#000000","#000000","#cccccc","Verdana",11,-1,-1,"","Product Safety");
Menu7_3 = new Array("Energy & Environment", "exhibitors/topics/energy-enviroment.asp", "", 0, 20,190,"#ffffff","#e7f0f4","#000000","#000000","#cccccc","Verdana",11,-1,-1,"","Energy & Environment");
Menu7_4 = new Array("Knowledge Sharing", "exhibitors/topics/sharing-knowledge.asp", "", 0, 20,190,"#ffffff","#e7f0f4","#000000","#000000","#cccccc","Verdana",11,-1,-1,"","Sharing knowledge");

//	Menu2_6 = new Array("Scandinavian Dairy Contest", "udstiller/landsmejeriudstillingen.asp", "",0, 21, 150,"#FFFFFF","#CCCCCC","#000000","#000000","#666666","",-1,-1,-1,"","Scandinavian Dairy Contest");
	
	//Menu2_7 = new Array("FoodTech Innovation Award", "", "",4, 21, 150,"#FFFFFF","#CCCCCC","#000000","#000000","#666666","",-1,-1,-1,"","FoodTech Innovation Award");
		//Menu2_7_1 = new Array("Om FoodTech Innovation Award", "udstiller/innovation-award/om.htm", "",0, 21, 200,"#FFFFFF","#CCCCCC","#000000","#000000","#666666","",-1,-1,-1,"","About FoodTech Innovation Award");
		//Menu2_7_2 = new Array("Competition rules", "udstiller/innovation-award/konkurrence-regler.htm", "",0, 21, 200,"#FFFFFF","#CCCCCC","#000000","#000000","#666666","",-1,-1,-1,"","Competition rules");
		//Menu2_7_3 = new Array("Register", "udstiller/innovation-award/tilmed-inno.asp", "",0, 21, 200,"#FFFFFF","#CCCCCC","#000000","#000000","#666666","",-1,-1,-1,"","Register");		
		//Menu2_7_4 = new Array("Previous Award winners", "udstiller/innovation-award/tidligere-vindere.htm", "",0, 21, 200,"#FFFFFF","#CCCCCC","#000000","#000000","#666666","",-1,-1,-1,"","Previous Award winners");

	//Menu2_8 = new Array("Download", "udstiller/download.asp", "",0, 21, 150,"#FFFFFF","#CCCCCC","#000000","#000000","#666666","",-1,-1,-1,"","Download");

	//Menu2_9 = new Array("Contact", "udstiller/kontakt.asp", "",0, 21, 150,"#FFFFFF","#CCCCCC","#000000","#000000","#666666","",-1,-1,-1,"","Contact");
//
//
//

//Menu6=new Array("Press","","", 4, 20,190,"#ffffff","#e7f0f4","#000000","#000000","#cccccc","Verdana",11,-1,-1,"","The Press");
	//Menu3_1 = new Array("Practical information", "presse/practical_info.htm", "",0, 21, 150,"#FFFFFF","#CCCCCC","#000000","#000000","#666666","",-1,-1,-1,"","Practical information");
	//Menu3_2 = new Array("Accreditation", "presse/accreditation.asp", "",0, 21, 150,"#FFFFFF","#CCCCCC","#000000","#000000","#666666","",-1,-1,-1,"","Accreditation");	
//Menu6_1 = new Array("Press releases", "press/press-releases.asp", "", 0, 20,190,"#ffffff","#e7f0f4","#000000","#000000","#cccccc","Verdana",11,-1,-1,"","Press releases");
//Menu6_2 = new Array("Product News", "press/product_news.htm", "", 0, 20,190,"#ffffff","#e7f0f4","#000000","#000000","#cccccc","Verdana",11,-1,-1,"","Product News");	
//Menu6_3 = new Array("Download", "press/images-video.asp", "", 0, 20,190,"#ffffff","#e7f0f4","#000000","#000000","#cccccc","Verdana",11,-1,-1,"","Download");
//Menu6_4 = new Array("Contact", "press/contact.asp", "", 0, 20,190,"#ffffff","#e7f0f4","#000000","#000000","#cccccc","Verdana",11,-1,-1,"","Contact");
	
	
Menu8 = new Array("Activities", "exhibitors/activities.asp", "", 0, 20,190,"#ffffff","#e7f0f4","#000000","#000000","#cccccc","Verdana",11,-1,-1,"","Activities");

Menu9 = new Array("FoodTech Innovation Award", "exhibitors/foodtechinnovation/tilmeld_foodtechinnovation.asp", "", 5, 20,190,"#ffffff","#e7f0f4","#000000","#000000","#cccccc","Verdana",11,-1,-1,"","FoodTech Innovation Award");
Menu9_1 = new Array("About FoodTech Innovation Award", "exhibitors/foodtechinnovation/foodtechinnovation.asp", "", 0, 20,210,"#ffffff","#e7f0f4","#000000","#000000","#cccccc","Verdana",11,-1,-1,"","About FoodTech Innovation Award");
Menu9_2 = new Array("Registration", "exhibitors/foodtechinnovation/tilmeld_foodtechinnovation.asp", "", 0, 20,210,"#ffffff","#e7f0f4","#000000","#000000","#cccccc","Verdana",11,-1,-1,"","Registration");
Menu9_3 = new Array("Competition rules", "exhibitors/foodtechinnovation/betingelser.asp", "", 0, 20,210,"#ffffff","#e7f0f4","#000000","#000000","#cccccc","Verdana",11,-1,-1,"","Competition rules");
Menu9_4 = new Array("Committee of judges", "exhibitors/foodtechinnovation/awardkomite.asp", "", 0, 20,210,"#ffffff","#e7f0f4","#000000","#000000","#cccccc","Verdana",11,-1,-1,"","Committee of judges");
Menu9_5 = new Array("Previous Award Winners", "exhibitors/foodtechinnovation/tidl_awardvindere.asp", "", 0, 20,210,"#ffffff","#e7f0f4","#000000","#000000","#cccccc","Verdana",11,-1,-1,"","Previous Award Winners");


Menu10 = new Array("Scandinavian Dairy Contest", "exhibitors/danish-dairy-exhibition.asp", "", 0, 20,190,"#ffffff","#e7f0f4","#000000","#000000","#cccccc","Verdana",11,-1,-1,"","Scandinavian Dairy Contest");

Menu11 = new Array("Marketing", "exhibitors/marketing.asp", "", 0, 20,190,"#ffffff","#e7f0f4","#000000","#000000","#cccccc","Verdana",11,-1,-1,"","Marketing");

Menu12 = new Array("Download", "exhibitors/download.asp", "", 0, 20,190,"#ffffff","#e7f0f4","#000000","#000000","#cccccc","Verdana",11,-1,-1,""," Download");

Menu13 = new Array("Fairguide warning", "javascript:NewWin=window.open('http://www.mch.dk/MCH-UK/Events/Fairguide-warning.aspx','NWin');window['NewWin'].focus()", "", 0, 20,190,"#ffffff","#e7f0f4","#000000","#000000","#cccccc","Verdana",11,-1,-1,"","Fairguide warning");
Menu14 = new Array("EXHIBITOR MANUAL", "javascript:NewWin=window.open('http://foodpharmatech.dk/uk/exhibitor_manual/index.asp','NWin');window['NewWin'].focus()", "", 0, 20,190,"#ffffff","#e7f0f4","#000000","#000000","#cccccc","Verdana",11,-1,-1,"","EXHIBITOR MANUAL");	



//Menu4_1 = new Array("Transport", "travel/travel.htm", "", 0, 20,190,"#ffffff","#e7f0f4","#000000","#000000","#cccccc","Verdana",11,-1,-1,"","Transport");
//Menu4_2 = new Array("Where to stay?", "travel/live.asp", "", 0, 20,190,"#ffffff","#e7f0f4","#000000","#000000","#cccccc","Verdana",11,-1,-1,"","Where to stay?");
//Menu4_3 = new Array("Restaurants", "travel/restauranter.htm", "", 0, 20,190,"#ffffff","#e7f0f4","#000000","#000000","#cccccc","Verdana",11,-1,-1,"","Restaurants");	
		
//Menu5 = new Array("Contact", "besog/contact.asp", "", 0, 20,190,"#ffffff","#e7f0f4","#000000","#000000","#cccccc","Verdana",11,-1,-1,"","Contact");		
	