     function redirect(URL)
     {
       document.location=URL;
       return false;
     }
	 
	
function ventana (URL){
	  /* window.open(URL,"Gestor","width=1024,height=768,scrollbars=yes,menubar=NO,toolbar=NO,location=NO")*/
  window.open(URL,"Gestor","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=YES,fullscreen=YES,top=0,left=0")
  
}

