function mailTo()
{
	if (document.getElementById != null)
	{
	    var newWin = window.open("/en/email/MailTo.aspx?ref=" + document.location.href.replace(/&/g,'1a2b3c4d5e'), "MailTo", "width=600,height=475,status=yes,menubar=no,location=no,resizable=no");                    
	}
	else
	{
		alert("You're browser is not capable of performing this operation!");
	}
}
