var fDesc=new Array(); fDesc[0] = "Wizcom Desktop enables data transfer between your Pen and PC. This application is necessary if your Pen contains applications such as Notes and Scan to PC which require PC connectivity.
You can also use the Desktop to view and edit the text sent from your Pen to the PC, to convert sent files to other formats, to modify Pen components and to optimize Pen performance by compacting the Pen file system."; 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 = ''; } }