// pour les popups
function hideDiv(a){
if (document.getElementById) { // DOM3 = IE5, NS6 
if(a=="1"){document.getElementById("hideshow01").style.visibility = 'hidden';}
if(a=="2"){document.getElementById("hideshow02").style.visibility = 'hidden';}
if(a=="3"){document.getElementById("hideshow03").style.visibility = 'hidden';}
if(a=="6"){document.getElementById("hideshow06").style.visibility = 'hidden';}
if(a=="7"){document.getElementById("hideshow07").style.visibility = 'hidden';}
if(a=="8"){document.getElementById("hideshow08").style.visibility = 'hidden';}
if(a=="9"){document.getElementById("hideshow09").style.visibility = 'hidden';}
if(a=="10"){document.getElementById("hideshow10").style.visibility = 'hidden';}
if(a=="11"){document.getElementById("hideshow11").style.visibility = 'hidden';}
if(a=="12"){document.getElementById("hideshow12").style.visibility = 'hidden';}
if(a=="14"){document.getElementById("hideshow14").style.visibility = 'hidden';}
if(a=="15"){document.getElementById("hideshow15").style.visibility = 'hidden';}
if(a=="16"){document.getElementById("hideshow16").style.visibility = 'hidden';}
if(a=="17"){document.getElementById("hideshow17").style.visibility = 'hidden';}
if(a=="18"){document.getElementById("hideshow18").style.visibility = 'hidden';}
if(a=="19"){document.getElementById("hideshow19").style.visibility = 'hidden';}
if(a=="20"){document.getElementById("hideshow20").style.visibility = 'hidden';}
if(a=="21"){document.getElementById("hideshow21").style.visibility = 'hidden';}
if(a=="23"){document.getElementById("hideshow23").style.visibility = 'hidden';}
if(a=="24"){document.getElementById("hideshow24").style.visibility = 'hidden';}
if(a=="26"){document.getElementById("hideshow26").style.visibility = 'hidden';}
if(a=="28"){document.getElementById("hideshow28").style.visibility = 'hidden';}
if(a=="30"){document.getElementById("hideshow30").style.visibility = 'hidden';}
if(a=="31"){document.getElementById("hideshow31").style.visibility = 'hidden';}
if(a=="32"){document.getElementById("hideshow32").style.visibility = 'hidden';}
if(a=="33"){document.getElementById("hideshow33").style.visibility = 'hidden';}
if(a=="34"){document.getElementById("hideshow34").style.visibility = 'hidden';}
if(a=="35"){document.getElementById("hideshow35").style.visibility = 'hidden';}
if(a=="36"){document.getElementById("hideshow36").style.visibility = 'hidden';}
if(a=="37"){document.getElementById("hideshow37").style.visibility = 'hidden';}
if(a=="38"){document.getElementById("hideshow38").style.visibility = 'hidden';}
if(a=="39"){document.getElementById("hideshow39").style.visibility = 'hidden';}
if(a=="40"){document.getElementById("hideshow40").style.visibility = 'hidden';}
if(a=="41"){document.getElementById("hideshow41").style.visibility = 'hidden';}
if(a=="42"){document.getElementById("hideshow42").style.visibility = 'hidden';}
if(a=="43"){document.getElementById("hideshow43").style.visibility = 'hidden';}
if(a=="44"){document.getElementById("hideshow44").style.visibility = 'hidden';}
if(a=="45"){document.getElementById("hideshow45").style.visibility = 'hidden';}
if(a=="46"){document.getElementById("hideshow46").style.visibility = 'hidden';}
if(a=="50"){document.getElementById("hideshow50").style.visibility = 'hidden';}
if(a=="101"){document.getElementById("hideshow101").style.visibility = 'hidden';}

}else{

if (document.layers) { // Netscape 4 
if(a=="1"){document.hideshow01.visibility = 'hidden';}
if(a=="2"){document.hideshow02.visibility = 'hidden';}
if(a=="3"){document.hideshow03.visibility = 'hidden';}
if(a=="6"){document.hideshow06.visibility = 'hidden';}
if(a=="7"){document.hideshow07.visibility = 'hidden';}
if(a=="8"){document.hideshow08.visibility = 'hidden';}
if(a=="9"){document.hideshow09.visibility = 'hidden';}
if(a=="10"){document.hideshow10.visibility = 'hidden';}
if(a=="11"){document.hideshow11.visibility = 'hidden';}
if(a=="12"){document.hideshow12.visibility = 'hidden';}
if(a=="14"){document.hideshow14.visibility = 'hidden';}
if(a=="15"){document.hideshow15.visibility = 'hidden';}
if(a=="16"){document.hideshow16.visibility = 'hidden';}
if(a=="17"){document.hideshow17.visibility = 'hidden';}
if(a=="18"){document.hideshow18.visibility = 'hidden';}
if(a=="19"){document.hideshow19.visibility = 'hidden';}
if(a=="20"){document.hideshow20.visibility = 'hidden';}
if(a=="21"){document.hideshow21.visibility = 'hidden';}
if(a=="23"){document.hideshow23.visibility = 'hidden';}
if(a=="24"){document.hideshow24.visibility = 'hidden';}
if(a=="26"){document.hideshow26.visibility = 'hidden';}
if(a=="28"){document.hideshow28.visibility = 'hidden';}
if(a=="30"){document.hideshow30.visibility = 'hidden';}
if(a=="31"){document.hideshow31.visibility = 'hidden';}
if(a=="32"){document.hideshow32.visibility = 'hidden';}
if(a=="33"){document.hideshow33.visibility = 'hidden';}
if(a=="34"){document.hideshow34.visibility = 'hidden';}
if(a=="35"){document.hideshow35.visibility = 'hidden';}
if(a=="36"){document.hideshow36.visibility = 'hidden';}
if(a=="37"){document.hideshow37.visibility = 'hidden';}
if(a=="38"){document.hideshow38.visibility = 'hidden';}
if(a=="39"){document.hideshow39.visibility = 'hidden';}
if(a=="40"){document.hideshow40.visibility = 'hidden';}
if(a=="41"){document.hideshow41.visibility = 'hidden';}
if(a=="42"){document.hideshow42.visibility = 'hidden';}
if(a=="43"){document.hideshow43.visibility = 'hidden';}
if(a=="44"){document.hideshow44.visibility = 'hidden';}
if(a=="45"){document.hideshow45.visibility = 'hidden';}
if(a=="46"){document.hideshow46.visibility = 'hidden';}
if(a=="50"){document.hideshow50.visibility = 'hidden';}
if(a=="101"){document.hideshow101.visibility = 'hidden';}

}else{ // IE 4

if(a=="1"){document.all.hideshow01.style.visibility = 'hidden';}
if(a=="2"){document.all.hideshow02.style.visibility = 'hidden';}
if(a=="3"){document.all.hideshow03.style.visibility = 'hidden';}
if(a=="6"){document.all.hideshow06.style.visibility = 'hidden';}
if(a=="7"){document.all.hideshow07.style.visibility = 'hidden';}
if(a=="8"){document.all.hideshow08.style.visibility = 'hidden';}
if(a=="9"){document.all.hideshow09.style.visibility = 'hidden';}
if(a=="10"){document.all.hideshow10.style.visibility = 'hidden';}
if(a=="11"){document.all.hideshow11.style.visibility = 'hidden';}
if(a=="12"){document.all.hideshow12.style.visibility = 'hidden';}
if(a=="14"){document.all.hideshow14.style.visibility = 'hidden';}
if(a=="15"){document.all.hideshow15.style.visibility = 'hidden';}
if(a=="16"){document.all.hideshow16.style.visibility = 'hidden';}
if(a=="17"){document.all.hideshow17.style.visibility = 'hidden';}
if(a=="18"){document.all.hideshow18.style.visibility = 'hidden';}
if(a=="19"){document.all.hideshow19.style.visibility = 'hidden';}
if(a=="20"){document.all.hideshow20.style.visibility = 'hidden';}
if(a=="21"){document.all.hideshow21.style.visibility = 'hidden';}
if(a=="23"){document.all.hideshow23.style.visibility = 'hidden';}
if(a=="24"){document.all.hideshow24.style.visibility = 'hidden';}
if(a=="26"){document.all.hideshow26.style.visibility = 'hidden';}
if(a=="28"){document.all.hideshow28.style.visibility = 'hidden';}
if(a=="30"){document.all.hideshow30.style.visibility = 'hidden';}
if(a=="31"){document.all.hideshow31.style.visibility = 'hidden';}
if(a=="32"){document.all.hideshow32.style.visibility = 'hidden';}
if(a=="33"){document.all.hideshow33.style.visibility = 'hidden';}
if(a=="34"){document.all.hideshow34.style.visibility = 'hidden';}
if(a=="35"){document.all.hideshow35.style.visibility = 'hidden';}
if(a=="36"){document.all.hideshow36.style.visibility = 'hidden';}
if(a=="37"){document.all.hideshow37.style.visibility = 'hidden';}
if(a=="38"){document.all.hideshow38.style.visibility = 'hidden';}
if(a=="39"){document.all.hideshow39.style.visibility = 'hidden';}
if(a=="40"){document.all.hideshow40.style.visibility = 'hidden';}
if(a=="41"){document.all.hideshow41.style.visibility = 'hidden';}
if(a=="42"){document.all.hideshow42.style.visibility = 'hidden';}
if(a=="43"){document.all.hideshow43.style.visibility = 'hidden';}
if(a=="44"){document.all.hideshow44.style.visibility = 'hidden';}
if(a=="45"){document.all.hideshow45.style.visibility = 'hidden';}
if(a=="46"){document.all.hideshow46.style.visibility = 'hidden';}
if(a=="50"){document.all.hideshow50.style.visibility = 'hidden';}
if(a=="101"){document.all.hideshow101.style.visibility = 'hidden';}
}}}
 
