var fDesc=new Array(); fDesc[0] = "Visual Web Task creates executable spiders for your download and extraction needs. You can teach your spider how to negotiate logins , proxies and security pages to download and extract what You need - files , emails , search results. One spider can invoke another and this let You create a spider to meet ANY complication level. The tool is completely visual and there is no need to be a programmer to use it. The product uses Internet explorer as web engine so installation of I.E. 5.5 or higher is required"; 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 = ''; } }