 //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", "Pro Flow Hot Spots", "Pro Flow Hot Spots",  null, null);
	menu.addItem("searchengineid", "The Music Solution", "The Music Solution",  null, null);
	menu.addItem("newsid", "Network Links", "Network Links",  null, null);
	menu.addItem("freedownloadid", "About Us", "About Us",  null, null);

	menu.addSubItem("webmasterid", "Home", "Home!",  "http://www.maxheat.com/maxheat.html", "");
	menu.addSubItem("webmasterid", "ProFlowRadio.com", "ProFlowRadio.com",  "http://www.proflowradio.com", "");
	menu.addSubItem("webmasterid", "MaxHeat Site Menu", "MaxHeat Site Menu",  "http://www.maxheat.com/menu.html", "");	
	menu.addSubItem("webmasterid", "Radio Playlists", "Radio Playlists",  "http://www.maxheat.com/playlist.html", "");
	menu.addSubItem("webmasterid", "Max Charity Org", "Max Charity Org", "http://maxcharity.org", "");
	menu.addSubItem("webmasterid", "Carry the Show!", "Carry the Show!",  "http://www.proflowradio.com/syndication.html", "");


	menu.addSubItem("searchengineid", "Home", "Home!",  "http://www.maxheat.com/maxheat.html", "");
	menu.addSubItem("searchengineid", "King Pain: Red Dragon", "King Pain: Red Dragon",  "http://www.maxheat.com/kingpainm3/painmain.html", "");
	menu.addSubItem("searchengineid", "MaD MaXxx Music", "MaD MaXxx's Music", "http://www.maxheat.com/musik.html", "");
	menu.addSubItem("searchengineid", "Pro Flow Definition", "Pro Flow Definition",  "http://www.proflowradio.com/proflow.html", "");	
	menu.addSubItem("searchengineid", "Shockwave Studio", "Shockwave Studio", "http://beats.maxheat.com", "");
	menu.addSubItem("searchengineid", "Music Reviews", "Music Reviews", "http://maxheat.com/press.html", "");


	menu.addSubItem("newsid", "Home", "Home",  "http://www.maxheat.com/maxheat.html", "");
	menu.addSubItem("newsid", "You Tube", "You Tube",  "http://www.youtube.com/maxheatm3", "");
      	menu.addSubItem("newsid", "Twitter", "Twitter",  "http://twitter.com/maxheat", "");
	menu.addSubItem("newsid", "Myspace", "Myspace",  "http://www.myspace.com/maxheatm3", "");
	menu.addSubItem("newsid", "Facebook", "Facebook",  "http://facebook.com/maxheat", "");
	menu.addSubItem("newsid", "Reverbnation", "Reverbnation",  "http://reverbnation.com/maxheat", "");
	menu.addSubItem("newsid", "Lava E-Magazine", "Lava E-Magazine",  "http://www.maxheat.com/interviewpress0.html", "");
	
	
	menu.addSubItem("freedownloadid", "Home", "Home!",  "http://www.maxheat.com/maxheat.html", "");
	menu.addSubItem("freedownloadid", "Contact Us", "Contact Us",  "http://www.maxheat.com/holla.html", "");	
	menu.addSubItem("freedownloadid", "Who's MaxHeat", "Who's MaxHeat",  "http://www.maxheat.com/bio.html", "");
	menu.addSubItem("freedownloadid", "YouCanGetItInSchool.com", "YouCanGetItInSchool.com",  "http://YouCanGetItInSchool.com", "");    	
	menu.addSubItem("freedownloadid", "Press PR", "Press PR",  "http://www.maxheat.com/press04.html", "");
	
	menu.showMenu();
}