	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor=   '#cc9933';		// Background color when mouse is not over
	var HighBgColor=  '#ffffcc';		// 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=  '#000000';		// Border color
	var BorderWidth=1;					// Border width
	var BorderBtwnElmnts=0;				// Border between elements 1 or 0
	var FontFamily="Verdana"			// Font family menu items
	var FontSize=8;						// 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='left';			// Menu horizontal position 'left', 'center', 'right' or justify
	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=-9;					// 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=5;					// Left padding
	var TopPaddng=1;					// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=700;				// delay before menu folds in
	var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame
	var FirstLineFrame='parent';		// Frame where first level appears
	var SecLineFrame='parent';			// Frame where sub levels appear
	var DocTargetFrame='DataFrame';		// Frame where target documents appear
	var TargetLoc='bar';				// 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 WebMasterCheck=0;				// menu tree checking on or off 1 or 0
	var KeepHilite=0;					// Keep selected path highligthed
	var BaseHref="";					// base href for relative liks
	var Arrws=[BaseHref+"",0,0,BaseHref+"",0,0,BaseHref+"",0,0,BaseHref+"",0,0];
										// Arrow source, width and height
										// If arrow images are not needed keep source ""
	var MenuUsesFrames=0;				// frames or single page 1 or 0
	var RememberStatus=0;				// When set to 1, menu unfold can be preset  by body onload of target document.
										// In frame setup body onload is:
										// onload="if(parent.frames[0]&&parent.frames['navig'].SetMenu)parent.frames['navig'].SetMenu='x_x';"
										// In singel page setup body onload is:
										// onload="if(window.SetMenu)window.SetMenu='x_x'"
										// x_x represents the menu item MenuX_X=new Array(.......

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 take precedence over the globals when used - fontsize, fontbold and fontitalic are ignored when -1

Menu1=new Array("Grafisk Design","Grafik.htm","",4,17,140,"","","","","","",-1,-1,-1,"","");
	Menu1_1=new Array("Erhverv","erhverv.htm","",0,16,140,"","","","","","",-1,-1,-1,"","");
	Menu1_2=new Array("Privat","privat.htm","",0,16,140,"","","","","","",-1,-1,-1,"","");
	Menu1_3=new Array("forening","forening.htm","",0,16,140,"","","","","","",-1,-1,-1,"","");
	Menu1_4=new Array("kirker","kirker.htm","",0,16,140,"","","","","","",-1,-1,-1,"","");		
Menu2=new Array("Web Design","webdesign.htm","",2,17,130,"","","","","","",-1,-1,-1,"","");
	Menu2_1=new Array("gør-det-selv web","cms.htm","",0,16,140,"","","","","","",-1,-1,-1,"","");
	Menu2_2=new Array("Almindelig web","almweb.htm","",0,16,140,"","","","","","",-1,-1,-1,"","");
Menu3=new Array("Sang","sang.htm","",0,17,100,"","","","","","",-1,-1,-1,"","");
Menu4=new Array("Randi Plesner","default.htm","",1,17,130,"","","","","","",-1,-1,-1,"","");
	Menu4_1=new Array("EaglePack","http://eaglepack.dk","",0,17,130,"","","","","","",-1,-1,-1,"","");
Menu5=new Array("Referencer","ref.htm","",0,17,140,"","","","","","",-1,-1,-1,"","");
Menu6=new Array("Links","links.htm","",0,17,100,"","","","","","",-1,-1,-1,"","");
Menu7=new Array("Kontakt","kontakt.htm","",0,17,100,"","","","","","",-1,-1,-1,"","");	
