// JavaScript Document
function wopen(no){
	//alert(no);
	window.open('./fiches/ficheentreprise.php?idEntreprise='+no,'ficheent','modal=yes,scrollbars=1,dependent=yes,width=520,height='+(screen.availHeight-150),'');
}
function wopem(no){
	//alert(no);
	window.open('./fiches/ficheemploye.php?employe='+no,'ficheemp','modal=yes,scrollbars=1,dependent=yes,width=520,height=500','');
}
function wopun(no){
	//alert(no);
	window.open('./fiches/fichemunicipalite.php?municipalite='+no,'fichemun','modal=yes,scrollbars=1,dependent=yes,width=520,height='+(screen.availHeight-150),'');
}
function envoi_em(add){
                domaine = 'cldbm.qc.ca';
	str = 'ma';
	str += 'il';
	str += 'to';
	str += ':'+add;
	str += '@';
	str += domaine;
	str += '?subject=Informations';
	window.open(str,'','');
}