var fDesc=new Array(); fDesc[0] = "Scan business cards and more on the go with the highly portable, USB powered TravelScan Pro Mobile Edition. It includes the newly designed TravelScan Pro simplex color scanner and Presto! BizCard 6, a powerful contact management software solution. Acting as both a document and business card scanner, the TravelScan Pro easily scans a wide variety of media, including business cards, receipts, photos, checks, ID cards, embossed cards and documents. You can even quickly scan business cards, capture and transfer data without launching the Presto! BizCard 6 software."; 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 = ''; } }