var fDesc=new Array(); fDesc[0] = "Wysigot is the software to capture, monitor and manage any document on the web, your local network or your computer.
It captures the entire contents of your sites, with their scripts, flashes, cookies etc., but offers numerous other functions as well.
It monitors your pages and sites, and alerts you to anything new."; 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 = ''; } }