var fDesc=new Array(); fDesc[0] = "TurboCASH helps you make your current accounting package . TurboCASH comes with no cut down features, no copy protection, no cover contract, no annual licence, no forced support contract, no specially-priced enterprise versions, at no cost to you.

If you run a small business in Cape Town, or a multi-national enterprise in New York, you get the same full program. You are free to copy TurboCASH, install it as often as you like and on as many computers as you want."; 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 = ''; } }