<!--
	function Radio(Id)
	{
		var ventana = window.open("radio/radio.php","Ventana","status=0,menubar=0,scrollbars=0,rezisable=0,width=300,height=260,left=350,top=170");
	};

	function Video1(Id)
	{
		var ventana = window.open("video1.php","Ventana","status=0,menubar=0,scrollbars=0,rezisable=0,width=300,height=320,left=350,top=170");
	};

	function Video2(Id)
	{
		var ventana = window.open("video2.php","Ventana","status=0,menubar=0,scrollbars=0,rezisable=0,width=300,height=320,left=350,top=170");
	};

	function Video3(Id)
	{
		var ventana = window.open("video3.php","Ventana","status=0,menubar=0,scrollbars=0,rezisable=0,width=300,height=320,left=350,top=170");
	};

	function VideoHoraZulu(Id)
	{
		var ventana = window.open("../videohorazulu.php","Ventana","status=0,menubar=0,scrollbars=0,rezisable=0,width=500,height=400,left=350,top=170");
	};

-->