<!-- Minus AutoDato -->
/* --- menu items --- */
//var ServerName = 'http://localhost/overheaddoor/'
var ServerName = 'http://www.overheaddoor.dk/'
var MENU_ITEMS1 = [
	['Om Overhead Door', ServerName + 'content/om_ohd/omohd.htm',
		['Tal og fakta', ServerName + 'content/om_ohd/talogfakta.htm'],
		['Referencer', ServerName + 'content/om_ohd/referancer.htm'],
		['Navn og logo', ServerName + 'content/om_ohd/navnoglogo.htm'],
	],
];
var MENU_ITEMS2 = [
	['Produkter', ServerName + 'content/produkter/produktforside.htm',
		['Garageporte', ServerName + 'content/produkter/garageporte/oversigt_garageport.htm',
				['310 Budget', ServerName + 'content/produkter/garageporte/310Budget.htm'],
				['290 De Luxe', ServerName + 'content/produkter/garageporte/290Deluxe.htm'],
				['350 Komfort', ServerName + 'content/produkter/garageporte/350Komfort.htm'],
				['190 Elegance', ServerName + 'content/produkter/garageporte/190Elegance.htm'],
				['490 Prestige', ServerName + 'content/produkter/garageporte/490Prestige.htm'],
				['Trę Eksklusiv', ServerName + 'content/produkter/garageporte/eksklusiv.htm'],
		],
		['Portautomatik', ServerName + 'content/produkter/garageporte/ekstra/automatik1.htm',
		],
		['Industriporte', ServerName + 'content/produkter/industriporte/industriporte.htm',
//				['Ledhejseporte', ServerName + 'content/produkter/industriporte/Ledhejseporte/main.htm'],
//				['Lagerporte', ServerName + 'content/produkter/industriporte/Lagerporte/main.htm'],
//				['Rulleporte', ServerName + 'content/produkter/industriporte/Rulleporte/main.htm'],
//				['Brandporte', ServerName + 'content/produkter/industriporte/Brandporte/main.htm'],
//				['Hurtigporte', ServerName + 'content/produkter/industriporte/Hurtigporte/main.htm'],
		],
		['Dockingsystemer', ServerName + 'content/produkter/dockingsystemer/dockingsystemer.htm',
//				['Airlocks', ServerName + 'content/produkter/dockingsystemer/Airlocks/main.htm'],
//				['Ramps', ServerName + 'content/produkter/dockingsystemer/Ramps/main.htm'],
		],
		['Service', ServerName + 'content/service/service.htm',
//			['Service abonnement', ServerName + 'content/service/service.htm'],
//			['Reparation', ServerName + 'content/service/reparation.htm'],
//			['Opgradering', ServerName + 'content/service/opgradering.htm'],
		],
	],
];
var MENU_ITEMS3 = [
	['Forhandlere', ServerName + 'content/forhandlere/forhandlere.htm'
	],
];
var MENU_ITEMS4 = [
	['Kontakt os', ServerName + 'content/faq/kontaktos.htm',
		['Katalog bestilling', ServerName + 'content/faq/brochure.htm'],
	],
];
var MENU_ITEMS5 = [
	['Galleri', ServerName + 'content/faq/galleri/galleri.htm',
		['Trailer', ServerName + 'trailer/trailer.htm'],
//		['Nyheder', null,
	//		['Pressemeddelser', ServerName + 'content/nyheder/presseklip/presseklip.htm'],
	//		['Nye produkter', ServerName + 'content/nyheder/nyeprodukter.htm'],
	//		['Konkurrencer', ServerName + 'content/nyheder/konkurrencer.htm'],
	//		['Shoppen', ServerName + 'content/nyheder/shoppen.htm'],
//			['Udstillinger', ServerName + 'content/nyheder/udstillinger.htm'],
//			['ArmorTite', ServerName + 'content/produkter/garageporte/ekstra/armortite.htm'],
//		],
	],
];

