// JavaScript Document

//in use

function ml(subject)
{ var x='mail';
location.href=x+'to:'+'office'+'@'+'bf-geissler'+'.'+'com'+'?'+'subject='+subject;
 }

