function openPOPup(theURL)
{
 window.open(theURL,'player','width=400,height=355');

}

function goPlay(url)
{

	Player.URL = url;
	Player.controls.play();
}
