// JavaScript Document

// Marche pas, à voir plus tard

function plier(elt){
	
	document.getElementById(elt).style.display = "none";
	
}

function deplier(elt){
	
	document.getElementById(elt).style.display = "block";
	
}

function panier(){
	
	var launch = window.open("choix_format.php","Choix","top=25,left=25,width=400,height=500 ,toolbar=no, location=no, directories=no, status=no, scrollbars=yes, resizable=no, copyhistory=no, border=no");
	launch.focus();

}
function plan(){
	
	var targeturl="plan.php" 
	newwin = window.open("","Plan","top=25,left=25,width=450,height=550 ,toolbar=no, location=no, directories=no, status=no, scrollbars=yes, resizable=no, copyhistory=no, border=no");
    newwin.location=targeturl

}


function verif_value(id) {
var z="socle-"+id;

var s = document.getElementById(z).checked=false;




}







