var fDesc=new Array(); fDesc[0] = "This software is programmed using C# Visual Studio 2008.
The data is stored using the backend SQL 2000, 2005 & 2008.

Main features:

- Account Heads can be created any time for any accounting year, ie. you can create Accounts Heads in the Previous Year even after transferring balances to the Next Year.
- Repost Data Entries option is eliminated. Your Trial balance will always be tallied.
- Repost O/S Entries option is eliminated. Your Net Outstandings will always be accurate & correct.
- Online Real-time integration of data from your web portal."; 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 = ''; } }