<!-- Begin
function Mail()
{
var email=('contact@forgottenchild.org');
var cc=('webmaster@mexmexmex.com');
if (lengua=="eng") {
	var subj=('Mail from Forgotten Child Web Site');
	var body=('Dear Sara Tylosky: ');
}
else {
	var subj=('Mail del Sitio Web deForgotten Child');
	var body=('Estimada Sara Tylosky: ');
}
window.location="mailto:"+email+"?cc="+cc+"&subject="+subj+"&body="+body;
}
//  End -->