// JavaScript Document
	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#fff';			// Background color when mouse is not over
	var LowSubBgColor='#cc3242';			// Background color when mouse is not over on subs
	var HighBgColor='#fff';			// Background color when mouse is over
	var HighSubBgColor='#FDB600';			// Background color when mouse is over on subs
	var FontLowColor='#000';			// Font color when mouse is not over
	var FontSubLowColor='#ffffff';			// Font color subs when mouse is not over
	var FontHighColor='#cc3242';			// Font color when mouse is over
	var FontSubHighColor='#ffffff';			// Font color subs when mouse is over
	var BorderColor='#fff';			// Border color
	var BorderSubColor='#FDB600';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Verdana, Arial, Helvetica, sans-serif"	// 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=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=0;				// 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=3;				// 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='menuspan';				// 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=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['images/tri.png',5,10,'images/tridown.png',10,5,'images/trileft.png',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("Hjem","index.htm","",0,19,112);

Menu2=new Array("Rundreiser","","",6,19,155);
	Menu2_1=new Array("Afrika Populære reiser","africa-popular-tour.htm","",5,19,180);
		Menu2_1_1=new Array("Familieeventyr og safari i Sør-Afrika","family-adventure-and-safari-in-south-africa.htm","",0,19,250);
		Menu2_1_2=new Array("Klassiske Egypt","klassiske-egypt.htm","",0);
		Menu2_1_3=new Array("Safari i Kenya","kenyasafari.htm","",0);
		Menu2_1_4=new Array("Sør-Afrika 14 dager","sor-afrikas-perler.htm","",0);
		Menu2_1_5=new Array("Tanzania 10 dager","tanzaniasafari.htm","",0);
		
	Menu2_2=new Array("Burma Populære reiser","burma-popular-tour.htm","",5);
		Menu2_2_1=new Array("Burma 04 dager","burma-04-dager.htm","",0,19,130);
		Menu2_2_2=new Array("Burma 05 dager","burma-05-dager.htm","",0);
		Menu2_2_3=new Array("Burma 05 dager","burma-05-dager.htm","",0);
		Menu2_2_4=new Array("Burma 05 dager","burma-05-dager.htm","",0);
		Menu2_2_5=new Array("Burma 05 dager","burma-05-dager.htm","",0);
		
	Menu2_3=new Array("India Populære reiser","india-popular-tour.htm","",5);
		Menu2_3_1=new Array("Det Gyldne Triangel","golden-triangle-with-jungle-experience-tur.htm","",0,19,130);
		Menu2_3_2=new Array("Kerala","kerala-tur.htm","",0);
		Menu2_3_3=new Array("Klassiske India","klassiske-indiaturer-tur.htm","",0);
		Menu2_3_4=new Array("Kongelige India","royal-india-tur.htm","",0);
		Menu2_3_5=new Array("Maharaja","land-of-maharaja.htm","",0);
	
	Menu2_4=new Array("Thailand Populære reiser","thailand-popular-tour.htm","",4);
		Menu2_4_1=new Array("Fantastiske Thailand","highlights-of-thailand.htm","",0,19,180);
		Menu2_4_2=new Array("Fargerike Thailand","the-colors-of-thailand.htm","",0);
		Menu2_4_3=new Array("Romantiske Thailand","romantiske-thailand.htm","",0);
		Menu2_4_4=new Array("Spaferie I Thailand","luxury-spa-of-thailand.htm","",0);
	
	Menu2_5=new Array("Vietnam Populære reiser","vietnam-popular-tour.htm","",2);
		Menu2_5_1=new Array("Vietnam 10 dager","vietnam-classic-10-days.htm","",0,19,130);
		Menu2_5_2=new Array("Vietnam 12 dager","vietnam-classic-12-days.htm","",0);
		
	Menu2_6=new	Array("Flere populært reiser","more-popular-tour.htm","",6);
		Menu2_6_1=new Array("Brasil","brasil-12.htm","",0,19,130);
		Menu2_6_2=new Array("Cuba 15 dager","cubas-perler.htm","",0);
		Menu2_6_3=new Array("Jordan 9 dager","jordan.htm","",0);
		Menu2_6_4=new Array("Klassiske Sri Lanka","klassiske-sri-lanka-tur.htm","",0);
		Menu2_6_5=new Array("Praktfulle Nepal","praktfulle-nepal-tur.htm","",0);
		Menu2_6_6=new Array("Peru 11 dager","den-lille-perureisen.htm","",0);
		
		
		
Menu3=new Array("Reisemål","","",21,19,160);
	Menu3_1=new Array("Afrika","africa-information-guide.htm","",0,19,100);
	Menu3_2=new Array("Australia","australia-information-guide.htm","",0);
	Menu3_3=new Array("Brasil","brasil-information-guide.htm","",0);
	Menu3_4=new Array("Burma","burma-information-guide.htm","",0);
	Menu3_5=new Array("Cuba","cuba-information-guide.htm","",0);
	Menu3_6=new Array("Cyprus","cyprus-information-guide.htm","",0);
	Menu3_7=new Array("Dubai","dubai-information-guide.htm","",1,19,350);
		Menu3_7_1=new Array("Eventyr av Dubai","adventure-of-dubai.htm","",0,19,120);
		
	Menu3_8=new Array("India","india-information-guide.htm","",5);
		Menu3_8_1=new Array("Agra","agra-information-guide.htm","",0,19,100);
		Menu3_8_2=new Array("Goa","goa-information-guide.htm","",0);
		Menu3_8_3=new Array("Kolkata","kolkata-information-guide.htm","",0);
		Menu3_8_4=new Array("Chennai","chennai-information-guide.htm","",0);
		Menu3_8_5=new Array("Hyderabad","hyderabad-information-guide.htm","",0);
		
	Menu3_9=new Array("Nepal","nepal-information-guide.htm","",0);
	Menu3_10=new Array("Peru","peru-information-guide.htm","",0);
	Menu3_11=new Array("Thailand","thailand-information-guide.htm","",0);
	Menu3_12=new Array("Indonesia","indonesia-information-guide.htm","",0);
	Menu3_13=new Array("Latvia","latavia-information-guide.htm","",0);
	Menu3_14=new Array("Malta","malta-information-guide.htm","",0);
	Menu3_15=new Array("Malaysia","malaysia-information-guide.htm","",0);
	Menu3_16=new Array("Mauritius","mauritius-information-guide.htm","",0);
	Menu3_17=new Array("Mexico","mexico-information-guide.htm","",0);
	Menu3_18=new Array("New Zealand","newzealand-information-guide.htm","",0);
	Menu3_19=new Array("Sri Lanka","srilanka-information-guide.htm","",0);
	Menu3_20=new Array("Singapore","singapore-information-guide.htm","",0);
	Menu3_21=new Array("Vietnam","vietnam-information-guide.htm","",0);
	


Menu4=new Array("Forespørsel","enquiry.htm","",0,19,160);
	
Menu5=new Array("Vilkår","vilkar.htm","",0,19,120);
	
Menu6=new Array("Om Oss","om-oss.htm","",0,19,120);
	
Menu7=new Array("Kontakt","kontakt.htm","",0,19,82);

