function emailDialog(id, lang)	{
	window.open("/en/email/emailattachment.aspx?id="+id, "_blank", "width=600px, height=425px, edge=Raised, center=Yes, help=No, resizable=yes, status=No");
}