// JavaScript Document

function lightEncuestaOn(){
	document.getElementById('lightbox_encuesta').style.display='block'; 
	document.getElementById('fondo').style.display='block';	}
	
function lightEncuestaOff(){
	document.getElementById('lightbox_encuesta').style.display='none'; 
	document.getElementById('fondo').style.display='none';
	window.print();
}

function lightLocalidadOn(){
	document.getElementById('LightboxLocalidad').style.display 	= 	'block'; 
	document.getElementById('fade').style.display 		    	= 	'block';
}
	
function lightLocalidadOff(){
	document.getElementById('LightboxLocalidad').style.display 	= 	'none'; 
	document.getElementById('fade').style.display 				=	'none';
}
