function openpopup55(){

var popurl="http://www.unifi.it/e-press/phymed.htm"

winpops=window.open(popurl,"","width=600,height=338,toolbar,scrollbars,resizable,")

}

function openpopup56(){

var popur2="new.htm"

winpops=window.open(popur2,"","width=600,height=338,scrollbars,resizable,")

}



function showToolbar()

{

// AddItem(id, text, hint, location, alternativeLocation);

// AddSubItem(idParent, text, hint, location);



	menu = new Menu();

	menu.addItem("page", "Page", "Page",  null, null);

	menu.addItem("mpu", "&nbsp;&nbsp;MPU&nbsp;&nbsp;", "Mediterranean 	Phytopathological Union",  null, null);

	menu.addItem("fitopat", "Journal", "Phytopathologia 	Mediterranea",  	null, null);

	menu.addItem("Events", "Events&nbsp;&nbsp;&nbsp;&nbsp;", "Events",  null, 	null);

	menu.addItem("links", "Links", "Links",  null, null);



	menu.addSubItem("page", "Back", "Back page",  "javascript:history.go(-	1)");

	menu.addSubItem("page", "Forward", "Forward page",  	"javascript:history.go(+1)");

	menu.addSubItem("page", "Home page", "Home page",  "index.html");

	menu.addSubItem("page", "Print page", "Print this page",  	"javascript:window.print()");

	menu.addSubItem("page", "Add to favourite", "Add page to favourite",  	"javascript:addbookmark()");

	menu.addSubItem("page", "Exit", "Exit from site",  	"javascript:window.close()");

	

	menu.addSubItem("mpu", "About", "About MPU",  "history.htm");

	menu.addSubItem("mpu", "Board & Council", "MPU Board & Council",  "bo-	co.htm");

	menu.addSubItem("mpu", "Statute", "MPU statute",  "statute.htm");

	menu.addSubItem("mpu", "Join", "Join MPU",  "join.htm");

	

	menu.addSubItem("fitopat", "Introduction", "Introduction",  	"phymed.htm");

	menu.addSubItem("fitopat", "Staff", "Editorial Staff",  "http://ejour-fup.unifi.it/index.php/pm/about/editorialTeam");

      menu.addSubItem("fitopat", "Contents", "Table of Contents",  	"http://ejour-fup.unifi.it/index.php/pm/issue/archive");

	menu.addSubItem("fitopat", "Subscribe", "Subscribe to this journal",  	"phymed.htm");

      menu.addSubItem("fitopat", "Info for contributors", "Informations for 	Contributors",  "info.htm");

	menu.addSubItem("fitopat", "Online access", "Free online access",  	"http://ejour-fup.unifi.it/index.php/pm");

	menu.addSubItem("fitopat", "Special issues", "Latest Special issues",  	"specialissues.htm");

	menu.addSubItem("fitopat", "Phytopathologia Mediterranea News", "Latest Journal News",  	"PMNews.htm");
	
	

	menu.addSubItem("Events", "Events", "Coming events",  "events.htm");

	<!-- menu.addSubItem("Events", "What's new", "News",  "news.htm"); -->

	

	menu.addSubItem("links", "Links list", "Links",  "links.htm");

		

	menu.showMenu();

}


