
function openPopUp(adresse){
	openPopUp(adresse, '');
}

function openPopUp(adresse, name) {
	// taille ok FF : width=842,height=389'
	window.open(adresse, name, 'toolbar=yes,menubar=no,location=no,directories=no,status=no,resizable=yes,scrollbars=yes,width=680,height=500');
	return;
}
