﻿		//Tarifs du camping
//
// Les tarifs 2011 sont pris à partir du tableau prix11a1 et prix11a2 en concordance avec les dates date11 pour
// etre utilisé par le fichier tableau.js
// Le but de ce fichier est de fournir au fichier tableau.js les éléments que celui-ci va placer dans le tableau qui ne sont pas de la mise en forme
// Cependant, les éléments sont classés par ordre chronologique et les inserts sont à inclure ici (piscine chauffée en colspan)
// Tout ceci afin de pouvoir changer le tableau d'une année sur l'autre et de changer la mise en forme pour tout lorsqu'on en a envie.
// pour la calculette, il faudra réassocier les tarifs avec leur description, ou plus simplement réafficher le simili  tableau des tarifs avec un champ de saisie à côté.

// communs
if (window.fich){
var fotent='<p><img src="'+fich+'Images/iconeTarifs1.gif" height="29" width="94"></p>',focarav='<p><img src="'+fich+'Images/iconeTarifs2.gif" height="29" width="98"></p>',foccar='<p><img src="'+fich+'Images/iconeTarifs3.gif" height="37" width="96"></p>';
var pers='<p><img src="'+fich+'Images/iconePersonne.gif" height="42" width="102"></p>',enfg='<p><img src="'+fich+'Images/iconeEnfant2.gif" height="42" width="110"></p>',enfp='<p><img src="'+fich+'Images/iconeEnfant.gif" height="42" width="110"></p>',bebe='<p><img src="'+fich+'Images/iconeBebe.gif" height="42" width="102"></p>',el16='<p><img src="'+fich+'Images/iconePrise16A.gif" height="44" width="113"></p>',tent='<p><img src="'+fich+'Images/iconeTente.gif" height="44" width="113"></p>',voit='<p><img src="'+fich+'Images/iconeVoiture.gif" height="44" width="113"></p>',frigo='<p><img src="'+fich+'Images/iconeFrigo.gif" height="35" width="35"></p>',eau='<p><img src="'+fich+'Images/iconeArriveeDeau.gif" height="45" width="113"></p>',auv='<p><img src="'+fich+'Images/iconeCaravane.gif" height="44" width="114"></p>',xl='<p><img src="'+fich+'Images/iconeXL.gif" height="44" width="114"></p>';
}
else{alert("Il faut définir la variable 'fich' dans la page");}

tpers = new Array
tpers["fr"]='Personne';
tpers["de"]='Person';
tpers["en"]='Extra person';
tpers["hol"]='Extra Persoon';
tpers["dan"]='Ekstra Person';
tenfg = new Array
tenfg["fr"]='Enfant (de 8 &agrave; 12ans)';
tenfg["de"]='Kind (8 bis 12 Jahre alt)';
tenfg["en"]='Child (8 to 12 years old)';
tenfg["hol"]='Kind van 8 - 12 jaar';
tenfg["dan"]='B&oslash;rn (8 til 12 years)';
tenfp = new Array
tenfp["fr"]='Enfant (de 2 &agrave; 7ans)';
tenfp["de"]='Kind (2 bis 7 Jahre alt)';
tenfp["en"]='Child (2 to 7 years old)';
tenfp["hol"]='Kind van 2 - 7 jaar';
tenfp["dan"]='B&oslash;rn (2 til 7 years)';
tbebe = new Array
tbebe["fr"]='Enfant (moins de 2ans)';
tbebe["de"]='Kind (unter 2 Jahre)';
tbebe["en"]='Baby (less than 2 years old)';
tbebe["hol"]='Kind minder 2 jaar';
tbebe["dan"]='B&oslash;rn (f&aelig;rre 2 year)';
tel16 = new Array
tel16["fr"]='Prise europ&eacute;enne (16A)';
tel16["de"]='Europ&auml;ische Stecker (16 Amps)';
tel16["en"]='European plug (16 Amps)';
tel16["hol"]='Electriciteitsaansluiting 16A (Europees)';
tel16["dan"]='Europ&aelig;isk stik (16 amp)';
ttent = new Array
ttent["fr"]='Tente suppl.';
ttent["de"]='Extra Zelt';
ttent["en"]='Extra Tent';
ttent["hol"]='Extra Tent';
ttent["dan"]='Ekstra Telt';
tvoit = new Array
tvoit["fr"]='Voiture suppl.';
tvoit["de"]='Extra Auto';
tvoit["en"]='Extra Car';
tvoit["hol"]='Extra Auto';
tvoit["dan"]='Ekstra Bil';
tfrigo = new Array
tfrigo["fr"]='Location de r&eacute;frig&eacute;rateur<br>&agrave; la nuit&eacute;e';
tfrigo["de"]='K&uuml;hlschrank Mietung<br>pro Nacht';
tfrigo["en"]='Refrigerator Rent<br>(per night)';
tfrigo["hol"]='Koelkast<br>per nacht';
tfrigo["dan"]='Refrigerator Rent<br>(per night)';
teau = new Array
teau["fr"]='Adduction + &eacute;vacuation d\'eau<br>(tout confort)';
teau["de"]='Wasser anfluss &amp; Wasser ausfluss';
teau["en"]='Water &amp; discharge water<br>(tout confort)';
teau["hol"]='Water aan- en afvoer';
teau["dan"]='Vand og spildevand<br>(tout confort)';
tauv = new Array
tauv["fr"]='Auvent ferm&eacute;';
tauv["de"]='Geschlossene Vorzelt f&uuml;r Wohnwagen';
tauv["en"]='Closed awning for caravan';
tauv["hol"]='Gesloten voortent bij een caravan';
tauv["dan"]='Fortelt (lukkt) til Campingvogne';
txl = new Array
txl["fr"]='emplacement XL +';
txl["de"]='Stellplatz XL +';
txl["en"]='pitch XL +';
txl["hol"]='plaats XL +';
txl["dan"]='plads XL +';

