menualign = 'right'  
adress='custom/design/ntMenuPil.gif'

var docx 

if (mi) {  //Internet Explorer
		docx = (document.body.clientWidth / 2) + 75
		if ( document.body.clientWidth<=960 )
			docx = 555
}
else {  //Firefox
		docx = (window.innerWidth/2) + 75
		if ( window.innerWidth <= 960 )
			docx = 555
}

xoff=docx
xoffsubs=docx
yoff=142

if (mac) {
	yoff = yoff + 1  //menu position offset on the y-axis on MAC
}

//xoff=150
//xoffsubs=200
//yoff=100
width=150
height=19
heightn1=25
scroll = false
date = false
n2off = 0

callbackfill('z','400')

startmenuitem('a')
makemenuitem('01','','Billetter og kort','go.aspx?to=default.aspx%3fm%3d2%26i%3d22&navn=Billetter+og+kort','100')
makemenuitem('02','','Om NT tour','go.aspx?to=default.aspx%3fm%3d2%26i%3d9&navn=Om+NT+tour','80')
endmenuitem()

setmenu()
