function showPlayer(album)
{
	switch (album)
	{
		case 'stelsewhere':
			window.open('http://link.brightcove.com/services/player/bcpid1513658682','GnarlsBarkleyStElsewhereMusicVideos','scrollbars=no,resizable=no,status=no,width=520,height=587');
		break;
		case 'oddcouple':
			window.open('http://link.brightcove.com/services/player/bcpid1517481432','GnarlsBarkleyTheOddCoupleMusicVideos','scrollbars=no,resizable=no,status=no,width=520,height=587');
		break;
	
	}
}