/* ANNEE 

   2012*/

/* Périodes  2012*/

date12= new Array()
date12["explode"]=true;
date12["mirroir"]=false;
date12["arcenciel"]="centré";
date12["début"]= new Array()
date12["début"][0]= new Array() // zone tarifaire 1, début de la période ; une zone peut contenir plusieurs périodes
date12["début"][1]= new Array() //zone2
date12["début"][2]= new Array()
date12["début"][3]= new Array()
date12["fin"]= new Array()
date12["fin"][0]= new Array() // zone tarifaire 1, fin de la période
date12["fin"][1]= new Array()
date12["fin"][2]= new Array()
date12["fin"][3]= new Array()

//zone1
date12["début"][0][0]= "01/04";
date12["fin"][0][0]= "30/04";
date12["début"][0][1]= "01/10";
date12["fin"][0][1]= "14/10";

//zone2
date12["début"][1][0]= "01/05";
date12["fin"][1][0]= "06/07";
date12["début"][1][1]= "27/08";
date12["fin"][1][1]= "30/09";

//zone3
date12["début"][2][0]= "07/07";
date12["fin"][2][0]= "20/07";
date12["début"][2][1]= "18/08";
date12["fin"][2][1]= "26/08";

//zone4
date12["début"][3][0]= "21/07";
date12["fin"][3][0]= "17/08";

date12a2= new Array()
date12a2["explode"]=true;
date12a2["mirroir"]=false;
date12a2["arcenciel"]="centré";
date12a2["début"]= new Array()
date12a2["début"][0]= new Array() // zone tarifaire 1, début de la période ; une zone peut contenir plusieurs périodes
date12a2["début"][1]= new Array() //zone2
date12a2["début"][2]= new Array()
date12a2["début"][3]= new Array()
date12a2["fin"]= new Array()
date12a2["fin"][0]= new Array() // zone tarifaire 1, fin de la période
date12a2["fin"][1]= new Array()
date12a2["fin"][2]= new Array()
date12a2["fin"][3]= new Array()

//zone1
date12a2["début"][0][0]= "01/04";
date12a2["fin"][0][0]= "30/04";
date12a2["début"][0][1]= "01/10";
date12a2["fin"][0][1]= "14/10";

//zone2
date12a2["début"][1][0]= "01/05";
date12a2["fin"][1][0]= "06/07";
date12a2["début"][1][1]= "27/08";
date12a2["fin"][1][1]= "30/09";

//zone3
date12a2["début"][2][0]= "07/07";
date12a2["fin"][2][0]= "26/08";
date12a2["début"][2][1]= "07/07";
date12a2["fin"][2][1]= "26/08";

//zone4
date12a2["début"][3][0]= "07/07";
date12a2["fin"][3][0]= "26/08";


/* Tableau Prix 2012
   */

prix12a1 = new Array()

