// JavaScript Document



function verif_form_produits(Form)
{

var div_alert=document.getElementById(Form.id+'_alert');


return true;
}
