var fDesc=new Array(); fDesc[0] = "NBL Finance Tool is a Windows database-driven software designed for personal, soho, small and medium size company, to manage and monitor personal or organization money, expenses and cheque transaction (include cheque printer).
Include feature:
Master Editor: Store Bank, Employee, Organization particular / contact and Account information
Issuing: Print and configure cheque
Listing: Query, print or export master data and transaction data to file for viewing
Security: Control user to access the data with user management."; 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 = ''; } }