// JavaScript Document
arrApts = new Array();

arrApts[0]=new Object();
arrApts[0].RegionCode="03";
arrApts[0].RegionName="France - Brittany";
arrApts[0].Group="France";
arrApts[0].Selected=false;
arrApts[0].campsites="BR09|Cap Coz,BR08|La Baule,BR05|Benodet,BR03|Port du Crouesty";

arrApts[1]=new Object();
arrApts[1].RegionCode="09";
arrApts[1].RegionName="France - Cote d Azur";
arrApts[1].Group="France";
arrApts[1].Selected=false;
arrApts[1].campsites="RV62|Six Fours les Plages,RV60|Mandelieu,RV13|Les Restanques,RV09|Les Issambres Club,RV06|Villefranche,RV04|Cannes Villa Francia,RV02|Cap Esterel,RV01|Grimaud,PV02|Arles,PV01|Pont Royal";

arrApts[2]=new Object();
arrApts[2].RegionCode="07";
arrApts[2].RegionName="France - Gascony";
arrApts[2].Group="France";
arrApts[2].Selected=false;
arrApts[2].campsites="GA06|Ciboure,GA04|Bordaberry,GA03|Lacanau,GA01|Moliets";

arrApts[3]=new Object();
arrApts[3].RegionCode="11";
arrApts[3].RegionName="France - Jura and The Alps";
arrApts[3].Group="France";
arrApts[3].Selected=false;
arrApts[3].campsites="AL55|Chamonix,AL52|Lake Annecy";

arrApts[4]=new Object();
arrApts[4].RegionCode="08";
arrApts[4].RegionName="France - Languedoc";
arrApts[4].Group="France";
arrApts[4].Selected=false;
arrApts[4].campsites="WM05|Le Rouret";

arrApts[5]=new Object();
arrApts[5].RegionCode="02";
arrApts[5].RegionName="France - Paris";
arrApts[5].Group="France";
arrApts[5].Selected=false;
arrApts[5].campsites="PA11|Val d'Europe";

arrApts[6]=new Object();
arrApts[6].RegionCode="01";
arrApts[6].RegionName="France - Picardy and Normandy";
arrApts[6].Group="France";
arrApts[6].Selected=false;
arrApts[6].campsites="NR08|Omaha Beach,NR07|Branville,NR05|Deauville,PC02|Belle Dune,PC01|Le Touquet";

arrApts[7]=new Object();
arrApts[7].RegionCode="06";
arrApts[7].RegionName="France - Vendee";
arrApts[7].Group="France";
arrApts[7].Selected=true;
arrApts[7].campsites="VE07|Chateau d'Olonne,VE01|Port Bourgenay";

arrApts[8]=new Object();
arrApts[8].RegionCode="20";
arrApts[8].RegionName="Italy - Lake Garda";
arrApts[8].Group="Italy";
arrApts[8].Selected=false;
arrApts[8].campsites="IT01|The Garda Village";

arrApts[9]=new Object();
arrApts[9].RegionCode="24";
arrApts[9].RegionName="Italy - Tuscany";
arrApts[9].Group="Italy";
arrApts[9].Selected=false;
arrApts[9].campsites="IT02|Villa Norcenni";

arrApts[10]=new Object();
arrApts[10].RegionCode="13";
arrApts[10].RegionName="Spain - Catalonia";
arrApts[10].Group="Spain";
arrApts[10].Selected=false;
arrApts[10].campsites="SP47|Pueblo el Dorada Playa,SP44|Bonmont";

arrApts[11]=new Object();
arrApts[11].RegionCode="25";
arrApts[11].RegionName="Portugal";
arrApts[11].Group="Portugal";
arrApts[11].Selected=false;
arrApts[11].campsites="PT19|Algar Seco,PT16|Praia d'el Rey";

