var fDesc=new Array(); fDesc[0] = "Printing Monitor 1.1 is an original application that will help you save and reduce papers being wasted. This software will let you know when it considers that you are using more paper than you should be using. It is necessary for you to know that this software will not stop you from printing, it will just display an alert asking you if it is necessary to print the pages you're about to print or if you could do something to reduce waste. The program is free so you can give it a try and see whether you like it or not."; 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 = ''; } }