/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Virksomhed&nbsp;|', null, null,
		['Profil', '/danish/profile.asp'],
		['Nyheder', '/danish/news.asp'],
		['Seminarer', '/danish/seminars/'],
	],
	['Løsninger&nbsp;&nbsp;|', null, null,
		['Accounting', '/danish/accounting/', null,
			['JetAdvice', '/danish/accounting/jetadvice/'],
			['Pcounter', '/danish/accounting/pcounter/'],
		],
		['Chai', '/danish/chai/', null,
			['BusinessCard (Visitkort)', '/danish/chai/businesscard/'],
			['QuickPrint (Elektronisk Brochurestativ)', '/danish/chai/quickprint/'],
			['SAM', '/danish/chai/sam/'],
			['ThinPrint', '/danish/chai/thinprint/'],
		],
		['Farver', '/danish/color/', null,
			['BusinessCard (Visitkort)', '/danish/chai/businesscard/'],
			['JetLogo (Brevpapir)', '/danish/eforms/jetlogo/'],
			['QuickPrint (Elektronisk Brochurestativ)', '/danish/chai/quickprint/'],
		],
		['E-Blanketter', '/danish/eforms/', null,
			['Std. E-Blanketter', '/danish/eforms/standard/'],
			['ELP', '/danish/eforms/elp/'],
			['FFM', '/danish/software/ffm/'],			
			['JetLogo (Brevpapir)', '/danish/eforms/jetlogo/'],
			['LaserNet', '/danish/eforms/lasernet/'],
			['Told og Transport', 'danish/eforms/toldtransport/'],
		],
		['Emuleringer', '/danish/emulations/', null,
			['ETM 100', '/danish/emulations/etm100/'],
			['IPDS 100', '/danish/emulations/ipds100/'],
		],		
		['Lagringsmedier', '/danish/storage/', null,
			['ELP', '/danish/eforms/elp/'],
			['Flash SIMM/DIMM', '/danish/storage/flashsimmdimm/'],
			['FSA DIMM/HDD', '/danish/storage/fsa/'],
			['LKF', '/danish/storage/lkf/'],
			['PowerFlash 200', '/danish/storage/powerflash200/'],
		],	
		['MFP', '/danish/mfp/', null,
			['MFPToolBox', '/danish/mfp/mfptoolbox/'],
		],
		['OCR-B', '/danish/ocrb/', null,
			['Dongle', '/danish/ocrb/dongle/'],
			['Hardware', '/danish/ocrb/hardware/'],
			['Softfonte', '/danish/ocrb/softfont/'],
			['TrueType', '/danish/ocrb/truetype/'],
		],
		['Papirhåndtering', '/danish/paperhandling/', null,
			['SmartCabinet', '/danish/paperhandling/smartcabinet/'],
			['TowerFeed', '/danish/paperhandling/towerfeed/'],
			['TowerTray', '/danish/paperhandling/towertray/'],
		],
		['Sikkerhed', '/danish/security/', null,
		],
		['Skriftyper', '/danish/fonts/', null,
			['Skrifttyper', '/danish/fonts/fonts/'],
			['Logoer', '/danish/fonts/logos/'],
		],	
		['Software', '/danish/software/', null,
			['AutoStore', '/danish/software/autostore/'],
			['ClusterQue', '/danish/software/clusterque/'],
			['FFM', '/danish/software/ffm/'],
			['PCL Dump', '/danish/software/pcldump/'],
		],	
		['Stregkoder', '/danish/barcodes/', null,
			['Dongle', '/danish/barcodes/barcode100/'],
			['Barcode 100', '/danish/barcodes/barcode100/'],
			['BarSIMM/DIMM', '/danish/barcodes/barsimmdimm/'],
			['Softfonte', '/danish/barcodes/softfont/'],
			['SIMM/DIMM', '/danish/barcodes/sossimmdimm/'],
			['TrueType', '/danish/barcodes/truetype/'],
		],
	],
	['Support&nbsp;&nbsp;&nbsp;|', null, null,
		['Download', '/danish/download/'],
		['FAQ', '/danish/faq/'],
		['Designguide', '/danish/design/'],
	],
	['Weblogs&nbsp;&nbsp;&nbsp;&nbsp;|', null, null,
		['Weblogs', '/danish/weblogs/', null,
		    ['General', '/danish/weblogs/weblog.asp?weblogid=2'],
			['PJet 100', '/danish/weblogs/weblog.asp?weblogid=3'],
			['JetLogo', '/danish/weblogs/weblog.asp?weblogid=6'],
			['JetAdvice', '/danish/weblogs/weblog.asp?weblogid=8'],
			['BusinessCard', '/danish/weblogs/weblog.asp?weblogid=10'],
		],
		['Nyheder', '/danish/weblogs/weblogitemsbytype.asp?type=News'],
		['Podcasts', '/danish/weblogs/weblogitemsbytype.asp?type=Podcasts'],
		['RSS Feed', '/danish/weblogs/rssfeedall.asp'],
	],
	['Kontakt&nbsp;&nbsp;&nbsp;', null, null,
		['EuroForm', "javascript:openPopUpWindow('/danish/contact.asp?type=info', 450, 160, 250, 300);"],
		['Webmaster', "javascript:openPopUpWindow('/danish/contact.asp?type=webmaster', 450, 160, 250, 300);"],
		['Support', "javascript:openPopUpWindow('/danish/contact.asp?type=support', 450, 160, 250, 300);"],
	],
];

