function ann() {
noAnn();
var num=affaires.type.selectedIndex;
var id='a'+num;
document.getElementById(id).style.display='block';
}
document.writeln("");document.writeln("Idifférent ");document.writeln(" 1 - Bar ");document.writeln(" 2 - Bar brasserie ");document.writeln(" 3 - Bar tabac et plus ");document.writeln(" 4 - Boucherie ");document.writeln(" 5 - Boulangerie ");document.writeln(" 6 - Civette ");document.writeln(" 7 - Coiffure ");document.writeln(" 8 - Divers ");document.writeln(" 9 - Fdj - carterie ");document.writeln(" 10 - Hotel ");document.writeln(" 11 - Hotel restaurant ");document.writeln(" 12 - Parfumerie beauté ");document.writeln(" 13 - Restaurant ");document.writeln(" 14 - Tabac - presse - loto ");document.writeln(" ");document.writeln("
[ BAR : 5 annonces ]
[ BAR BRASSERIE : 12 annonces ]
[ BAR TABAC ET PLUS : 17 annonces ]
[ BOUCHERIE : 1 annonce ]
[ BOULANGERIE : 6 annonces ]
[ CIVETTE : 2 annonces ]
[ COIFFURE : 2 annonces ]
[ DIVERS : 8 annonces ]
[ FDJ - CARTERIE : 1 annonce ]
[ HOTEL : 3 annonces ]
[ HOTEL RESTAURANT : 3 annonces ]
[ parfumerie beauté : 1 annonce ]
[ RESTAURANT : 27 annonces ]
[ Tabac - Presse - Loto : 6 annonces ]
");document.writeln("");function noAnn() {document.getElementById("a1").style.display="none";document.getElementById("a2").style.display="none";document.getElementById("a3").style.display="none";document.getElementById("a4").style.display="none";document.getElementById("a5").style.display="none";document.getElementById("a6").style.display="none";document.getElementById("a7").style.display="none";document.getElementById("a8").style.display="none";document.getElementById("a9").style.display="none";document.getElementById("a10").style.display="none";document.getElementById("a11").style.display="none";document.getElementById("a12").style.display="none";document.getElementById("a13").style.display="none";document.getElementById("a14").style.display="none";}