function showToolbar() {
		// AddItem(id, text, hint, location, alternativeLocation);
		// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("homeid", "Home", null, "index.htm", null);
	menu.addItem("Comunicacaoid", "Comunicação pessoal", null, null, null);
	menu.addItem("Educacaoid", "Educação", null, "educacao.htm", null);
	menu.addItem("Textosid", "Tecnologias na Educação", null, "textost.htm", null);
	menu.addItem("Eadid", "Educação a distância", null, "textosead.htm", null);
	menu.addItem("Identidadeid", "Identidade", null, "identidade.htm", null);

	menu.addSubItem("Comunicacaoid", "Comunicação pessoal", "", "textosc.htm");
	menu.addSubItem("Comunicacaoid", "Aprendendo a viver", "", "textosap.htm");
	
		
	menu.showMenu();
}
