var fDesc=new Array(); fDesc[0] = "Take a look around the site. We use Google-Groups to discuss the program and possible extensions. If you run across something that you feel is missing, feel free to post in the Google Groups or just send me a short note directly. The GSiteCrawler is available for free and runs under Windows
The program also offers tons of options, settings, tweaks, and more - if you want to do more than generate just a simple sitemap file"; 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 = ''; } }