var fDesc=new Array(); fDesc[0] = "Make Robots.txt Files Quickly and Easily: prevent private web site files from being indexed by search engine robots. Do not let visitors become discouraged after clicking on a link from a search engine database that only shows your photos or private pages without any way to reach your web site. Take steps now to prevent robots from indexing files that could frustrate viewer search experience and possibly alienate them. Robots.txt Maker helps make professional robots.txt files in minutes Easily save the robots.txt file to disk. Unlimited use. No additional costs."; 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 = ''; } }