function imprimirSin(ser,prog){
	var propiedades = 'height=300,width=587,top='+(screen.height-300)/2+',left='+(screen.width-587)/2+',scrollbars=no,resizable=no,dependent=yes,alwaysraised=yes,toolbar=no'
	msgWindow=window.open('sinopsisp.asp?ser='+ser+'&prog='+prog,'vtnSinopsisP',propiedades)
	msgWindow.focus()
}

function w800x600(imagen){
	var propiedades = 'height=300,width=400,top='+(screen.height-300)/2+',left='+(screen.width-400)/2+',scrollbars=no,resizable=no,dependent=yes,alwaysraised=yes,toolbar=no'
	msgWindow=window.open('w800x600.asp?imagen='+imagen,'vtn800x600',propiedades)
	msgWindow.focus()
}

function w1024x768(imagen){
	var propiedades = 'height=384,width=512,top='+(screen.height-384)/2+',left='+(screen.width-512)/2+',scrollbars=no,resizable=no,dependent=yes,alwaysraised=yes,toolbar=no'
	msgWindow=window.open('w1024x768.asp?imagen='+imagen,'vtn1024x768',propiedades)
	msgWindow.focus()
}

function video(url){
	Player.URL=url;
}
function pantallaCompleta(){
	if(Player.playState == '3'){Player.fullscreen=true;}
}
