//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", "---", "---",  null, null);
	menu.addItem("newsid", "Download", "Download",  null, null);
	menu.addItem("freedownloadid", "Link", "Link",  null, null);
	menu.addItem("searchengineid", "Servizi", "Servizi",  null, null);
	menu.addItem("miscid", "--------", "--------",  null, null);

	menu.addSubItem("webmasterid", "-----", "----",  "", "_top");
	menu.addSubItem("webmasterid", "-----", "----",  "", "_top");
	menu.addSubItem("webmasterid", "-----", "----",  "", "_top");
	menu.addSubItem("webmasterid", "-----", "----",  "", "_top");
	menu.addSubItem("webmasterid", "-----", "----",  "", "_top");
        menu.addSubItem("webmasterid", "-------", "------",  "http://", "_top");
        menu.addSubItem("webmasterid", "-------", "------",  "http://", "_top");

	menu.addSubItem("newsid", "Mirini", "Mirini",  "http://dust.altervista.org/download/down.php", "_top");
	menu.addSubItem("newsid", "Video", "Video",  "http://dust.altervista.org/download/down.php", "_top");
	menu.addSubItem("newsid", "Utwallpaper", "Utwallpaper",  "http://dust.altervista.org/download/down.php","_top");
	menu.addSubItem("newsid", "Mappe", "Mappe",  "http://dust.altervista.org/mappe/mappe.html", "_top");
	menu.addSubItem("newsid", "Karma", "Guida",  "http://dust.altervista.org/karma.html", "_top");
	menu.addSubItem("newsid", "Abbreviazioni", "Abbreviazioni",  "http://dust.altervista.org/abbrev.html", "_top");
	menu.addSubItem("newsid", "Weapons", "Weapons",  "http://dust.altervista.org/bible/UTBible.htm", "");

	menu.addSubItem("freedownloadid", "Faster Files", "Faster Files",  "http://www.fasterfiles.com/", "_blank");
	menu.addSubItem("freedownloadid", "Levels4you", "Levels4you",  "http://www.levels4you.com/sections/unrealtournament2004/", "_blank");
	menu.addSubItem("freedownloadid", "BeydonUnreal", "BeydonUnreal",  "http://www.beyondunreal.com/", "_blank");
	menu.addSubItem("freedownloadid", "MADHOOKUP", "MADHOOKUP",  "http://madhookup.com/black/ut2k4.shtml");
	menu.addSubItem("freedownloadid", "GAMEAMP", "GAMEAMP",  "http://ut2004.gameamp.com/guide/viewGuides");
	menu.addSubItem("freedownloadid", "Cyberfight", "Cyberfight",  "http://www.cyberfight.org/");
	menu.addSubItem("freedownloadid", "Own-Age", "Own-Age",  "http://www.own-age.com/vids/default.aspx?game=33");

	menu.addSubItem("searchengineid", "Newsgroup", "Newsgroup",  "http://www.mynewsgate.net/frameset.php?w=800&ng=it-alt.giochi.online&su=newsgroup.php", "_blank");
	menu.addSubItem("searchengineid", "Chat", "Chat",  "http://dust.altervista.org/chat/index.html", "_top");
	menu.addSubItem("searchengineid", "Forum", "Forum",  "http://dust.altervista.org/phpBB2/", "_top");
	menu.addSubItem("searchengineid", "E-mail", "dustut2004@hotmail.it", "dustut2004@hotmail.it", "");
	menu.addSubItem("searchengineid", "Upload Screen", "Upload",  "http://dust.altervista.org/fileupload/upload.html", "");
	menu.addSubItem("searchengineid", "Screenshot", "Screenshot",  "http://dust.altervista.org/fileupload/index.php?gal=Gallery", "_top");

	menu.addSubItem("miscid", "Home", "Home",  "http://dust.altervista.org/index.html", "_top");
	menu.addSubItem("miscid", "", "",  "", "");
	menu.addSubItem("miscid", "", "",  "", "");

	menu.showMenu();
}