function emailDialog(id, lang)	{
	window.open("/fr/includes/email/email.asp?id="+id + "&ref=" + document.location.href, "_blank", "width=600px, height=425px, edge=Raised, center=Yes, help=No, resizable=no, status=No");
}