
  var user1 = "GenLeeOne";
  var user2 = "Webmaster";
  var domain = "AOL.com";
  var domain = "1stqualitywebdesigns.com";
  var subject = "A Question About The Lee 1 Photo Album";
  var subject2= "A Problem With The Lee 1 Photo Album";
  var bodytext = "Enter your comments here, Thank you!";
  var bodytext2 = "Enter your comments here, If it is a techical problem, please list the page you had the problem with and any errors you may have received. Thank you!";  
 
  document.write('<font size="3">Email Us: <a href=\"mailto:' + user1 + '@' + domain + '?subject=' + subject + '&body=' + bodytext + '\">'); 
  document.write('General Questions</a> or ');
  document.write('<a href=\"mailto:' + user2 + '@' + domain + '?cc=' + user1 + '@' + domain + '&body=' + bodytext2 + '\">'); 
  document.write('Technical Support or Questions</a></font>');  
  
