{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location, linktarget);

	menu = new Menu();

	
	
     	menu.addItem("introduccio","Introduction",null);
	
	menu.addItem("recinto", "Place",null);	
 	 
	menu.addItem("emissio", "Broadcast section",   null, null);

	menu.addItem("seccioaudio", "Audio section", null,null);

	menu.addItem("diesell", "Power supply", "Power supply",  "dieselang.html", "");
	

	menu.addItem("store", "Store", "Store",  "magatzemang.html", "");

	menu.addItem("maquetes", "Models",  null, null);
	
	menu.addItem("Videos/audios", "Videos/audios", "Videos/audios",  "audioang.html", "");

	menu.addItem("varias", "Miscellaneous",  null, null);

        menu.addItem("Destruccio", "Destruction",  null, null);

	menu.addItem("Linkos", "Links", "Links", "linksang.html", "");
	 
        menu.addItem("about", "?","about","aboutang.html", "");

	
	menu.addSubItem("introduccio", "Introduction", "Introduction", "introang.html", "");
	menu.addSubItem("introduccio", "appreciation ", "appreciation ",  "agraimentang.html", "");
        

	menu.addSubItem("recinto", "Place", "Visiting the place", "recintang.html", "");
	menu.addSubItem("recinto", "Aerial view", "Aerial view", "vistaaeriasang.html", "");
	menu.addSubItem("recinto", "Sicop", "All about the Sicop", "sicopang.html", "")
	menu.addSubItem("recinto", "Location", "Location", "situacioang.html", "");
	menu.addSubItem("recinto", "Pals town", "Pals town", "poblepalsang.html", "");

	menu.addSubItem("emissio", "Continental", "Continental",  "xtr-contang.html", "");
	menu.addSubItem("emissio", "General Electric", "General Electric",  "xtr-geang.html", "");
	menu.addSubItem("emissio", "Marconi", "Marconi",  "xtr-mrcang.html", "");
	menu.addSubItem("emissio", "Telefunken", "Telefunken",  "xtr-tfkang.html", "");
	menu.addSubItem("emissio", "Antennas", "Antenna",  "antang.html", "");
	menu.addSubItem("emissio", "Dream", "Dream",  "somniang.html", "");
	
	menu.addSubItem("seccioaudio", "Ampex", "Ampex",  "ampexang.html", "");
	menu.addSubItem("seccioaudio", "Master Control", "Master Control",  "masterang.html", "");
	menu.addSubItem("seccioaudio", "Parabol dishes", "Parabol dishes",  "paraboliquesang.html", "");
	menu.addSubItem("seccioaudio", "Sant Climent", "Sant Climent",  "sanclemang.html", "");
	
	menu.addSubItem("maquetes", "Radio Liberty", "Radio Liberty", "maquetapalsang.html", "")
	menu.addSubItem("maquetes", "Buses", "buses", "autobususang.html", "");
	menu.addSubItem("maquetes", "Carrousel", "Carrousel", "carrusselang.html", "");
	

	menu.addSubItem("varias", "Miscellaneous", "Miscellaneous",  "misceang.html", "");
	menu.addSubItem("varias", "Written documents", "Written documents before the destruction",  "documentsang.html", "");
	menu.addSubItem("varias", "Press", "Press", "prensaang.html", "");
	menu.addSubItem("varias", "Anecdotes", "anecdotes",  "anecdotesang.html", "");
	menu.addSubItem("varias", "Flora and Fauna", "Flora and fauna", "florafaunaang.html","");
	menu.addSubItem("varias", "statistics", "statistics",  "estadistiquesang.html", "");
	
	menu.addSubItem("Destruccio", "Deterioration", "deterioration due to lack of maintenance","deterioramentang.html","")
	menu.addSubItem("Destruccio", "Massacre", "bloody massacre ","destruccioang.html","")
	menu.addSubItem("Destruccio", "Demolition", "photographies of the antennas demolition ","demolicioang.html","")
        menu.addSubItem("Destruccio", "The day after", "The landsacpe of Pals has changed","diadespresang.html","")                                                
	menu.addSubItem("Destruccio", "Tributes","posthumous tributes","publicacionsang.html","")

	menu.addSubItem

	menu.showMenu();
}