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