var fDesc=new Array(); fDesc[0] = "SoftBase/Collectors Edition lets you store a virtually unlimited number of items in its database. But rather than lump all your treasured collectibles together in a jumbled mess, you can organize them into their own unique catalogs. Catalogs can be thought of as drawers in a giant filing cabinet, with one drawer for each kind of collectible. You can even have sub-catalogs--like having a set of folders within each drawer. For example, you can have a book catalog, or you can have catalogs for fiction, mystery and humor."; 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 = ''; } }