var fDesc=new Array(); fDesc[0] = "Pakbond is an advanced prize bond software developed by a Pakistani team. It manages and checks your and your family's prize bonds in just few seconds with lots of features. Pakbond offers you to back up and restore all your software data (i.e Draws, Lockers, Schedule) to keep your data safe in a USB unit. A nice feature is that you can check bonds without an Internet connection."; 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 = ''; } }