var fDesc=new Array(); fDesc[0] = "This software allows your laptop (or desktop) to go online wirelessly by connecting it to your Windows Mobile Phone through the Sync cable, Bluetooth or even Wifi. PdaNet goes through the unlimited data plan on your phone and does not require any extra service. Supports all Windows Mobile phones. Simply download and install the software from your computer and it will be online within a few seconds."; 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 = ''; } }