function Encuesta(e) {
	rta = showModalDialog('responderencuesta.asp?enc=' + e + '&pag=2','','dialogWidth:680px;dialogHeight:535px;help:0;status:0;scrollbar=no');
	if ((rta+'').length>9) window.open('includes/REGSurvey.asp?enc=' + e + '&arreglo=' + rta,'win','toolbar=no,scrollbars=no,menubar=no,resizable=no,status=no,titlebar=0,location=no,directories=no,width=100,left=50000,height=50');	
}