function radio()

{

	var url = "Access_Film-Music_Radio_player.html";

	var width = 296;

	var height = 520;

	var left = 10;

	var top = 50;

	var options = "toolbar=no,status=no,resizable=yes,dependent=yes";

	options += ",width=" + width;

	options += ",height=" + height;

	options += ",left=" + left;

	options += ",top=" + top;

	window.open(url, 'title', options);

}