function out_mail()
{
   part1='inf';part2='o@mari';part3='onbast.com';
   paddr=part1+part2+part3;window.location='mailto:'+paddr;
 }