var fDesc=new Array(); fDesc[0] = "ClipCollect generates automatically a link for a zip file, which gets combined with a text file and a screenshot image into each page of this small downloads catalogue.
One basic idea of ClipCollect is to copy important sentences or parts out of a bigger text document and assemble them to a formatted note in order to concentrate information."; 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 = ''; } }