function popup(url) {
	opciones = 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=' + screen.availWidth +',height=' + screen.availHeight + ',left=0,top=0,fullscreen=1';
	window.open(url, 'popUp', opciones);
}