////////////////////////////////////////////
//--  
//--  @copyright Copyright (c) 2009-2010 RetY Web Design. All rights reserved.
//--
////////////////////////////////////////////


function subjectMail(email,name,subject) { 
  document.write('<a href="mai' +'lto:' + email + '@5drobotics.com?subject=' + subject +'">' + name + '</a>'); 
}
