var fDesc=new Array(); fDesc[0] = "This is by far and wide the easiest way to tackle any APA style project. Out of all the so-called "APA" style aids out there on the market, Reference Point is by far the most comprehensive, accurate, affordable, and easy-to-use style software on the market anywhere today. These are templates available for APA & MLA Style."; 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 = ''; } }