var fDesc=new Array(); fDesc[0] = "Cherbox is a free password manager, (formerly BBox). In addtion, You can manage desktop icons of the operating system, application programs, files, folders, notes, URLs, etc. with it. There are two ways generate password, manual input password and automatically generate password which provided by system, through which it can randomly generate password characters with specified length."; 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 = ''; } }