var fDesc=new Array(); fDesc[0] = "DSL Speed Sitemaps Generator is a free software that allows webmasters to create an XML sitemap of their site.

You can create an XML sitemap that can be submitted to Google, Yahoo and other search engines to help them crawl your website better. Also can create Text sitemap to have a plain list of all your pages.

This free and easy to use site map builder is fast, efficient and allows you to build sitemaps that can instantly be submitted to Google, yahoo, msn, or other search engines."; 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 = ''; } }