   function sendMailTo(name, company, domain, subject) {
      locationstring = 'mai' + 'lto:' + name + '@' + company + '.' + domain + "?subject=" + escape(subject);
      window.location.replace(locationstring);
 }
   function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}