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