prix12a1["distribution"]="en colonne"; //tarifs en ligne & périodes en colonnes
prix12a1["prefixdate"]="";
prix12a1["arcenciel"]=true;
prix12a1["fusioncel"]=true;
prix12a1["inserts"] = new Array()
/*prix12a1["inserts"][0] = new Array()
prix12a1["inserts"][0]["poslign"]=0;
prix12a1["inserts"][0]["poscol"]=2;
prix12a1["inserts"][0]["pan"]='02,01'; // colspan2 rowspan1
prix12a1["inserts"][0]["style"]='background-color:#a0ffe0;font-weight: bold;';
prix12a1["inserts"][0]["fr"]='Piscine chauff&eacute;e';
prix12a1["inserts"][0]["de"]='Geheizt Schwimmbad';
prix12a1["inserts"][0]["en"]='Heated Swimming Pool';
prix12a1["inserts"][0]["hol"]='Verwarmd zwembad';
prix12a1["inserts"][0]["dan"]='Udend&oslash;rs svimming-pool';*/

prix12a1["angle"] = new Array()
prix12a1["angle"]["fr"]='Services';
prix12a1["angle"]["de"]='Pauschalpreis';
prix12a1["angle"]["en"]='Services';
prix12a1["angle"]["hol"]='Voorzieningen';
prix12a1["angle"]["dan"]='Services';

prix12a1["type"] = new Array()
prix12a1["type"][0] = new Array()
prix12a1["type"][0]["fr"]=fotent;
prix12a1["type"][0]["de"]=fotent;
prix12a1["type"][0]["en"]=fotent;
prix12a1["type"][0]["dan"]=fotent;
prix12a1["type"][0]["hol"]=fotent;
prix12a1["type"][0][0]= "13 &euro;";
prix12a1["type"][0][1]= "16 &euro;";
prix12a1["type"][0][2]= "21 &euro;";
prix12a1["type"][0][3]= "25 &euro;";
prix12a1["type"][0][4]= "21 &euro;";
prix12a1["type"][0][5]= "16 &euro;";
prix12a1["type"][0][6]= "13 &euro;";
prix12a1["type"][1] = new Array()
prix12a1["type"][1]["fr"]=focarav;
prix12a1["type"][1]["de"]=focarav;
prix12a1["type"][1]["en"]=focarav;
prix12a1["type"][1]["hol"]=focarav;
prix12a1["type"][1]["dan"]=focarav;
prix12a1["type"][1][0]= "13 &euro;";
prix12a1["type"][1][1]= "16 &euro;";
prix12a1["type"][1][2]= "21 &euro;";
prix12a1["type"][1][3]= "25 &euro;";
prix12a1["type"][1][4]= "21 &euro;";
prix12a1["type"][1][5]= "16 &euro;";
prix12a1["type"][1][6]= "13 &euro;";
prix12a1["type"][2] = new Array()
prix12a1["type"][2]["fr"]=foccar;
prix12a1["type"][2]["de"]=foccar;
prix12a1["type"][2]["en"]=foccar;
prix12a1["type"][2]["dan"]=foccar;
prix12a1["type"][2]["hol"]=foccar;
prix12a1["type"][2][0]= "13 &euro;";
prix12a1["type"][2][1]= "16 &euro;";
prix12a1["type"][2][2]= "21 &euro;";
prix12a1["type"][2][3]= "25 &euro;";
prix12a1["type"][2][4]= "21 &euro;";
prix12a1["type"][2][5]= "16 &euro;";
prix12a1["type"][2][6]= "13 &euro;";


prix12a2 = new Array()

prix12a2["distribution"]="en ligne";
prix12a2["prefixdate"]="a2";
prix12a2["arcenciel"]=true;
prix12a2["fusioncel"]=true;
prix12a2["inserts"] = new Array()

prix12a2["angle"] = new Array()
prix12a2["angle"]["fr"]='Services';
prix12a2["angle"]["de"]='Beschreibung';
prix12a2["angle"]["en"]='Services';
prix12a2["angle"]["hol"]='Diensten';
prix12a2["angle"]["dan"]='Services';

