/* (C) Hotel Albaida 2001 */

var tipos=new Array(20);
var precios=new Array(20);
// TEMPORADA ALTA ----------------------------------------
tipos[0]="TEMPORADA ALTA HABITACION DOBLE";
precios[0]=0.0;
tipos[1]="TEMPORADA ALTA HABITACION DOBLE USO INDIVIDUAL";
precios[1]=0.0;
tipos[2]="TEMPORADA ALTA HABITACION INDIVIDUAL";
precios[2]=0.0;
tipos[3]="TEMPORADA ALTA CAMA SUPLETORIA";
precios[3]=0.0;
tipos[4]="TEMPORADA ALTA PENSION COMPLETA";
precios[4]=0.0;
tipos[5]="TEMPORADA ALTA MEDIA PENSION";
precios[5]=0.0;
// --------------------------------------------------------
// TEMPORADA MEDIA ----------------------------------------
tipos[6]="TEMPORADA MEDIA HABITACION DOBLE";
precios[6]=0.0;
tipos[7]="TEMPORADA MEDIA HABITACION DOBLE USO INDIVIDUAL";
precios[7]=0.0;
tipos[8]="TEMPORADA MEDIA HABITACION INDIVIDUAL";
precios[8]=0.0;
tipos[9]="TEMPORADA MEDIA CAMA SUPLETORIA";
precios[9]=0.0;
tipos[10]="TEMPORADA MEDIA PENSION COMPLETA";
precios[10]=0.0;
tipos[11]="TEMPORADA MEDIA MEDIA PENSION";
precios[11]=0.0;
// --------------------------------------------------------
// TEMPORADA BAJA -----------------------------------------
tipos[12]="TEMPORADA BAJA HABITACION DOBLE";
precios[12]=0.0;
tipos[13]="TEMPORADA BAJA HABITACION DOBLE USO INDIVIDUAL";
precios[13]=0.0;
tipos[14]="TEMPORADA BAJA HABITACION INDIVIDUAL";
precios[14]=0.0;
tipos[15]="TEMPORADA BAJA CAMA SUPLETORIA";
precios[15]=0.0;
tipos[16]="TEMPORADA BAJA PENSION COMPLETA";
precios[16]=0.0;
tipos[17]="TEMPORADA BAJA MEDIA PENSION";
precios[17]=0.0;
// --------------------------------------------------------


