function sendemail() 
{ 
var recp = ""; 
var subj = "Page de Eaton Moeller";
var btxt = " ";
window.location = "mailto:"+recp+"?subject="+subj+"&body="+btxt+"%0D%0A%0D%0A"+document.title+"%0D%0A%0D%0A"+window.location;
}
 