// JavaScript Document
function submitencuesta()
{
	form = document.frm_encuesta;
	if(validateFields(form))
	{
		form.submit();
	}
}
