function abrirVentanaFormEntradas () {
	var opciones="toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, width=460, height=500, top=85, left=140";
	a = window.open("http://www.ciclodecinesuperpollo.cl/entradas_a_usuarios/","",opciones);
	
	if( !a ){
		alert("Por favor, habilite los PopUps para poder abrir el formulario de Entradas");
	}
}

function abrirVentanaFormVideos () {
	var opciones="toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, width=460, height=500, top=85, left=140";
	a = window.open("http://www.ciclodecinesuperpollo.cl/subir_archivos_barra_progreso/","",opciones);
	
	if( !a ){
		alert("Por favor, habilite los PopUps para poder abrir el formulario de Entradas");
	}
}
