var fDesc=new Array(); fDesc[0] = "KollectAll is an easy to use collectibles inventory and management software program on day one, yet powerful enough to grow with your collection. As you become more experienced using KollectAll, the customization tools built into KollectAll let you build and customize the program so that you can modify the program to fit your exact needs. Easy to use on day one, yet powerful to customize as your experience grows, an investment in KollectAll today, is an investment in the future."; 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 = ''; } }