var fDesc=new Array(); fDesc[0] = "WinCut is a free program that allows you to cut a large file into pieces and recover these pieces into the original file. The program can be considered as an assistant tool of WinZip and WinRar. The size of each piece that you cut from a file can be as large as you want."; 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 = ''; } }