/* 
   Diese Datei nicht umbenennen. 

   Linke Floating-Menüs ("Sidebar") werden dynamisch aus menu_hier.js generiert
   
   Bei Problemen damit: versuchen, URLs ohne<->mit Präfix anzugeben (also z.B. /um/gi-vki/viki/file.htm vertauschen mit http://model.in.tum.de/um/gi-vki/viki/file.htm)

   In Befehlsnamen darf kein Komma vorkommen. URLs in '...' setzen (nicht "..."). 
   
   URLs sollten normalerweise nicht mehrfach vorkommen. Ansonsten wird beim Anklicken des ersten Vorkommens
   autom. auf das Item mit dem letzten Vorkommen umgeleitet - nützlich, um höhere Menüebenen ohne eigene html/Wiki-Seite 
   zu "überspringen".

   Weitere Konfiguration siehe /um/gi-vki/framework/index.php

*/

var menuHierarchy = [
	['Home', '/um/gi-vki/framework/index.php?inc=/um/gi-vki/viki/index.php/About',	
		['About', '/um/gi-vki/framework/index.php?inc=/um/gi-vki/viki/index.php/About'],
		['News archive', '/um/gi-vki/framework/index.php?inc=/um/gi-vki/viki/index.php/NewsArchive']
	], 
	['Research', '/um/gi-vki/framework/index.php?inc=/um/gi-vki/viki/index.php/Research', 
		['Groups', '/um/gi-vki/framework/index.php?inc=/um/gi-vki/viki/index.php/ResearchGroups', 
		['Locations A..B', '/um/gi-vki/framework/index.php?inc=/um/gi-vki/viki/index.php/ResearchGroups#location_a_b'],['Locations C..J', '/um/gi-vki/framework/index.php?inc=/um/gi-vki/viki/index.php/ResearchGroups#location_c_j'],['Locations K..O', '/um/gi-vki/framework/index.php?inc=/um/gi-vki/viki/index.php/ResearchGroups#location_k_o'],['Locations P..Z', '/um/gi-vki/framework/index.php?inc=/um/gi-vki/viki/index.php/ResearchGroups#location_p_z']],
		['Events', '/um/gi-vki/framework/index.php?inc=/um/gi-vki/viki/index.php/ResearchEvents'],
		['Organizations', '/um/gi-vki/framework/index.php?inc=/um/gi-vki/viki/index.php/ResearchPortals'],
		['Portals', '/um/gi-vki/framework/index.php?inc=/um/gi-vki/viki/index.php/ResearchPortals'],
		['Doctoral studies', '/um/gi-vki/framework/index.php?inc=/um/gi-vki/viki/index.php/Doctoral']
	],
	['Industry', '/um/gi-vki/framework/index.php?inc=/um/gi-vki/viki/index.php/Companies',
		['Companies', '/um/gi-vki/framework/index.php?inc=/um/gi-vki/viki/index.php/Companies']
	],
	['Education', '/um/gi-vki/framework/index.php?inc=/um/gi-vki/viki/index.php/Education',
		['Lectures', '/um/gi-vki/framework/index.php?inc=/um/gi-vki/viki/index.php/Lectures'],
	['Doctoral studies', '/um/gi-vki/framework/index.php?inc=/um/gi-vki/viki/index.php/Doctoral'],
	['Theses', '/um/gi-vki/framework/index.php?inc=/um/gi-vki/viki/index.php/Theses']
	],
	['SIG', '/um/gi-vki/framework/index.php?inc=/um/gi-vki/viki/index.php/SIG',
		['Membership', '/um/gi-vki/framework/index.php?inc=/um/gi-vki/viki/index.php/Membership'],
		['Mailing list', '/um/gi-vki/framework/index.php?inc=/um/gi-vki/viki/index.php/VKIlist',['Archive', '/um/gi-vki/framework/index.php?inc=/um/gi-vki/viki/index.php/VKIlistArchive']],
		['Board', '/um/gi-vki/framework/index.php?inc=/um/gi-vki/viki/index.php/Board']
	],
	['Contact', '/um/gi-vki/framework/index.php?inc=/um/gi-vki/viki/index.php/Contact']
	
];


