var fDesc=new Array(); fDesc[0] = "uZip is a tiny but strong extractor for ZIP, ZIPX, RAR, RAR5, 7z, ISO and many more archive formats. uZip is specifically designed for the majority of computer users who just want to extract files from archives such as .zip, .rar, .7z, .rar5, and .zipx files. With no unnecessary features or buttons, uZip allows the most basic of computer users to open a range of archives."; 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 = ''; } }