function deroul(obj,nbr) {  if (document.getElementById("obj"+ obj).className == 'masquageHide') {       for (i=1; i<=nbr; i++) {       document.getElementById("obj" + i).className = "masquageHide";        }       	   document.getElementById("obj"+ obj ).className = "masquageShow";}else {    document.getElementById("obj"+obj).className = 'masquageHide' ; }}// . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . function hilite(obj) {     document.getElementById("btn"+ obj ).style.marginTop="-24px";}function delite(obj) {     document.getElementById("btn"+ obj ).style.marginTop="0px";}// . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . function defileJ(a){if ($("#item"+a).is(':visible'))  { //afficheJ(a);}else {	$("#visibleTest div:visible").slideToggle("slow",function(){ afficheJ(a);})};}// . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . function afficheJ(a){	$('#item'+a).slideToggle('slow');	$('#cale').css({display:'none'});	//return;//$('#item'+b).hide('fast');	//$('#item'+c).hide('fast');}// . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . function defileJ2(a){	$('#itemB'+a).slideToggle('slow');}// . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . function aff_contact() {  if (document.getElementById("contact").className == 'masquageHide') {	   document.getElementById("contact").className = 'masquageShow';}else { 	   document.getElementById("contact").className = 'masquageHide';}}
