
function loadRevendeurs ()
{
	var departement = document.search_revendeurs.departement[document.search_revendeurs.departement.selectedIndex].value;
	window.location = 'distributeurs.php?departement='+departement;
}

function openwin(page) {
	var taillex = 530;
	var tailley = 350;
	var posx = (screen.width - taillex) / 2;
	var posy = (screen.height - tailley) / 2;
	var conf = "toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width="+taillex+",height="+tailley+",left="+posx+",top="+posy;
	
	window.open(page,'',conf);
}
