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