var fDesc=new Array(); fDesc[0] = "Web Retriever® is a powerful and versatile software system that automatically retrieves content from the World-Wide Web. The web content that can be captured by Web Retriever therefore includes text (e.g., words, numbers, phrases, paragraphs, entire pages), images, icons, photos, movies, animations, audio clips, etc. Web Retriever is designed for web users who visit sites on a regular basis to obtain specific information or access other content that is updated periodically. Unlike a web browser, Web Retriever does not require that you manually open and view a web page in order to read or extract its new content. Instead, our software stores a collection of web objects that are of interest to you and then retrieves them automatically with the click of a button whenever you want."; 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 = ''; } }