function reload(form){
	var val=form.cat.options[form.cat.options.selectedIndex].value; 
	self.location='repertoire.php?cat=' + val ;
}