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