function sendmail(whom,where,sabj){ 
w=window.open('mailto:'+whom+'@'+where+'?subject='+sabj);
if(w)w.close(); 
return 0; 
}
