function sixcordes(){


$("#portee-ligne1_1").show(300);
$("#portee-ligne1_6").show(300);

$("#portee-ligne2_1").show(300);
$("#portee-ligne2_6").show(300);

$("#portee-ligne3_1").show(300);
$("#portee-ligne3_6").show(300);

$("#portee-ligne4_1").show(300);
$("#portee-ligne4_6").show(300);

$("#portee-ligne5_1").show(300);
$("#portee-ligne5_6").show(300);

        
}

function cinqcordes(){


$("#portee-ligne1_1").hide(300);
$("#portee-ligne1_6").show(300);

$("#portee-ligne2_1").hide(300);
$("#portee-ligne2_6").show(300);

$("#portee-ligne3_1").hide(300);
$("#portee-ligne3_6").show(300);

$("#portee-ligne4_1").hide(300);
$("#portee-ligne4_6").show(300);

$("#portee-ligne5_1").hide(300);
$("#portee-ligne5_6").show(300);

        
}


function quatrecordes(){


$("#portee-ligne1_1").hide(300);
$("#portee-ligne1_6").hide(300);

$("#portee-ligne2_1").hide(300);
$("#portee-ligne2_6").hide(300);

$("#portee-ligne3_1").hide(300);
$("#portee-ligne3_6").hide(300);

$("#portee-ligne4_1").hide(300);
$("#portee-ligne4_6").hide(300);

$("#portee-ligne5_1").hide(300);
$("#portee-ligne5_6").hide(300);

        
}

 function rechargerCaptcha()
{
var Rcaptcha = document.getElementById("Rcaptcha"); 

Rcaptcha.src="../captcha/captcha.php?test="+(Math.random()*500000000);
}


function afficherS(nombre){
	var imgs = document.getElementById("supprimer"+nombre);
	imgs.style.visibility="visible";
	//var table = document.getElementById("table"+nombre);
//	table.style.backgroundColor="#EFF8FF";
}

function masquerS(nombre){
	var imgs = document.getElementById("supprimer"+nombre);
	imgs.style.visibility="hidden";
//		var table = document.getElementById("table"+nombre);
//	table.style.backgroundColor="#FFF";
}


function supprimerT(nombre){
		var table = document.getElementById("table"+nombre);
		table.style.display="none";
}

function restaurerligne(){
	$("#table1").show(300);	$("#table2").show(300);	$("#table3").show(300);	$("#table4").show(300);	$("#table5").show(300);
}

