// JavaScript Document
function ver(){
	//alert(user);
if(document.getElementById){
   document.getElementById("cargando").style.visibility = 'visible'
   }
}
function nover(){
if(document.getElementById){
   document.getElementById("cargando").style.visibility = 'hidden'
   }
}




