function sendmail(who,domain,titre,corps){

location.href='mailto:'+who+'@'+domain+'?subject='+titre+' &body='+corps;

}