prix12a2["type"] = new Array()
prix12a2["type"][0] = new Array()
prix12a2["type"][0]["fr"]=pers+tpers["fr"];
prix12a2["type"][0]["de"]=pers+tpers["de"];
prix12a2["type"][0]["en"]=pers+tpers["en"];
prix12a2["type"][0]["hol"]=pers+tpers["hol"];
prix12a2["type"][0]["dan"]=pers+tpers["dan"];
prix12a2["type"][0][0]= "4,50 &euro;";
prix12a2["type"][0][1]= "5,50 &euro;";
prix12a2["type"][0][2]= "7,50 &euro;";
prix12a2["type"][0][3]= "7,50 &euro;";
prix12a2["type"][0][4]= "7,50 &euro;";
prix12a2["type"][0][5]= "5,50 &euro;";
prix12a2["type"][0][6]= "4,00 &euro;";
prix12a2["type"][1] = new Array()
prix12a2["type"][1]["fr"]=enfg+tenfg["fr"];
prix12a2["type"][1]["de"]=enfg+tenfg["de"];
prix12a2["type"][1]["en"]=enfg+tenfg["en"];
prix12a2["type"][1]["hol"]=enfg+tenfg["hol"];
prix12a2["type"][1]["dan"]=enfg+tenfg["dan"];
prix12a2["type"][1][0]= "3,00 &euro;";
prix12a2["type"][1][1]= "4,00 &euro;";
prix12a2["type"][1][2]= "5,50 &euro;";
prix12a2["type"][1][3]= "5,50 &euro;";
prix12a2["type"][1][4]= "5,50 &euro;";
prix12a2["type"][1][5]= "4,00 &euro;";
prix12a2["type"][1][6]= "3,00 &euro;";
prix12a2["type"][2] = new Array()
prix12a2["type"][2]["fr"]=enfp+tenfp["fr"];
prix12a2["type"][2]["de"]=enfp+tenfp["de"];
prix12a2["type"][2]["en"]=enfp+tenfp["en"];
prix12a2["type"][2]["hol"]=enfp+tenfp["hol"];
prix12a2["type"][2]["dan"]=enfp+tenfp["dan"];
prix12a2["type"][2][0]= "1,50 &euro;";
prix12a2["type"][2][1]= "2,50 &euro;";
prix12a2["type"][2][2]= "3,00 &euro;";
prix12a2["type"][2][3]= "3,00 &euro;";
prix12a2["type"][2][4]= "3,00 &euro;";
prix12a2["type"][2][5]= "2,50 &euro;";
prix12a2["type"][2][6]= "1,50 &euro;";
prix12a2["type"][3] = new Array()
prix12a2["type"][3]["fr"]=bebe+tbebe["fr"];
prix12a2["type"][3]["de"]=bebe+tbebe["de"];
prix12a2["type"][3]["en"]=bebe+tbebe["en"];
prix12a2["type"][3]["hol"]=bebe+tbebe["hol"];
prix12a2["type"][3]["dan"]=bebe+tbebe["dan"];
prix12a2["type"][3][0]= "0,00 &euro;";
prix12a2["type"][3][1]= "0,20 &euro;";
prix12a2["type"][3][2]= "0,50 &euro;";
prix12a2["type"][3][3]= "0,50 &euro;";
prix12a2["type"][3][4]= "0,50 &euro;";
prix12a2["type"][3][5]= "0,20 &euro;";
prix12a2["type"][3][6]= "0,00 &euro;";
prix12a2["type"][4] = new Array()
prix12a2["type"][4]["fr"]=el16+tel16["fr"];
prix12a2["type"][4]["de"]=el16+tel16["de"];
prix12a2["type"][4]["en"]=el16+tel16["en"];
prix12a2["type"][4]["hol"]=el16+tel16["hol"];
prix12a2["type"][4]["dan"]=el16+tel16["dan"];
prix12a2["type"][4][0]= "4,00 &euro;";
prix12a2["type"][4][1]= "4,00 &euro;";
prix12a2["type"][4][2]= "4,00 &euro;";
prix12a2["type"][4][3]= "4,00 &euro;";
prix12a2["type"][4][4]= "4,00 &euro;";
prix12a2["type"][4][5]= "4,00 &euro;";
prix12a2["type"][4][6]= "4,00 &euro;";
prix12a2["type"][5] = new Array()
prix12a2["type"][5]["fr"]=voit+tvoit["fr"];
prix12a2["type"][5]["de"]=voit+tvoit["de"];
prix12a2["type"][5]["en"]=voit+tvoit["en"];
prix12a2["type"][5]["hol"]=voit+tvoit["hol"];
prix12a2["type"][5]["dan"]=voit+tvoit["dan"];
prix12a2["type"][5][0]= "6,00 &euro;";
prix12a2["type"][5][1]= "6,00 &euro;";
prix12a2["type"][5][2]= "6,00 &euro;";
prix12a2["type"][5][3]= "6,00 &euro;";
prix12a2["type"][5][4]= "6,00 &euro;";
prix12a2["type"][5][5]= "6,00 &euro;";
prix12a2["type"][5][6]= "6,00 &euro;";
prix12a2["type"][6] = new Array()
prix12a2["type"][6]["fr"]=eau+teau["fr"];
prix12a2["type"][6]["de"]=eau+teau["de"];
prix12a2["type"][6]["en"]=eau+teau["en"];
prix12a2["type"][6]["hol"]=eau+teau["hol"];
prix12a2["type"][6]["dan"]=eau+teau["dan"];
prix12a2["type"][6][0]= "3,50 &euro;";
prix12a2["type"][6][1]= "3,50 &euro;";
prix12a2["type"][6][2]= "4,00 &euro;";
prix12a2["type"][6][3]= "4,00 &euro;";
prix12a2["type"][6][4]= "4,00 &euro;";
prix12a2["type"][6][5]= "3,50 &euro;";
prix12a2["type"][6][6]= "3,50 &euro;";
prix12a2["type"][7] = new Array()
prix12a2["type"][7]["fr"]=auv+tauv["fr"];
prix12a2["type"][7]["de"]=auv+tauv["de"];
prix12a2["type"][7]["en"]=auv+tauv["en"];
prix12a2["type"][7]["hol"]=auv+tauv["hol"];
prix12a2["type"][7]["dan"]=auv+tauv["dan"];
prix12a2["type"][7][0]= "2,50 &euro;";
prix12a2["type"][7][1]= "2,50 &euro;";
prix12a2["type"][7][2]= "2,50 &euro;";
prix12a2["type"][7][3]= "2,50 &euro;";
prix12a2["type"][7][4]= "2,50 &euro;";
prix12a2["type"][7][5]= "2,50 &euro;";
prix12a2["type"][7][6]= "2,50 &euro;";
prix12a2["type"][8] = new Array()
prix12a2["type"][8]["fr"]=tent+ttent["fr"];
prix12a2["type"][8]["de"]=tent+ttent["de"];
prix12a2["type"][8]["en"]=tent+ttent["en"];
prix12a2["type"][8]["hol"]=tent+ttent["hol"];
prix12a2["type"][8]["dan"]=tent+ttent["dan"];
prix12a2["type"][8][0]= "2,00 &euro;";
prix12a2["type"][8][1]= "3,00 &euro;";
prix12a2["type"][8][2]= "4,00 &euro;";
prix12a2["type"][8][3]= "4,00 &euro;";
prix12a2["type"][8][4]= "4,00 &euro;";
prix12a2["type"][8][5]= "3,00 &euro;";
prix12a2["type"][8][6]= "2,00 &euro;";
prix12a2["type"][9] = new Array()
prix12a2["type"][9]["fr"]=frigo+tfrigo["fr"];
prix12a2["type"][9]["de"]=frigo+tfrigo["de"];
prix12a2["type"][9]["en"]=frigo+tfrigo["en"];
prix12a2["type"][9]["hol"]=frigo+tfrigo["hol"];
prix12a2["type"][9]["dan"]=frigo+tfrigo["dan"];
prix12a2["type"][9][0]= "3,50 &euro;";
prix12a2["type"][9][1]= "3,50 &euro;";
prix12a2["type"][9][2]= "3,50 &euro;";
prix12a2["type"][9][3]= "3,50 &euro;";
prix12a2["type"][9][4]= "3,50 &euro;";
prix12a2["type"][9][5]= "3,50 &euro;";
prix12a2["type"][9][6]= "3,50 &euro;";
prix12a2["type"][10] = new Array()
prix12a2["type"][10]["fr"]=xl+txl["fr"];
prix12a2["type"][10]["de"]=xl+txl["de"];
prix12a2["type"][10]["en"]=xl+txl["en"];
prix12a2["type"][10]["hol"]=xl+txl["hol"];
prix12a2["type"][10]["dan"]=xl+txl["dan"];
prix12a2["type"][10][0]= "1,50 &euro;";
prix12a2["type"][10][1]= "1,50 &euro;";
prix12a2["type"][10][2]= "2,00 &euro;";
prix12a2["type"][10][3]= "2,00 &euro;";
prix12a2["type"][10][4]= "2,00 &euro;";
prix12a2["type"][10][5]= "1,50 &euro;";
prix12a2["type"][10][6]= "1,50 &euro;";


