// JavaScript Document
function showvideo(videoname){
	var ancho =640// screen.availWidth;
	var alto = 495//screen.availHeight;

	var ventana = window.open('video.php?newvid='+videoname,'_blank','width='+ancho+',height='+alto+',left=0,top=0,screenX=0,screenY=0,scrollbars=0,titlebar=0,resizable=0');
	if(ventana==null || typeof(ventana.document)=="undefined") alert("AVISO:\n\nPara ver el contenido interactivo es necesario que quite\nel Bloqueo de Popups (ventanas) para este Sitio.");
}
