function showDepartement(depId) {
	if (depId.length > 2) depId = depId.substring(0,2);

  return targInfo.Get(depId);
} 

function hideDepartement() {
  //alert('');
}



var targInfo = {
	Set : function(foo,bar) {this[foo] = bar;},
	Get : function(foo) {return this[foo];}
}

targInfo.Set('', 'Tous');
targInfo.Set('01', 'Ain');
targInfo.Set('02', 'Aisne');
targInfo.Set('03', 'Allier');
targInfo.Set('04', 'Alpes de Haute-Provence');
targInfo.Set('05', 'Hautes-Alpes');
targInfo.Set('06', 'Alpes-Maritimes');
targInfo.Set('07', 'Ardêche');
targInfo.Set('08', 'Ardennes');
targInfo.Set('09', 'Ariège');
targInfo.Set('10', 'Aube');
targInfo.Set('11', 'Aude');
targInfo.Set('12', 'Aveyron');
targInfo.Set('13', 'Bouches-du-Rhône');
targInfo.Set('14', 'Calvados');
targInfo.Set('15', 'Cantal');
targInfo.Set('16', 'Charente');
targInfo.Set('17', 'Charente-Maritime');
targInfo.Set('18', 'Cher');
targInfo.Set('19', 'Corrèze');
targInfo.Set('2A', 'Corse-du-Sud');
targInfo.Set('2B', 'Haute-Corse');
targInfo.Set('21', 'Côte-d\'Or');
targInfo.Set('22', 'Côtes d\'Armor');
targInfo.Set('23', 'Creuse');
targInfo.Set('24', 'Dordogne');
targInfo.Set('25', 'Doubs');
targInfo.Set('26', 'Drôme');
targInfo.Set('27', 'Eure');
targInfo.Set('28', 'Eure-et-Loir');
targInfo.Set('29', 'Finistère');
targInfo.Set('30', 'Gard');
targInfo.Set('31', 'Haute-Garonne');
targInfo.Set('32', 'Gers');
targInfo.Set('33', 'Gironde');
targInfo.Set('34', 'Hérault');
targInfo.Set('35', 'Île-et-Vilaine');
targInfo.Set('36', 'Indre');
targInfo.Set('37', 'Indre-et-Loire');
targInfo.Set('38', 'Isère');
targInfo.Set('39', 'Jura');
targInfo.Set('40', 'Landes');
targInfo.Set('41', 'Loir-et-Cher');
targInfo.Set('42', 'Loire');
targInfo.Set('43', 'Haute-Loire');
targInfo.Set('44', 'Loire-Atlantique');
targInfo.Set('45', 'Loiret');
targInfo.Set('46', 'Lot');
targInfo.Set('47', 'Lot-et-Garonne');
targInfo.Set('48', 'Lozère');
targInfo.Set('49', 'Maine-et-Loire');
targInfo.Set('50', 'Manche');
targInfo.Set('51', 'Marne');
targInfo.Set('52', 'Haute-Marne');
targInfo.Set('53', 'Mayenne');
targInfo.Set('54', 'Meurthe-et-Moselle');
targInfo.Set('55', 'Meuse');
targInfo.Set('56', 'Morbihan');
targInfo.Set('57', 'Moselle');
targInfo.Set('58', 'Nièvre');
targInfo.Set('59', 'Nord');
targInfo.Set('60', 'Oise');
targInfo.Set('61', 'Orne');
targInfo.Set('62', 'Pas-de-Calais');
targInfo.Set('63', 'Puy-de-Dôme');
targInfo.Set('64', 'Pyrénées-Atlantiques');
targInfo.Set('65', 'Hautes-Pyrénées');
targInfo.Set('66', 'Pyrénées-Orientales');
targInfo.Set('67', 'Bas-Rhin');
targInfo.Set('68', 'Haut-Rhin');
targInfo.Set('69', 'Rhône');
targInfo.Set('70', 'Haute-Saône');
targInfo.Set('71', 'Saône-et-Loire');
targInfo.Set('72', 'Sarthe');
targInfo.Set('73', 'Savoie');
targInfo.Set('74', 'Haute-Savoie');
targInfo.Set('75', 'Paris');
targInfo.Set('76', 'Seine-Maritime');
targInfo.Set('77', 'Seine-et-Marne');
targInfo.Set('78', 'Yvelines');
targInfo.Set('79', 'Deux-Sèvres');
targInfo.Set('80', 'Somme');
targInfo.Set('81', 'Tarn');
targInfo.Set('82', 'Tarn-et-Garonne');
targInfo.Set('83', 'Var');
targInfo.Set('84', 'Vaucluse');
targInfo.Set('85', 'Vendée');
targInfo.Set('86', 'Vienne');
targInfo.Set('87', 'Haute-Vienne');
targInfo.Set('88', 'Vosges');
targInfo.Set('89', 'Yonne');
targInfo.Set('90', 'Territoire-de-Belfort');
targInfo.Set('91', 'Essonne');
targInfo.Set('92', 'Hauts-de-Seine');
targInfo.Set('93', 'Seine-Saint-Denis');
targInfo.Set('94', 'Val-de-Marne');
targInfo.Set('95', 'Val-d\'Oise');
targInfo.Set('97', 'DOM-TOM');