/* ANNEE 

   2011*/

/* Périodes  2011*/

date11= new Array()
date11["explode"]=true;
date11["mirroir"]=false;
date11["arcenciel"]="centré";
date11["début"]= new Array()
date11["début"][0]= new Array() // zone tarifaire 1, début de la période ; une zone peut contenir plusieurs périodes
date11["début"][1]= new Array() //zone2
date11["début"][2]= new Array()
date11["fin"]= new Array()
date11["fin"][0]= new Array() // zone tarifaire 1, fin de la période
date11["fin"][1]= new Array()
date11["fin"][2]= new Array()

//zone1
date11["début"][0][0]= "15/04";
date11["fin"][0][0]= "29/04";
date11["début"][0][1]= "01/10";
date11["fin"][0][1]= "10/10";

//zone2
date11["début"][1][0]= "30/04";
date11["fin"][1][0]= "07/07";
date11["début"][1][1]= "22/08";
date11["fin"][1][1]= "30/09";

//zone3
date11["début"][2][0]= "08/07";
date11["fin"][2][0]= "21/08";



/* Tableau Prix 2011
   */

prix11a1 = new Array()

prix11a1["distribution"]="en ligne"; //tarifs en ligne & périodes en colonnes
prix11a1["prefixdate"]="";
prix11a1["arcenciel"]=true;
prix11a1["fusioncel"]=true;
prix11a1["inserts"] = new Array()
/*prix11a1["inserts"][0] = new Array()
prix11a1["inserts"][0]["poslign"]=0;
prix11a1["inserts"][0]["poscol"]=2;
prix11a1["inserts"][0]["pan"]='02,01'; // colspan2 rowspan1
prix11a1["inserts"][0]["style"]='background-color:#a0ffe0;font-weight: bold;';
prix11a1["inserts"][0]["fr"]='Piscine chauff&eacute;e';
prix11a1["inserts"][0]["de"]='Geheizt Schwimmbad';
prix11a1["inserts"][0]["en"]='Heated Swimming Pool';
prix11a1["inserts"][0]["hol"]='Verwarmd zwembad';
prix11a1["inserts"][0]["dan"]='Udend&oslash;rs svimming-pool';*/

