//Top Nav bar script v2.1- http://www.dynamicdrive.com/dynamicindex1/sm/index.htm







function showToolbar()







{







// AddItem(id, text, hint, location, alternativeLocation);







// AddSubItem(idParent, text, hint, location, linktarget);







menu = new Menu();







menu.addItem("webmasterid", "Storia del Coro", "Storia del Coro",  null, null);







menu.addItem("newsid", "Calendario", "Calendario",  null, null);







menu.addItem("freedownloadid", "Il Coro", "Il Coro",  null, null);







menu.addItem("searchengineid", "Repertorio", "Repertorio",  null, null);







menu.addItem("writeid", "Contatti", "Contatti",  null, null);







menu.addItem("back", "<<i", "Back",  null, null);







menu.addItem("nothing", "", "",  "", "");







menu.addItem("rething", "", "",  "", "");







menu.addSubItem("webmasterid", "La storia del coro", "La storia del coro",  "storia.html", "body");







menu.addSubItem("webmasterid", "Montenero", "Montenero",  "montenero.html", "body");







menu.addSubItem("newsid", "Calendario", "Calendario",  "calendario.html", "body");







menu.addSubItem("newsid", "Le nostre rassegne", "Rassegne",  "rassegne.html", "body");







menu.addSubItem("freedownloadid", "I coristi", "I coristi",  "coristi.html", "body");







menu.addSubItem("freedownloadid", "Il Maestro", "Il Maestro",  "maestro.html", "body");







menu.addSubItem("searchengineid", "Discografia", "Discografia",  "cart/discografia.html", "blank");







menu.addSubItem("searchengineid", "Repertorio", "Repertorio",  "repertorio.html", "body");







menu.addSubItem("searchengineid", "Spartiti eMP3", "Spartiti e MP3", "mp3.html", "body");







menu.addSubItem("writeid", "Info", "Informazioni",  "mailto:coromontenero@gmail.com", "");







menu.addSubItem("writeid", "Presidente", "Presidente",  "mailto:bacchiarellogiampiero@hotmail.com", "");







menu.addSubItem("writeid", "Maestro", "Maestro", "mailto:santimrc@gmail.com", "");







menu.addSubItem("back", "Torna", "Presentazione",  "presentation.html", "body");







menu.showMenu();















}
