function ouvre_saisie(code)
{
	var destination="php/commande.php?pacod=" + code + "&ouverture=fenetre";
	window.open(destination,"","height=200,width=300,top=20,left=20")
}
