var fDesc=new Array(); fDesc[0] = "WAGWARE BTWedge was developed for the Janam XP series of devices to function as a software Wedge to your PC using wireless bluetooth technology. Scan a 1D or 2D barcode on the Janam XP and the data is entered directly into your existing Windows program. The possibilities for this software are unlimited, use it for: Inventory systems, Point of Sale (POS), Web applications/browsers, Excel or most any other Windows® applications. You no longer need to purchase a separate scanner for your Desktop/Laptop computer and another for your mobile applications. Use a single device for BOTH! Download the trial version and see how WAGWARE BTWedge can increase the productivity of your Janam investment."; 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 = ''; } }