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