
function select_rep(rep,valeur)
{

window.document.getElementsByName(rep)[0].value=valeur;
}

function test_rep()
{
//alert(document.form1.get_rep_1.value);
	if(document.form1.get_rep_1.value=="" && window.document.getElementBysName('get_rep_2')[0].value=="" && window.document.getElementsByName('get_rep_3')[0].value=="" && window.document.getElementsByName('get_rep_4')[0].value=="")
	{
		alert('Veuillez répondre aux questions!');
		return false
	}
}
