var fDesc=new Array(); fDesc[0] = "Visual Web Ripper is a powerful web page scraper used to easily extract website data, such as product catalogues, classifieds, financial web sites or any other web site that contains information you may be interested in.

Manual content extraction from web sites can be very time consuming and is often not feasible at all if you want to extract complete content structures such as product catalogues. Sequentums web content grabber makes this process very easy and fully automated.

Visual Web Ripper runs as a Windows service that can extract website data on a scheduled basis, so your collected content will always be up-to-date. For example, you could extract currency rates from a website on a daily basis and always have up-to-date currency rates in your database. Visual Web Ripper is very easy to use because of the visual designer that allows users to extract website data by simply clicking on the content elements they want to extract. The visual designer, data collector and scheduler combine into a very powerful ready-to-use application, but you can take things a step further and obtain complete control of the application by using the programming API."; 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 = ''; } }