var fDesc=new Array();
fDesc[0] = "Site Mapper will analyze the contents of a web site, and create a detailed map with an indexed listing of all resources by page and category.
Features:
- Spellcheck documents as they are mapped
- Built in document preview functionality
- Integrates with your favorite document editor
- Functions with local and online files
- Save files to local directory
- View file properties (includes list of site URL referrers).
- Proxy and Firewall Support
- And much more..
Site Mapper is a great site map creator which boasts an extremely intuitive interface. It is a great tool which can be used to obtain a good idea of exactly how large a site is by generating a perfect site map of all files used by a site.
Site Mapper will also map javascript files, stylesheets, media files and more. Site Mapper will also list and map external links and broken links. Site Mapper is a tool that, once becoming familiar with, webmasters simply can't do without. All results can be exported as text, XML or html documents.";
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 = '';
}
}