var fDesc=new Array(); fDesc[0] = "Collectibles Organizer Advantage is a Windows software that allows collectors, hobbyists, dealers, and clubs to organize, catalog, and manage all collectibles on their PCs. For the database novice, Collectibles Organizer's intuitive interface and ready-to-use inventory solutions make it easy to set up and use. Collectibles Organizer, Detailed Solution: organize and maintain data about your collectibles in as much detail as you want. Collectibles Organizer, Basic Solution: organize and maintain data about your collectibles in a quick way. Collectibles Notes: organize and maintain notes about your collections. Collectibles Web Resources: organize information about online dealers, auctions, access accounts, and other collectibles resources. Collectibles Contacts Solution: organize all your hobby related contacts. For the power user, Organizer affords the simplicity of wizards that make it easy to set up and use database solutions that you create."; 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 = ''; } }