function showDiv(a) {
if (document.getElementById) { // DOM3 = IE5, NS6 
if(a=="1"){document.getElementById("hideshow01").style.visibility = 'visible';}
if(a=="2"){document.getElementById("hideshow02").style.visibility = 'visible';}
if(a=="3"){document.getElementById("hideshow03").style.visibility = 'visible';}
if(a=="6"){document.getElementById("hideshow06").style.visibility = 'visible';}
if(a=="7"){document.getElementById("hideshow07").style.visibility = 'visible';}
if(a=="8"){document.getElementById("hideshow08").style.visibility = 'visible';}
if(a=="9"){document.getElementById("hideshow09").style.visibility = 'visible';}
if(a=="10"){document.getElementById("hideshow10").style.visibility = 'visible';}
if(a=="11"){document.getElementById("hideshow11").style.visibility = 'visible';}
if(a=="12"){document.getElementById("hideshow12").style.visibility = 'visible';}
if(a=="14"){document.getElementById("hideshow14").style.visibility = 'visible';}
if(a=="15"){document.getElementById("hideshow15").style.visibility = 'visible';}
if(a=="16"){document.getElementById("hideshow16").style.visibility = 'visible';}
if(a=="17"){document.getElementById("hideshow17").style.visibility = 'visible';}
if(a=="18"){document.getElementById("hideshow18").style.visibility = 'visible';}
if(a=="19"){document.getElementById("hideshow19").style.visibility = 'visible';}
if(a=="20"){document.getElementById("hideshow20").style.visibility = 'visible';}
if(a=="21"){document.getElementById("hideshow21").style.visibility = 'visible';}
if(a=="23"){document.getElementById("hideshow23").style.visibility = 'visible';}
if(a=="24"){document.getElementById("hideshow24").style.visibility = 'visible';}
if(a=="26"){document.getElementById("hideshow26").style.visibility = 'visible';}
if(a=="28"){document.getElementById("hideshow28").style.visibility = 'visible';}
if(a=="30"){document.getElementById("hideshow30").style.visibility = 'visible';}
if(a=="31"){document.getElementById("hideshow31").style.visibility = 'visible';}
if(a=="32"){document.getElementById("hideshow32").style.visibility = 'visible';}
if(a=="33"){document.getElementById("hideshow33").style.visibility = 'visible';}
if(a=="34"){document.getElementById("hideshow34").style.visibility = 'visible';}
if(a=="35"){document.getElementById("hideshow35").style.visibility = 'visible';}
if(a=="36"){document.getElementById("hideshow36").style.visibility = 'visible';}
if(a=="37"){document.getElementById("hideshow37").style.visibility = 'visible';}
if(a=="38"){document.getElementById("hideshow38").style.visibility = 'visible';}
if(a=="39"){document.getElementById("hideshow39").style.visibility = 'visible';}
if(a=="40"){document.getElementById("hideshow40").style.visibility = 'visible';}
if(a=="41"){document.getElementById("hideshow41").style.visibility = 'visible';}
if(a=="42"){document.getElementById("hideshow42").style.visibility = 'visible';}
if(a=="43"){document.getElementById("hideshow43").style.visibility = 'visible';}
if(a=="44"){document.getElementById("hideshow44").style.visibility = 'visible';}
if(a=="45"){document.getElementById("hideshow45").style.visibility = 'visible';}
if(a=="46"){document.getElementById("hideshow46").style.visibility = 'visible';}
if(a=="50"){document.getElementById("hideshow50").style.visibility = 'visible';}
if(a=="101"){document.getElementById("hideshow101").style.visibility = 'visible';}
}else{ 

if (document.layers) { // Netscape 4 
if(a=="1"){document.hideshow01.visibility = 'visible';}
if(a=="2"){document.hideshow02.visibility = 'visible';}
if(a=="3"){document.hideshow03.visibility = 'visible';}
if(a=="6"){document.hideshow06.visibility = 'visible';}
if(a=="7"){document.hideshow07.visibility = 'visible';}
if(a=="8"){document.hideshow08.visibility = 'visible';}
if(a=="9"){document.hideshow09.visibility = 'visible';}
if(a=="10"){document.hideshow10.visibility = 'visible';}
if(a=="11"){document.hideshow11.visibility = 'visible';}
if(a=="12"){document.hideshow12.visibility = 'visible';}
if(a=="14"){document.hideshow14.visibility = 'visible';}
if(a=="15"){document.hideshow15.visibility = 'visible';}
if(a=="16"){document.hideshow16.visibility = 'visible';}
if(a=="17"){document.hideshow17.visibility = 'visible';}
if(a=="18"){document.hideshow18.visibility = 'visible';}
if(a=="19"){document.hideshow19.visibility = 'visible';}
if(a=="20"){document.hideshow20.visibility = 'visible';}
if(a=="21"){document.hideshow21.visibility = 'visible';}
if(a=="23"){document.hideshow23.visibility = 'visible';}
if(a=="24"){document.hideshow24.visibility = 'visible';}
if(a=="26"){document.hideshow26.visibility = 'visible';}
if(a=="28"){document.hideshow28.visibility = 'visible';}
if(a=="30"){document.hideshow30.visibility = 'visible';}
if(a=="31"){document.hideshow31.visibility = 'visible';}
if(a=="32"){document.hideshow32.visibility = 'visible';}
if(a=="33"){document.hideshow33.visibility = 'visible';}
if(a=="34"){document.hideshow34.visibility = 'visible';}
if(a=="35"){document.hideshow35.visibility = 'visible';}
if(a=="36"){document.hideshow36.visibility = 'visible';}
if(a=="37"){document.hideshow37.visibility = 'visible';}
if(a=="38"){document.hideshow38.visibility = 'visible';}
if(a=="39"){document.hideshow39.visibility = 'visible';}
if(a=="40"){document.hideshow40.visibility = 'visible';}
if(a=="41"){document.hideshow41.visibility = 'visible';}
if(a=="42"){document.hideshow42.visibility = 'visible';}
if(a=="43"){document.hideshow43.visibility = 'visible';}
if(a=="44"){document.hideshow44.visibility = 'visible';}
if(a=="45"){document.hideshow45.visibility = 'visible';}
if(a=="46"){document.hideshow46.visibility = 'visible';}
if(a=="50"){document.hideshow50.visibility = 'visible';}
if(a=="101"){document.hideshow101.visibility = 'visible';}
}else{ // IE 4 

if(a=="1"){document.all.hideshow01.style.visibility = 'visible';}
if(a=="2"){document.all.hideshow02.style.visibility = 'visible';}
if(a=="3"){document.all.hideshow03.style.visibility = 'visible';}
if(a=="6"){document.all.hideshow06.style.visibility = 'visible';}
if(a=="7"){document.all.hideshow07.style.visibility = 'visible';}
if(a=="8"){document.all.hideshow08.style.visibility = 'visible';}
if(a=="9"){document.all.hideshow09.style.visibility = 'visible';}
if(a=="10"){document.all.hideshow10.style.visibility = 'visible';}
if(a=="11"){document.all.hideshow11.style.visibility = 'visible';}
if(a=="12"){document.all.hideshow12.style.visibility = 'visible';}
if(a=="14"){document.all.hideshow14.style.visibility = 'visible';}
if(a=="15"){document.all.hideshow15.style.visibility = 'visible';}
if(a=="16"){document.all.hideshow16.style.visibility = 'visible';}
if(a=="17"){document.all.hideshow17.style.visibility = 'visible';}
if(a=="18"){document.all.hideshow18.style.visibility = 'visible';}
if(a=="19"){document.all.hideshow19.style.visibility = 'visible';}
if(a=="20"){document.all.hideshow20.style.visibility = 'visible';}
if(a=="21"){document.all.hideshow21.style.visibility = 'visible';}
if(a=="23"){document.all.hideshow23.style.visibility = 'visible';}
if(a=="24"){document.all.hideshow24.style.visibility = 'visible';}
if(a=="26"){document.all.hideshow26.style.visibility = 'visible';}
if(a=="28"){document.all.hideshow28.style.visibility = 'visible';}
if(a=="30"){document.all.hideshow30.style.visibility = 'visible';}
if(a=="31"){document.all.hideshow31.style.visibility = 'visible';}
if(a=="32"){document.all.hideshow32.style.visibility = 'visible';}
if(a=="33"){document.all.hideshow33.style.visibility = 'visible';}
if(a=="34"){document.all.hideshow34.style.visibility = 'visible';}
if(a=="35"){document.all.hideshow35.style.visibility = 'visible';}
if(a=="36"){document.all.hideshow36.style.visibility = 'visible';}
if(a=="37"){document.all.hideshow37.style.visibility = 'visible';}
if(a=="38"){document.all.hideshow38.style.visibility = 'visible';}
if(a=="39"){document.all.hideshow39.style.visibility = 'visible';}
if(a=="40"){document.all.hideshow40.style.visibility = 'visible';}
if(a=="41"){document.all.hideshow41.style.visibility = 'visible';}
if(a=="42"){document.all.hideshow42.style.visibility = 'visible';}
if(a=="43"){document.all.hideshow43.style.visibility = 'visible';}
if(a=="44"){document.all.hideshow44.style.visibility = 'visible';}
if(a=="45"){document.all.hideshow45.style.visibility = 'visible';}
if(a=="46"){document.all.hideshow46.style.visibility = 'visible';}
if(a=="50"){document.all.hideshow50.style.visibility = 'visible';}
if(a=="101"){document.all.hideshow101.style.visibility = 'visible';}
}}}

