/*
  --- 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 = [
	['Hvem er jeg', null, null,
		['Person', 'person.html', {'tw' : 'main'}],
		['Software udvikler', 'udvikler.html', {'tw' : 'main'}],
		['CV', 'cv.html', {'tw' : 'main'}],
        ['Erfaring', 'erfaring.html', {'tw' : 'main'}],
	],
	['Projekter', null, null,
		['Programmer', '', null,
		    ['it-music', 'it-music.htm', {'tw' : 'main'}]
		],
		['Spil', '', null,
		    ['Kryds og bolle', 'kryds/kb.html', {'tw' : 'main'}],
		    ['3D bilspil', 'CarGame.htm', {'tw' : 'main'}],
                ]
	],
	['Datalogi', null, null,
		['IDE - Værktøjer', '',null,
		  ['Visual Studio 2003', 'vs03.html', {'tw' : 'main'}],
		  ['Visual Studio 2005', 'vs05.html', {'tw' : 'main'}],
                  ['Monodevelop', 'monodevelop.html', {'tw' : 'main'}],
		  ['Eclipse', 'eclipse.html', {'tw' : 'main'}],
		  ['Ms Visio', 'visio.html', {'tw' : 'main'}],
		  ['Dev++', 'dev++.html', {'tw' : 'main'}]
		],
		['IT Sprog', '',null,
		    ['Java J2SE/ME', 'java.html', {'tw' : 'main'}],
		    ['.NET', 'dotnet.html', {'tw' : 'main'}],
		    ['C#/.NET', 'csharp_net.html', {'tw' : 'main'}],
		    ['VB/.NET', 'vb_net.html', {'tw' : 'main'}],
		    ['Mono', 'mono.html', {'tw' : 'main'}],
		    ['C++', 'cpp.html', {'tw' : 'main'}],
		    ['PHP', 'php.html', {'tw' : 'main'}]
		],
		['Databaser', '', null,
		    ['Databaser', 'db.html', {'tw' : 'main'}],
		    ['MySQL', 'mysql.html', {'tw' : 'main'}],
		    ['Access', 'access.html', {'tw' : 'main'}],
		    ['MsSQL', 'mssql.html', {'tw' : 'main'}],
		    ['Oracle', 'oracle.html', {'tw' : 'main'}]
		 ],
		['GIS Teknologi','', null,
		    ['Generelt', 'gisGenerelt.html', {'tw' : 'main'}],
		    ['MapInfo', '', {'tw' : 'main'}],
		    ['MapServer', 'mapserver.html', {'tw' : 'main'}],
		    ['Sharpmap WMS', 'sharpmapX1.html', {'tw' : 'main'}]
		 ],
		['Platforme', '',null,
		    ['Windows', 'windows.html', {'tw' : 'main'}],
			 ['Linux - Vejledning', 'linux.html', {'tw' : 'main'}],
			 ['Linux - Oversigt', 'linux_nyverden.html', {'tw' : 'main'}]
		],
			
		['Unified Process', '',null,
		['Info', 'info_up.html', {'tw' : 'main'}],
		['Discipliner', 'dicipliner_up.html', {'tw' : 'main'}],
		['Faser', 'faser_up.html', {'tw' : 'main'}],
		['Samlet', 'samlet_up.html', {'tw' : 'main'}],
		['UML', 'uml_up.html', {'tw' : 'main'}]
		],
	],	
    ['Fritid', null, null,
		['Astronomi', 'astrofoto', {'tw' : '_blank'}],
		['Hjemmebiografen', 'hjemmebiffen.html', {'tw' : 'main'}],
		['Guitar', 'guitar.html', {'tw' : 'main'}]
	],
    ['Kontakt', null, null,
		['Info', 'info.html', {'tw' : 'main'}],
		['Gæstebog', 'guest.php', {'tw' : 'main'}],
	],
];


