var fDesc=new Array(); fDesc[0] = "Free CBZ Reader is a simple and handy tool which is designed to offer a simple and easy method to view and read comic books. It allows the users to navigate through the pages in a quick and easy manner. It also has a zoom adjuster that allows you to zoom in on the comic characters to have a closer look, you can add, filter, sort, remove and delete files and folders."; 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 = ''; } }