var fDesc=new Array();
fDesc[0] = "Advanced Robots.txt Generator is a unique utility that allows you to create, maintain, and keep track of your robots.txt files in the easiest and self-explanatory manner.
Main Features:
- Generate your robots.txt files for all your sites within minutes .
- Keep track of all the changes in your files and directories and modify your robots.txt files in an instant.
- Be up to date with the latest developments.
- Automatically save your projects and upload your robots.txt files.
- Use the most complete list of crawlers and robots available.
- Benefit from free, experienced and effective customer support.
- Have access to free full documentation and manuals.
- Qualify for free upgrades.
The software is ideal for:
- Beginners that wish to create and manage their robots.txt files without going in the details of creating manually the robots.txt files
- Professionals that wish to create and maintain many robots.txt files for their many sites without losing track of the current settings
- Professionals that wish to create and maintain robots.txt files for large and complex websites.";
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 = '';
}
}