function popup(url)
{
	window.open('entreprises/' + url);
}

function popup2(url)
{
	window.open('comites/' + url);
}
