	/*
		Designed and written by A. Taylor		
		Licensed to 'SoundsOrange.com - United Kingdom'		
		(c) Copyright A.Taylor 2006, 2007
		All rights reserved.

		Duplication, in whole or part is expressly forbidden.
		To report infringement contact:
		+44 (0)208 373 2361
		legal@soundsorange.com
	
		Version 1.0
		Last modified 18/02/2010
	*/
	
	// <![CDATA[
				
	// SoundsOrange Player
		var SoundsPurplePlayer = '';
		var newTrack = new Array();
		function showPlayer(title, artist, albumname, previewpath, imagepath, packageid, productid, type, bitrate, genre) 
		{
			if (!SoundsPurplePlayer.closed && SoundsPurplePlayer.location) 
			{
				SoundsPurplePlayer = window.open('http://www.soundspurple.com/modules/mod_show_player.php?title=' + title + '&artist=' + artist + '&albumname=' + albumname + '&previewpath=' + previewpath + '&imagepath=http://www.soundspurple.com' + imagepath + '&packageid=' + packageid + '&productid=' + productid +'&type=' + type + '&bitrate=' + bitrate + '&genre=' + genre, 'SoundsPurplePlayer', 'height=497,width=320,copyhistory=no,directories=no,location=no,menubar=no,resizable=yes,scrollbars=no,scrolling=no,status=no,toolbar=no');
			} else {
				SoundsPurplePlayer = window.open('http://www.soundspurple.com/modules/mod_show_player.php?title=' + title + '&artist=' + artist + '&albumname=' + albumname + '&previewpath=' + previewpath + '&imagepath=http://www.soundspurple.com' + imagepath + '&packageid=' + packageid + '&productid=' + productid +'&type=' + type + '&bitrate=' + bitrate + '&genre=' + genre, 'SoundsPurplePlayer', 'height=497,width=320,copyhistory=no,directories=no,location=no,menubar=no,resizable=yes,scrollbars=no,scrolling=no,status=no,toolbar=no');
			}
			if (window.focus) { SoundsPurplePlayer.focus(); }
			return false;
		}

	// SoundsOrange Radio
		var SoundsPurpleRadio = '';
		function showRadio() 
		{
			if (!SoundsPurpleRadio.closed && SoundsPurpleRadio.location) 
			{
				SoundsPurpleRadio = window.open('http://www.soundspurple.com/radio/', 'SoundsPurpleRadio', 'height=605,width=680,copyhistory=no,directories=no,location=no,menubar=no,resizable=yes,scrollbars=no,scrolling=no,status=no,toolbar=no');
			} else {
				SoundsPurpleRadio = window.open('http://www.soundspurple.com/radio/', 'SoundsPurpleRadio', 'height=605,width=680,copyhistory=no,directories=no,location=no,menubar=no,resizable=yes,scrollbars=no,scrolling=no,status=no,toolbar=no');
			}
			if (window.focus) { SoundsPurpleRadio.focus(); }
		}
		
	// ]]>