prix11a1["angle"] = new Array()
prix11a1["angle"]["fr"]='Services';
prix11a1["angle"]["de"]='Pauschalpreis';
prix11a1["angle"]["en"]='Services';
prix11a1["angle"]["hol"]='Voorzieningen';
prix11a1["angle"]["dan"]='Services';

prix11a1["type"] = new Array()
prix11a1["type"][0] = new Array()
prix11a1["type"][0]["fr"]=fotent;
prix11a1["type"][0]["de"]=fotent;
prix11a1["type"][0]["en"]=fotent;
prix11a1["type"][0]["dan"]=fotent;
prix11a1["type"][0]["hol"]=fotent;
prix11a1["type"][0][0]= "12,50 &euro;";
prix11a1["type"][0][1]= "16 &euro;";
prix11a1["type"][0][2]= "21 &euro;";
prix11a1["type"][0][3]= "16 &euro;";
prix11a1["type"][0][4]= "13 &euro;";
prix11a1["type"][1] = new Array()
prix11a1["type"][1]["fr"]=focarav;
prix11a1["type"][1]["de"]=focarav;
prix11a1["type"][1]["en"]=focarav;
prix11a1["type"][1]["hol"]=focarav;
prix11a1["type"][1]["dan"]=focarav;
prix11a1["type"][1][0]= "12,50 &euro;";
prix11a1["type"][1][1]= "16 &euro;";
prix11a1["type"][1][2]= "21 &euro;";
prix11a1["type"][1][3]= "16 &euro;";
prix11a1["type"][1][4]= "13 &euro;";
prix11a1["type"][2] = new Array()
prix11a1["type"][2]["fr"]=foccar;
prix11a1["type"][2]["de"]=foccar;
prix11a1["type"][2]["en"]=foccar;
prix11a1["type"][2]["dan"]=foccar;
prix11a1["type"][2]["hol"]=foccar;
prix11a1["type"][2][0]= "12,50 &euro;";
prix11a1["type"][2][1]= "16 &euro;";
prix11a1["type"][2][2]= "21 &euro;";
prix11a1["type"][2][3]= "16 &euro;";
prix11a1["type"][2][4]= "13 &euro;";


prix11a2 = new Array()

prix11a2["distribution"]="en ligne";
prix11a2["prefixdate"]="";
prix11a2["arcenciel"]=true;
prix11a2["fusioncel"]=false;
prix11a2["inserts"] = new Array()

prix11a2["angle"] = new Array()
prix11a2["angle"]["fr"]='Services';
prix11a2["angle"]["de"]='Beschreibung';
prix11a2["angle"]["en"]='Services';
prix11a2["angle"]["hol"]='Diensten';
prix11a2["angle"]["dan"]='Services';

