var fDesc=new Array(); fDesc[0] = "SharkModem is a shareware program that makes it possible to connect your Blackberry device to your portable computer via USB, or Bluetooth, and use it as a modem to connect to the Internet. You can configure this program to work with your home Internet connection instead of the mobile, thus saving a lot of money and using it outside while traveling around in places without an Internet connection, or even in foreign countries if your carrier allows so. This application supports all Blackberry devices (both modern and old models). You can download and evaluate this program free of charge."; 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 = ''; } }