var fDesc=new Array(); fDesc[0] = "AdaURL is a URL Submission utility for Windows. It will register your web pages with the world's Search Engines in just a few minutes. AdaURL features include: META tags generator to help optimize your search engine listings; FAST concurrent submissions to 20 engines at a time; Detailed submission reports; Proxy server support; Smart Category selection; Select one category and AdaURL will find the best one for each engine. Comprehensive Details are entered for each URL. The information is stored in a project file, and is used by AdaURL to ensure submission only to appropriate catagories and sites. Detail categories include: Company/Contact Details Screen; Engine Selector Screen; Category Selector; Keyword Manager; Submission Progress Status."; 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 = ''; } }