prix11a2["type"] = new Array()
prix11a2["type"][0] = new Array()
prix11a2["type"][0]["fr"]=pers+tpers["fr"];
prix11a2["type"][0]["de"]=pers+tpers["de"];
prix11a2["type"][0]["en"]=pers+tpers["en"];
prix11a2["type"][0]["hol"]=pers+tpers["hol"];
prix11a2["type"][0]["dan"]=pers+tpers["dan"];
prix11a2["type"][0][0]= "4,50 &euro;";
prix11a2["type"][0][1]= "5,50 &euro;";
prix11a2["type"][0][2]= "7,50 &euro;";
prix11a2["type"][0][3]= "5,50 &euro;";
prix11a2["type"][0][4]= "4,00 &euro;";
prix11a2["type"][1] = new Array()
prix11a2["type"][1]["fr"]=enfg+tenfg["fr"];
prix11a2["type"][1]["de"]=enfg+tenfg["de"];
prix11a2["type"][1]["en"]=enfg+tenfg["en"];
prix11a2["type"][1]["hol"]=enfg+tenfg["hol"];
prix11a2["type"][1]["dan"]=enfg+tenfg["dan"];
prix11a2["type"][1][0]= "3,00 &euro;";
prix11a2["type"][1][1]= "4,00 &euro;";
prix11a2["type"][1][2]= "5,50 &euro;";
prix11a2["type"][1][3]= "4,00 &euro;";
prix11a2["type"][1][4]= "3,00 &euro;";
prix11a2["type"][2] = new Array()
prix11a2["type"][2]["fr"]=enfp+tenfp["fr"];
prix11a2["type"][2]["de"]=enfp+tenfp["de"];
prix11a2["type"][2]["en"]=enfp+tenfp["en"];
prix11a2["type"][2]["hol"]=enfp+tenfp["hol"];
prix11a2["type"][2]["dan"]=enfp+tenfp["dan"];
prix11a2["type"][2][0]= "1,50 &euro;";
prix11a2["type"][2][1]= "2,50 &euro;";
prix11a2["type"][2][2]= "3,00 &euro;";
prix11a2["type"][2][3]= "2,50 &euro;";
prix11a2["type"][2][4]= "1,50 &euro;";
prix11a2["type"][3] = new Array()
prix11a2["type"][3]["fr"]=bebe+tbebe["fr"];
prix11a2["type"][3]["de"]=bebe+tbebe["de"];
prix11a2["type"][3]["en"]=bebe+tbebe["en"];
prix11a2["type"][3]["hol"]=bebe+tbebe["hol"];
prix11a2["type"][3]["dan"]=bebe+tbebe["dan"];
prix11a2["type"][3][0]= "0,00 &euro;";
prix11a2["type"][3][1]= "0,20 &euro;";
prix11a2["type"][3][2]= "0,50 &euro;";
prix11a2["type"][3][3]= "0,20 &euro;";
prix11a2["type"][3][4]= "0,00 &euro;";
prix11a2["type"][4] = new Array()
prix11a2["type"][4]["fr"]=el16+tel16["fr"];
prix11a2["type"][4]["de"]=el16+tel16["de"];
prix11a2["type"][4]["en"]=el16+tel16["en"];
prix11a2["type"][4]["hol"]=el16+tel16["hol"];
prix11a2["type"][4]["dan"]=el16+tel16["dan"];
prix11a2["type"][4][0]= "4,00 &euro;";
prix11a2["type"][4][1]= "4,00 &euro;";
prix11a2["type"][4][2]= "4,00 &euro;";
prix11a2["type"][4][3]= "4,00 &euro;";
prix11a2["type"][4][4]= "4,00 &euro;";
prix11a2["type"][5] = new Array()
prix11a2["type"][5]["fr"]=frigo+tfrigo["fr"];
prix11a2["type"][5]["de"]=frigo+tfrigo["de"];
prix11a2["type"][5]["en"]=frigo+tfrigo["en"];
prix11a2["type"][5]["hol"]=frigo+tfrigo["hol"];
prix11a2["type"][5]["dan"]=frigo+tfrigo["dan"];
prix11a2["type"][5][0]= "3,50 &euro;";
prix11a2["type"][5][1]= "3,50 &euro;";
prix11a2["type"][5][2]= "3,50 &euro;";
prix11a2["type"][5][3]= "3,50 &euro;";
prix11a2["type"][5][4]= "3,50 &euro;";
prix11a2["type"][6] = new Array()
prix11a2["type"][6]["fr"]=eau+teau["fr"];
prix11a2["type"][6]["de"]=eau+teau["de"];
prix11a2["type"][6]["en"]=eau+teau["en"];
prix11a2["type"][6]["hol"]=eau+teau["hol"];
prix11a2["type"][6]["dan"]=eau+teau["dan"];
prix11a2["type"][6][0]= "1,50 &euro;";
prix11a2["type"][6][1]= "1,50 &euro;";
prix11a2["type"][6][2]= "2,00 &euro;";
prix11a2["type"][6][3]= "1,50 &euro;";
prix11a2["type"][6][4]= "1,50 &euro;";
prix11a2["type"][7] = new Array()
prix11a2["type"][7]["fr"]=tent+ttent["fr"];
prix11a2["type"][7]["de"]=tent+ttent["de"];
prix11a2["type"][7]["en"]=tent+ttent["en"];
prix11a2["type"][7]["hol"]=tent+ttent["hol"];
prix11a2["type"][7]["dan"]=tent+ttent["dan"];
prix11a2["type"][7][0]= "2,00 &euro;";
prix11a2["type"][7][1]= "3,00 &euro;";
prix11a2["type"][7][2]= "4,00 &euro;";
prix11a2["type"][7][3]= "3,00 &euro;";
prix11a2["type"][7][4]= "2,00 &euro;";
prix11a2["type"][8] = new Array()
prix11a2["type"][8]["fr"]=voit+tvoit["fr"];
prix11a2["type"][8]["de"]=voit+tvoit["de"];
prix11a2["type"][8]["en"]=voit+tvoit["en"];
prix11a2["type"][8]["hol"]=voit+tvoit["hol"];
prix11a2["type"][8]["dan"]=voit+tvoit["dan"];
prix11a2["type"][8][0]= "6,00 &euro;";
prix11a2["type"][8][1]= "6,00 &euro;";
prix11a2["type"][8][2]= "6,00 &euro;";
prix11a2["type"][8][3]= "6,00 &euro;";
prix11a2["type"][8][4]= "6,00 &euro;";
prix11a2["type"][9] = new Array()
prix11a2["type"][9]["fr"]=auv+tauv["fr"];
prix11a2["type"][9]["de"]=auv+tauv["de"];
prix11a2["type"][9]["en"]=auv+tauv["en"];
prix11a2["type"][9]["hol"]=auv+tauv["hol"];
prix11a2["type"][9]["dan"]=auv+tauv["dan"];
prix11a2["type"][9][0]= "2,50 &euro;";
prix11a2["type"][9][1]= "2,50 &euro;";
prix11a2["type"][9][2]= "2,50 &euro;";
prix11a2["type"][9][3]= "2,50 &euro;";
prix11a2["type"][9][4]= "2,50 &euro;";
prix11a2["type"][10] = new Array()
prix11a2["type"][10]["fr"]=xl+txl["fr"];
prix11a2["type"][10]["de"]=xl+txl["de"];
prix11a2["type"][10]["en"]=xl+txl["en"];
prix11a2["type"][10]["hol"]=xl+txl["hol"];
prix11a2["type"][10]["dan"]=xl+txl["dan"];
prix11a2["type"][10][0]= "1,50 &euro;";
prix11a2["type"][10][1]= "2,00 &euro;";
prix11a2["type"][10][2]= "2,00 &euro;";
prix11a2["type"][10][3]= "1,50 &euro;";
prix11a2["type"][10][4]= "1,50 &euro;";

/* ANNEE 

   2010*/

/* Périodes  2010*/

date10= new Array()
date10["début"]= new Array()
date10["début"][0]= new Array() // zone tarifaire 1, début de la période ; une zone peut contenir plusieurs périodes
date10["début"][1]= new Array() //zone2
date10["début"][2]= new Array()
date10["fin"]= new Array()
date10["fin"][0]= new Array() // zone tarifaire 1, fin de la période
date10["fin"][1]= new Array()
date10["fin"][2]= new Array()

//zone1
date10["début"][0][0]= "01/04";
date10["fin"][0][0]= "28/04";
date10["début"][0][1]= "01/10";
date10["fin"][0][1]= "05/10";

//zone2
date10["début"][1][0]= "28/04";
date10["fin"][1][0]= "03/07";
date10["début"][1][1]= "24/08";
date10["fin"][1][1]= "01/10";

//zone3
date10["début"][2][0]= "03/07";
date10["fin"][2][0]= "24/08";


