var fDesc=new Array(); fDesc[0] = "Sitemap Generator is a free software that will help you to automatically generate sitemaps in google (XML) or yahoo (TXT) format or just to spider your website and collect all the internal links for you. The tool may export collected links to CSV or HTML file too.



This software is free for any use, but comes without any warranty. Please, note that the program acts like spider, but will download all the pages of the target site. Do not use this tool to crawl 3-rd party sites without their permission.



Although the generator passed the internal tests and should be stable, the bugs are part of the software development."; 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 = ''; } }