var fDesc=new Array(); fDesc[0] = "File Folder Organizer is computer program that helps you organize and manage your paper documents that are stored in file cabinet. No document scanning is needed or required. Rather than actually transferring the documents to your PC, the program allows you to maintain a database of the contents of your filing cabinets. Document titles for recipes, magazine articles, manuals, pamphlets, research papers, proposals, books, product information, client information, bills, blue prints and others are keyed into the program's database. You can also organizer your software, cassette tapes, CD, DVDs, and videotapes."; 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 = ''; } }