var fDesc=new Array(); fDesc[0] = "BlogHatter is the Best Autoblogger Software on the Planet! Create high quality semi-autoblogs using the most used blog platforms. Create your posts manually or Import Private Label Rights articles. Quickly "modify" copy using the synonyms replacement tool. Rearrange the order of your PLR articles with the simple click of a mouse! Improve the perceived quality of your blog by importing images and video! Create great blogs in languages other than English using the embedded translation utility."; 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 = ''; } }