<!--
function openMediaPlayer(idMedia,idGrupo,tipo){
	var w = 600;
	var h = 400;
	var l = screen.width/2; l-=w/2;
	var t = screen.height/2; t-=t/2; //t-=parseInt(t/3);
	var opMPlayer = window.open('mediaPlayer.asp?idMedia='+idMedia+'&id1='+idGrupo,'opMPlayer','width='+w+',height='+h+',top='+t+',left='+l+',scrollbars=1,status=no');
	if (window.focus){opMPlayer.focus();}
}

function openMediaPod(qs){
	var w = 600;
	var h = 400;
	var l = screen.width/2; l-=w/2;
	var t = screen.height/2; t-=t/2; //t-=parseInt(t/3);
	var opMPlayer = window.open('mediaPlayerPod.asp?'+qs,'opMPlayer','width='+w+',height='+h+',top='+t+',left='+l+',scrollbars=1,status=no');
	if (window.focus){opMPlayer.focus();}
}


function playerAoVivo(){
	var w = 600;
	var h = 400;
	var l = screen.width/2; l-=w/2;
	var t = screen.height/2; t-=t/2; //t-=parseInt(t/3);
	var oplAoVivo = window.open('mediaPlayerAoVivo.asp','oplAoVivo','width='+w+',height='+h+',top='+t+',left='+l+',scrollbars=1,status=no');
	if (window.focus){oplAoVivo.focus();}
}

-->
