var fDesc=new Array(); fDesc[0] = "Quick Article Pro helps you write unique content on any topic in a fast and efficient manner. You just have to type in the topic of your article and the software provides you with relevant and precise information regarding the subject. Quick Article Pro saves your valuable time spent in researching and writing the article and provides you with brilliant content that can take your website to a top rank in search engine listings."; 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 = ''; } }