function getElementWithId(id)
{
	var obj;
	
	if(document.getElementById)
	{
		obj = document.getElementById(id);
	}
	else 
		if(document.all)
		{
			obj = document.all[id];
		}
	
	return obj;
}

function showDesertDwellers()
{	
	getElementWithId("desertDwellersAnchor").style.color = "#9EC723";		
	getElementWithId("davoGuassiAnchor").style.color = "";	
	getElementWithId("philipGlassAnchor").style.color = "";	
	getElementWithId("fashionUndergroundUKAnchor").style.color = "";
	getElementWithId("yanniAnchor").style.color = "";		
	getElementWithId("tempDiv").innerHTML = "<div align='center'><a href='../'>Home</a></div><br/>";
	
	var stream = ""+
"<embed type='application/x-shockwave-flash' src='http://cache.reverbnation.com/widgets/swf/15/widgetPlayer.swf?emailPlaylist=artist_151407&backgroundcolor=9EC723&font_color=333333&shuffle=&autoPlay=true' height='228' width='434' />"+
"<br/>";

	getElementWithId("mediaPlayerDiv").innerHTML = stream;	

	getElementWithId("textDiv").style.display = "none";	
	getElementWithId("mediaPlayerDiv").style.display = "block";	
}

function showPhilipGlass()
{
	getElementWithId("desertDwellersAnchor").style.color = "";		
	getElementWithId("davoGuassiAnchor").style.color = "";	
	getElementWithId("philipGlassAnchor").style.color = "#9EC723";	
	getElementWithId("fashionUndergroundUKAnchor").style.color = "";	
	getElementWithId("yanniAnchor").style.color = "";	
	getElementWithId("tempDiv").innerHTML = "<div align='center'><a href='../'>Home</a></div><br/>";
	
	//this is an example of the Flash MP3 Player
	
	/*
	var so = new SWFObject("mp3player/ep_player.swf", "mp3player/ep_player", "220", "265", "9", "#000000");
	so.addVariable("skin", "mp3player/skins/alien_green/skin.xml");
	so.addVariable("playlist", "mp3player/playlist.xml");
	so.addVariable("autoplay", "true");
	so.addVariable("shuffle", "false");
	so.addVariable("repeat", "false");
	so.addVariable("buffertime", "1");
	so.addParam("allowscriptaccess", "always");
	so.write("mediaPlayerDiv");
	*/
	
	getElementWithId("mediaPlayerDiv").innerHTML = ""+
"<iframe src ='http://www.philipglass.com/audioplayer/audioplayer.html' width='100%' height='265px' frameborder='0'>"+
"  <p>Your browser does not support iframes.</p>"+
"</iframe>";	
	
	getElementWithId("textDiv").style.display = "none";	
	getElementWithId("mediaPlayerDiv").style.display = "block";	
}

function showDavoGuassi()
{
	getElementWithId("desertDwellersAnchor").style.color = "";		
	getElementWithId("davoGuassiAnchor").style.color = "#9EC723";	
	getElementWithId("philipGlassAnchor").style.color = "";	
	getElementWithId("fashionUndergroundUKAnchor").style.color = "";	
	getElementWithId("yanniAnchor").style.color = "";	
	getElementWithId("tempDiv").innerHTML = "<div align='center'><a href='../'>Home</a></div><br/>";
	
	var stream = ""+
"<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' id='xspf_player' align='middle' height='15' width='252'>"+
"<param name='allowScriptAccess' value='sameDomain'>"+
"<param name='movie' value='http://www.rabihdagher.com/music/xspf/xspf_player_slim.swf?autoplay=on&repeat_playlist=on&playlist_url=http://www.rabihdagher.com/music/xspf/davoguassi.xspf?xn_auth=no'>"+
"<param name='quality' value='high'>"+
"<param name='bgcolor' value='#000000'>"+
"<embed src='http://www.rabihdagher.com/music/xspf/xspf_player_slim.swf?autoplay=on&repeat_playlist=on&playlist_url=http://www.rabihdagher.com/music/xspf/davoguassi.xspf?xn_auth=no' quality='high' bgcolor='#000000' name='xspf_player' allowscriptaccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' align='middle' height='15' width='252'>"+
"</object>";

	getElementWithId("mediaPlayerDiv").innerHTML = "<img src='davoguassi.jpg' width='252' height='200' /><br/>"+stream;	

	getElementWithId("textDiv").style.display = "none";	
	getElementWithId("mediaPlayerDiv").style.display = "block";	
}

function showFashionUndergroundUK()
{
	getElementWithId("desertDwellersAnchor").style.color = "";		
	getElementWithId("davoGuassiAnchor").style.color = "";	
	getElementWithId("philipGlassAnchor").style.color = "";	
	getElementWithId("fashionUndergroundUKAnchor").style.color = "#9EC723";	
	getElementWithId("yanniAnchor").style.color = "";	
	getElementWithId("tempDiv").innerHTML = "<div align='center'><a href='../'>Home</a></div><br/>";
	
	var stream = ""+
"<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' id='xspf_player' align='middle' height='15' width='252'>"+
"<param name='allowScriptAccess' value='sameDomain'>"+
"<param name='movie' value='http://www.davoguassi.com/mpl/xspf_player_slim.swf?autoplay=on&repeat_playlist=on&playlist_url=http://www.davoguassi.com/mpl/test.xspf?xn_auth=no'>"+
"<param name='quality' value='high'>"+
"<param name='bgcolor' value='#000000'>"+
"<embed src='http://www.davoguassi.com/mpl/xspf_player_slim.swf?autoplay=on&repeat_playlist=on&playlist_url=http://www.davoguassi.com/mpl/test.xspf?xn_auth=no' quality='high' bgcolor='#000000' name='xspf_player' allowscriptaccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' align='middle' height='15' width='252'>"+
"</object>";

	getElementWithId("mediaPlayerDiv").innerHTML = "<img src='fuuk.jpg' width='252' height='200' /><br/>"+stream;	

	getElementWithId("textDiv").style.display = "none";	
	getElementWithId("mediaPlayerDiv").style.display = "block";	
}

function showYanni()
{
	getElementWithId("desertDwellersAnchor").style.color = "";		
	getElementWithId("davoGuassiAnchor").style.color = "";	
	getElementWithId("philipGlassAnchor").style.color = "";	
	getElementWithId("fashionUndergroundUKAnchor").style.color = "";	
	getElementWithId("yanniAnchor").style.color = "#9EC723";		
	getElementWithId("tempDiv").innerHTML = "<div align='center'><a href='../'>Home</a></div><br/>";
	
	//this is an example of the Flash MP3 Player
	
	var so = new SWFObject("mp3player/ep_player.swf", "mp3player/ep_player", "220", "265", "9", "#000000");
	so.addVariable("skin", "mp3player/skins/alien_green/skin.xml");
	//so.addVariable("playlist", "mp3player/yanni.xml"); 
	so.addVariable("playlist", "mp3player/drums.xml"); //added the Drums playlist instead of Yanni
	//so.addVariable("autoplay", "true");
	so.addVariable("autoplay", "false"); //changed it from true to false
	so.addVariable("shuffle", "false");
	so.addVariable("repeat", "false");
	so.addVariable("buffertime", "1");
	so.addParam("allowscriptaccess", "always");
	so.write("mediaPlayerDiv");

	getElementWithId("textDiv").style.display = "none";	
	getElementWithId("mediaPlayerDiv").style.display = "block";	
}

