// menu_items.js file

var MENU_ITEMS2 =[
	['Bruger', 'http://www.dofbasen.dk/logind.php',  {'tt':'Log ind'},
		['Log ind', 'http://www.dofbasen.dk/logind.php',  {'tt':'Log ind'}],	
		['Brugeroprettelse', 'http://www.dofbasen.dk/opretmig.php',  {'tt':'Brugeroprettelse'}],
		['Glemt password?', 'http://www.dofbasen.dk/reminder.php',  {'tt':'Hvis du har glemt dit password'}]
	]
];
