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