// JavaScript Document
function cree_code_article()
{
	famille = document.form.select_famille.value;
	marche = document.form.select_marche.value;
	culture = document.form.select_culture.value;
	sousmarche = document.form.select_sousmarche.value;
	document.form.form_code.value = famille + marche + culture + sousmarche + "xxx";
}

function champs_defaut_art()
{
	document.recherche.recherche_mot_cle.value = "";
	document.recherche.select_unite.value = "tout";
	document.recherche.select_marche.value = "tout";
	document.recherche.select_culture.value = "tout";
	document.recherche.select_famille.value = "tout";
	document.recherche.select_sousmarche.value = "tout";
	document.recherche.select_tri.value = "aucun";
	document.recherche.select_statut[0].checked = true;
}
