function write_mail(mail)
   {


	window.location="mailto:"+mail+"";
   }


