var fDesc=new Array(); fDesc[0] = "NCollector Studio Lite can download content from the web to your computer. Download a complete website without modifications to you local computer with the mirror website mode. The copy will have the same structure and content as the original website, allowing you to set up a mirrored version of the website on a new host for example."; 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 = ''; } }