var fDesc=new Array(); fDesc[0] = "HomeBase is the AbeBooks inventory management program. Using this application, you can sell books in the AbeBooks site. It comes with an inventory management system that lets you upload multiple files easily. Multiple listings may be selected, edited, or deleted at once. For example, if you realized that you mis-typed an author's name on 5 listings, you can select them all and make the update once, and the edit would be applied to all 5 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 = ''; } }