function mcomp()
{
   part1='inf';part2='o@flor';part3='encevista.com';
   paddr=part1+part2+part3;window.location='mailto:'+paddr;
 }
