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