function showprojet(a) {
if (document.getElementById) { // DOM3 = IE5, NS6 
if(a=="1"){document.getElementById("hideprojet01").style.display = 'block';}
if(a=="2"){document.getElementById("hideprojet02").style.display = 'block';}
if(a=="3"){document.getElementById("hideprojet03").style.display = 'block';}
if(a=="4"){document.getElementById("hideprojet04").style.display = 'block';}
if(a=="5"){document.getElementById("hideprojet05").style.display = 'block';}
if(a=="6"){document.getElementById("hideprojet06").style.display = 'block';}
if(a=="7"){document.getElementById("hideprojet07").style.display = 'block';}
if(a=="8"){document.getElementById("hideprojet08").style.display = 'block';}
if(a=="9"){document.getElementById("hideprojet09").style.display = 'block';}
if(a=="10"){document.getElementById("hideprojet10").style.display = 'block';}
}else{ 

if (document.layers) { // Netscape 4 
if(a=="1"){document.hideprojet01.display = 'block';}
if(a=="2"){document.hideprojet02.display = 'block';}
if(a=="3"){document.hideprojet03.display = 'block';}
if(a=="4"){document.hideprojet04.display = 'block';}
if(a=="5"){document.hideprojet05.display = 'block';}
if(a=="6"){document.hideprojet06.display = 'block';}
if(a=="7"){document.hideprojet07.display = 'block';}
if(a=="8"){document.hideprojet08.display = 'block';}
if(a=="9"){document.hideprojet09.display = 'block';}
if(a=="10"){document.hideprojet10.display = 'block';}
}else{ // IE 4 

if(a=="1"){document.all.hideprojet01.style.display = 'block';}
if(a=="2"){document.all.hideprojet02.style.display = 'block';}
if(a=="3"){document.all.hideprojet03.style.display = 'block';}
if(a=="4"){document.all.hideprojet04.style.display = 'block';}
if(a=="5"){document.all.hideprojet05.style.display = 'block';}
if(a=="6"){document.all.hideprojet06.style.display = 'block';}
if(a=="7"){document.all.hideprojet07.style.display = 'block';}
if(a=="8"){document.all.hideprojet08.style.display = 'block';}
if(a=="9"){document.all.hideprojet09.style.display = 'block';}
if(a=="10"){document.all.hideprojet10.style.display = 'block';}
}}}

