function download(ShowTitle)
{
	Source = "http://www.checkoutwax.com/hiphopshow/";
	Link = Source + ShowTitle;
	window.open(Link);
}

function play(ShowTitle)
{
	Source = "http://web.telia.com/~u87601262/sidor/ram_sounds/";
	URL = Source + ShowTitle;
	MyWindow = window.open(URL, '','width=150,height=150');	
	//window.alert("Timeout starting..");
	//setTimeout('500');
	//window.alert("Timeout ended!");
	//MyWindow.close();
	//window.open(URL);
	//A HREF="javascript:void(0)" onClick="MyWindow = window.open('stracy.jpg','Spencer','width=190,height=210');" >Another window</A>
	//<BR>
	//<A HREF="javascript:void(0)" onClick="MyWindow.close();">Close the window</A>
}




function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("vinyltrade", "Record Trading Section", "Record Trading Section",  null, null);
	menu.addItem("hiphopshow", "Mix CD's & Internet Radio Show Section", "Mix CD's & Internet Radio Show Section",  null, null);
	menu.addItem("myCollection", "My Record Collection Section", "My Record Collection",  null, null);
	menu.addItem("links", "LINKS", "LINKS",  null, null);
	menu.addItem("mailMe", "E-Mail Me!", "E-Mail Me!", null, null);

	menu.addSubItem("vinyltrade", "Start Page", "Start Page",  "http://web.telia.com/~u87601262/index.html");
	menu.addSubItem("vinyltrade", "Main menu & Rules", "Main menu & Rules",  "http://web.telia.com/~u87601262/sidor/recTrade.html");
	menu.addSubItem("vinyltrade", "Vinyl Trade List", "Vinyl Trade List",  "http://web.telia.com/~u87601262/sidor/vinyl.html");
	menu.addSubItem("vinyltrade", "Want List", "Want List",  "http://web.telia.com/~u87601262/sidor/wantlist.html");
	menu.addSubItem("vinyltrade", "Record Grading System", "Record Grading System",  "http://web.telia.com/~u87601262/sidor/explain.html");
	menu.addSubItem("vinyltrade", "CD Trade List", "CD Trade List",  "http://web.telia.com/~u87601262/sidor/cd.html");
	//menu.addSubItem("vinyltrade", "", "",  "");
	//menu.addSubItem("vinyltrade", "", "",  "");
	//menu.addSubItem("vinyltrade", "", "",  "");

	menu.addSubItem("hiphopshow", "Start Page", "Start Page",  "http://web.telia.com/~u87601262/index.html");
	menu.addSubItem("hiphopshow", "Latest Hip Hop Show", "Latest Hip Hop Show",  "http://web.telia.com/~u87601262/sidor/latestShow.html");
	menu.addSubItem("hiphopshow", "Mix CD's for Sale", "Mix CD's For Sale",  "http://web.telia.com/~u87601262/sidor/mixtapes.html");
	menu.addSubItem("hiphopshow", "Hip Hop Shows Archive", "Hip Hop Shows Archive",  "http://web.telia.com/~u87601262/sidor/archives.html");
	//menu.addSubItem("hiphopshow", "", "",  "");
	//menu.addSubItem("hiphopshow", "", "",  "");
	//menu.addSubItem("hiphopshow", "", "",  "");
	//menu.addSubItem("hiphopshow", "", "",  "");

	menu.addSubItem("myCollection", "Start Page", "Start Page",  "http://web.telia.com/~u87601262/index.html");
	menu.addSubItem("myCollection", "My Collection", "My Collection",  "http://www.labelscans.com");
	menu.addSubItem("myCollection", "Dilated Peoples", "Dilated Peoples",  "http://www.labelscans.com/default.php?action=showAL&id=14");
	menu.addSubItem("myCollection", "Gang Starr", "Gang Starr",  "http://www.labelscans.com/default.php?action=showAL&id=11");
	menu.addSubItem("myCollection", "Hard 2 Obtain", "Hard 2 Obtain",  "http://www.labelscans.com/default.php?action=showAL&id=6");
	menu.addSubItem("myCollection", "J-Live", "J-Live",  "http://www.labelscans.com/default.php?action=showAL&id=10");
	menu.addSubItem("myCollection", "KMD / M.F. Doom", "KMD / M.F. Doom",  "http://www.labelscans.com/default.php?action=showAL&id=1");
	menu.addSubItem("myCollection", "Kool Keith / UltraMagnetc MC's", "Kool Keith / UltraMagnetc MC's",  "http://www.labelscans.com/default.php?action=showAL&id=17");
      menu.addSubItem("myCollection", "Loop Troop / Promoe", "Loop Troop / Promoe",  "http://www.labelscans.com/default.php?action=showAL&id=16");
      menu.addSubItem("myCollection", "Lord Finesse", "Lord Finesse",  "http://www.labelscans.com/default.php?action=showAL&id=7");
      //menu.addSubItem("myCollection", "", "",  "");
      //menu.addSubItem("myCollection", "", "",  "");
      //menu.addSubItem("myCollection", "", "",  "");
      //menu.addSubItem("myCollection", "", "",  "");

	menu.addSubItem("links", "Start Page", "Start Page",  "http://web.telia.com/~u87601262/index.html");
	menu.addSubItem("links", "Links", "Links",  "http://web.telia.com/~u87601262/sidor/links.html");
	//menu.addSubItem("links", "", "", "");
	//menu.addSubItem("links", "", "", "");
	//menu.addSubItem("links", "", "", "");

	menu.addSubItem("mailMe", "Start Page", "Start Page",  "http://web.telia.com/~u87601262/index.html");
	menu.addSubItem("mailMe", "My E-mail address", "This is my current e-Mail address",  "http://web.telia.com/~u87601262/sidor/myEmail.html");
	//menu.addSubItem("mailMe", "", "",  "");
	//menu.addSubItem("mailMe", "", "",  "");
	//menu.addSubItem("mailMe", "", "",  "");

	menu.showMenu();
}