var fDesc=new Array();
fDesc[0] = "IntelliMapper is intelligent sitemapping software that makes it super easy to create perfect XML sitemaps quickly & easily that can be submitted to Google, Yahoo!, MSN and Ask.
* Easy-to-use wizard system helps you create a site map in minutes.
* Only 3 simple steps: Enter your website address, choose a couple of settings and press Start. That's it!
* Creates one sitemap that can be submitted to Google, Yahoo!, MSN and Ask at the same time...saving you time and effort.
* Comes with easy-to-follow manual loaded with screen shots walks you through using the software step-by-step... but you probably won't even need it :-)
* Has built-in FTP software so you can upload your finished map to your web site without leaving the IntelliMapper.
* Indexes your site quickly and shows you the indexing progress.
* Gives you a handy list of broken links on your site so you can fix them. Broken links are automatically excluded from the sitemap.
* Automatically honors robots.txt files";
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 = '';
}
}