var fDesc=new Array(); fDesc[0] = "FinderWare for Books is an ideal soft for personal,business,professors,professionals or organizations usage.
Features:
-Insurance Record
-Organize all your books
-Track the location of your books
-Who has borrowed your books
-Which books have you borrowed
-Personal notes on books
-Flag books you have read or not read
-Track the owners of all the books in the office
-Track the location of all the books in the office
-Provide a checkout system for employees
-Allow employees to leave notes on books
-Flag books pertaining to a particular project or subject
-Group types of books together
-Track notes on each book."; 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 = ''; } }