//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", "Top Rom Sites", "Want loads of roms?");
	menu.addItem("newsid", "Top 50 roms", "Top 50 roms");
	menu.addItem("freedownloadid", "Best Rom Sites");
	menu.addItem("searchengineid", "Emudirect");
	menu.addItem("miscid", "Top 50 emu");

	menu.addSubItem("webmasterid", "Go to Top Rom Sites", "Click here to enter",  "http://www.topromsites.com/cgi-bin/topsites.cgi?squid", "_blank");
	

	menu.addSubItem("newsid", "Go to Top 50 roms", "Click here to enter",  "http://www.top-www.com/cgi/gaming/topsites.cgi?squid", "_blank");
	

	menu.addSubItem("freedownloadid", "Go to Best Rom Sites", "Click here to enter",  "http://www.bestromsites.com/vote.asp?id=462", "_blank");
	
	menu.addSubItem("searchengineid", "Go to Emudirect", "Click here to enter",  "http://www.emudirect.com/cgi-bin/gaming/topsites.cgi?squid4", "_blank");
	

	menu.addSubItem("miscid", "Go to Top 50 emu", "Click here to enter",  "http://www.top-www.com/cgi/gaming/topsites.cgi?squid", "_blank");
	

	menu.showMenu();
}