var fDesc=new Array(); fDesc[0] = "This is a simple application that allows you to quickly split or merge files. It has a built-in MD5 checksum tool for calculating MD5 file checksums. Since this program is portable, you can run it from the USB flash drive. This program is quite easy to use; simply specify the input file, require size of output files, and click Split."; 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 = ''; } }