function send_form(form, marque)
{
	form.marque_input.value = marque;
	form.submit();
}
