// JavaScript Document
//obfuscate email from spambots, note: do not need <script> tags in .js file
function mailtech()
  {
      var string = 'mail'
      string += 'to:'
      string += 'tech'
      string += '@'
      string += 'printertechs'
      string += '.com'
     window.open(string)
  }