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