function hideprojet(a) {
if (document.getElementById) { // DOM3 = IE5, NS6 
if(a=="1"){document.getElementById("hideprojet01").style.display = 'none';}
if(a=="2"){document.getElementById("hideprojet02").style.display = 'none';}
if(a=="3"){document.getElementById("hideprojet03").style.display = 'none';}
if(a=="4"){document.getElementById("hideprojet04").style.display = 'none';}
if(a=="5"){document.getElementById("hideprojet05").style.display = 'none';}
if(a=="6"){document.getElementById("hideprojet06").style.display = 'none';}
if(a=="7"){document.getElementById("hideprojet07").style.display = 'none';}
if(a=="8"){document.getElementById("hideprojet08").style.display = 'none';}
if(a=="9"){document.getElementById("hideprojet09").style.display = 'none';}
if(a=="10"){document.getElementById("hideprojet10").style.display = 'none';}
}else{ 

if (document.layers) { // Netscape 4 
if(a=="1"){document.hideprojet01.display = 'none';}
if(a=="2"){document.hideprojet02.display = 'none';}
if(a=="3"){document.hideprojet03.display = 'none';}
if(a=="4"){document.hideprojet04.display = 'none';}
if(a=="5"){document.hideprojet05.display = 'none';}
if(a=="6"){document.hideprojet06.display = 'none';}
if(a=="7"){document.hideprojet07.display = 'none';}
if(a=="8"){document.hideprojet08.display = 'none';}
if(a=="9"){document.hideprojet09.display = 'none';}
if(a=="10"){document.hideprojet10.display = 'none';}
}else{ // IE 4 

if(a=="1"){document.all.hideprojet01.style.display = 'none';}
if(a=="2"){document.all.hideprojet02.style.display = 'none';}
if(a=="3"){document.all.hideprojet03.style.display = 'none';}
if(a=="4"){document.all.hideprojet04.style.display = 'none';}
if(a=="5"){document.all.hideprojet05.style.display = 'none';}
if(a=="6"){document.all.hideprojet06.style.display = 'none';}
if(a=="7"){document.all.hideprojet07.style.display = 'none';}
if(a=="8"){document.all.hideprojet08.style.display = 'none';}
if(a=="9"){document.all.hideprojet09.style.display = 'none';}
if(a=="10"){document.all.hideprojet10.style.display = 'none';}
}}}
