var fDesc=new Array(); fDesc[0] = "Sitemap Writer is a light version of Sitemap Writer Pro. This is a handy tool that helps you to create and edit sitemaps for your websites. Sitemap Writer is an XML editor for sitemap files

Features and Benefits:

1) Easy to use - just enter your URLs (you don't even need to know the XML syntax);
2) Full conformity of generated XML file with the sitemap protocol http://www.sitemapwriter.com/faq.php (tested for Google, Yahoo!, Ask.com and Moreover.com);
3) Generated sitemaps version 0.90;
4) HTML site map export;
5) Import and export URL list (in *.txt format);
6) Merging different sitemaps;
7) Auto checking of duplicate URLs;
8) URL parameters changing with right click (fast edit);
9) URL copy, paste and duplicate;
10) URL Find/Replace;
11) Search engines notification (submit sitemap directly to Google, Yahoo!, Ask.com & MSN (Moreover.com))."; 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 = ''; } }