var fDesc=new Array(); fDesc[0] = "With the Tazzle IT, You Can Print From Your BlackBerry To Any PC's Printer. And Control Presentations, Too. No Cable Required! The Bluetooth enabled Tazzle IT USB key provides the quickest, easiest way for you to view, print and send email content, photos and files directly from your BlackBerry to any Windows PC. You can control your PowerPoints, too. Tazzle's own patented firewall system provides an impenetrable security layer between your BlackBerry and PC. Simply insert the Tazzle IT into the PC's USB port for instant, secure pairing. Then... Think! Click! Done! Tazzled IT!"; 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 = ''; } }