var fDesc=new Array(); fDesc[0] = "Bookstore Assistant is a freeware program designed to make it easy for you to buy any book online at the very best possible price. It will go to the web sites of online bookstores such as Barnes and Noble, Amazon.com and others to find the best price on any book you specify. You can specify which online bookstores you want Bookstore Assistant to search for your books. You can tell Bookstore Assistant to search them all, or you can limit the search to only those bookstores you prefer."; 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 = ''; } }