var fDesc=new Array(); fDesc[0] = "PrintMe Mobile Driver allows users to use the PrintMe Mobile solution on their PCs. It’s perfect when you’re working away from your desk, on another floor, in a different building, or at another company site. Using the familiar “File-Print” command in an application, you can automatically discover and print to all PrintMe Mobile-enabled printers, regardless of type or brand — reducing IT Help Desk support calls from visiting employees."; 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 = ''; } }