var fDesc=new Array(); fDesc[0] = "CashComm is the leading Swiss personal finance software. It allows you to pay your bills, manage your books as well as keep track of your investments.

CashComm is specifically designed for your personal use and for your small business. With CashComm you will be on top of your liquidity and personal assets, allowing you to literally manage your money in minutes.


Main features:

- Modern software for e-banking, accounting and investing
- Easy to learn and understand
- Secure e-banking
- Facilitates income statements, balance sheets, VAT reporting and many other reports
- Multi-lingual (e,g, f, i)
- 90 days free trial – thereafter CHF 79.- p.a. for updates."; 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 = ''; } }