/*JS DOCUMENT*/

function openForm(url){
	window.open(url+'/formulario.php','Form','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=780,height=500,screenX=0,screenY=0,top=0,left=0')	
}

