overcolor = '#3AAADA'  //values for Netscape 4 only
outcolor = '#000000'  //values for Netscape 4 only
menualign = 'left'  
adress='custom/design/arow_w.gif'

var docx 

//code for centering the menu

if (mi) {  //Internet Explorer
		docx = (document.body.clientWidth / 2) - 370  //adjust the value of 375 to position the menu on the x-axis 
		if ( document.body.clientWidth<=750 )
			docx = 1  //position of the menu if window width is less than 750 pixels
		else if (mac) 
			docx -= 6  //position of the menu on Mac - Internet Explorer
}
else {  //Netscape and Opera
		docx = (window.innerWidth/2)-374  //adjust the value of 374 to position the menu on the x-axis
		if ( window.innerWidth <= 750 )
			docx = 8
}

xoff=docx  //x-offset for backfill  - (backfill is a colored bar behind menu level 1 items)
xoffsubs=docx  //x-offset of the first item in menu level 1 from the left side of the backfill
yoff=73  //menu position on the y-axis

if (ns) {  
	yoff = yoff + 7  //menu position offset on the y-axis in Netscape
}
if (n6) {
	yoff = yoff + 0  //menu position offset on the y-axis in Netscape 6+
}
if (op) {
	yoff = yoff + 0  //menu position offset on the y-axis in Opera
}
if (mac) {
	yoff = yoff + 1  //menu position offset on the y-axis on MAC
}

width=138  //width of menu items in level 2 and 3  
height=18  //height of menu items in level 2 and level 3
heightn1=19  //height of menu items in level 1 and backfill (see below)
n2off=0  //menu level 3 y-axis offset from level 2
scroll = false  // set to true if the menu has to scroll down with the rest of the page content
date = false  // set to true if date should be displayed in right side of the backfill (see below)

callbackfill('z','598')  //draws a colored bar behind menu level 1 items to ensure that the menu level 1 total width fits the html design
startmenuitem('a')
makemenuitem('01','','Forside','go.aspx?to=default.aspx&navn=Forside','65')
makemenuitem('02','sub02','Transport','','70')
makemenuitem('03','sub03','Links','','50')
makemenuitem('04','','Dokumenter','','75')
makemenuitem('05','','&Aring;rhus','','50')
makemenuitem('06','','Log-In','go.aspx?to=default.aspx%3fm%3d2%26i%3d46%26pluslink%3dloginvis&navn=Log-In','60')
endmenuitem()

startsubitem('sub02')
makesubitem('sub0201','','Tog og bus','go.aspx?to=default.aspx%3fm%3d2%26i%3d47&navn=Tog+og+bus')
makesubitem('sub0202','','London Tube','go.aspx?to=default.aspx%3fm%3d2%26i%3d48&navn=London+Tube')
makesubitem('sub0203','','Fly','go.aspx?to=default.aspx%3fm%3d2%26i%3d49&navn=Fly')
endsubitem()

startsubitem('sub03')
makesubitem('sub0301','','Danse-links','go.aspx?to=default.aspx%3fm%3d2%26i%3d53&navn=Danse-links')
makesubitem('sub0302','','Hoteller','go.aspx?to=default.aspx%3fm%3d2%26i%3d54&navn=Hoteller')
makesubitem('sub0303','','Andre','go.aspx?to=default.aspx%3fm%3d2%26i%3d55&navn=Andre')
endsubitem()

setmenu()
