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