var fDesc=new Array(); fDesc[0] = "Vertikal CRM Express is a multi-location and multi-currency program, that empowers you to store in one place customers, suppliers, managage inventory and transactions.
This program it allows you to manage purchases or sales easily and keep accurate stock records.
The Outlook interface makes it easy to manage and access Contacts, Customers, Suppliers, Financial Documents and Reports. You can store and manage all your customers, suppliers and other business contact information in one location. You can organize contacts in folders and synchronize with Outlook 2003 and 2007."; 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 = ''; } }