function Cargar()
{
}


// Definicion de Clase TCasa
/////////////////////////////////////////////////////////
function TCasa()
{
  this.id_casa=0;
  this.id_propietario=0;
  this.cod_online="";
  this.nombre="";
  this.nombre_propietario="";
  this.cif="";
  this.telefono1="";
  this.telefono2="";
  this.fax="";
  this.telefono_avs="";
  this.direccion="";
  this.cp="";
  this.email="";
  this.url="";
  this.cuenta_corriente="";
  this.sucursal="";
  this.condicion_reserva="";
  this.estadoscr=0;
  this.iva_hab=0;
  this.comportamiento_hotel=false;
  this.Cargar=Cargar;
  this.nombre_provincia="";
  this.nombre_municipio="";
  this.localidad="";
  this.ocupacion_min=0;
  this.ocupacion_max=0;
  this.precio_medio=0;
}
