function destacaPlayer() {
	width = 480;
	height = 370;
	leftVal = (screen.width - width) / 2;
	topVal = (screen.height - height) / 3.5;
	window.open('Player_Tvi.asp','video_pop_','width=' + width + ',height=' + height + ',toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,top=' + topVal + ',left=' + leftVal);
	//WM.controls.stop();
	return false;
}
