var fDesc=new Array(); fDesc[0] = "Meta Tag Maker is a Windows desktop application created for Webmasters and Web site owners who want to create an attention grabbing search engine with friendly HTML meta tags or XHTML meta tags, fast and easy.
With this program you can save meta tags to your hard drive or insert meta tags to your webpage on your local computer.
Meta Tag Maker runs on Windows XP and 7."; 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 = ''; } }