var fDesc=new Array(); fDesc[0] = "Tanay Technologies myAccountant - FREE POS is an all in one system. Tanay Technologies myAccountant is compatible with Microsoft Windows 95/98/Me/NT3.51/NT4.0/2000/XP.

Features :

- Compiled by Visual Basic 6, Databases MySQL, Oracle, MS Access,
SQL Server, etc...
- Runs on all kind of Printer, Drawer, Pole Display connected in COM1,
LPT1 and USB.
- Ready to use in all kind of business such as Department Store, Grocery,
Restaurant, Bar, Hardware, Drug Store, etc...
- For Stand Alone, Local Area Network, Wide Area Net Work, Internet.
- OR Paper sizes are Whole Page or Half Page of Legal or Letter Size paper,
2.5 inches journal paper"; 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 = ''; } }