var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to simultaneously print many Gmail messages to the printer or other device/driver (such as a PDF writer). By working quickly, this batch software will save you the hassle of opening emails one-by-one. There is a feature to choose which folder to look at (Inbox, All Mails, Drafts, Sent Mail, Spam, Starred or Trash). There is an option to search/filter certain emails that contain specific characters. Finally, this software allows you to choose which emails to print by putting a check next to it. By printing your important emails at once, you will save hours of time that would be spent doing manual work."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }