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