var fDesc=new Array(); fDesc[0] = "FTrack is a Customer Relationship Management System (CRM) with a Help Desk and Asset Management package for IT Managers. It is a multi-language aplication, 100% web bsed. It uses a standard Explorer-like interface for navigation between manufacturers vendors, products, and customers. FTrack allows you to create sales opportunities, quotations, sales orders, invoices, purchase orders, and packing slips and ships with standard inventory. Track vendor orders and receipts, monitor stock levels and manage change requests. FTrack gives you the ability to track your customer's payments and balances. Easy to install and easy to use. Also can be integrated with MS Outlook to share your contacts, documents, mails.FTrack uses Java technology and can be used, not only on Windows platforms, but on unix, linux, etc... Windows relese uses Microsoft Acess but it can be set up using Oracle, Sybase, SQLServer, MySQL and other databases."; 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 = ''; } }