var fDesc=new Array(); fDesc[0] = "Alventis is a Universal Information Manager that can record all your valuable data: free-form rich text notes, contacts, tasks, inventory, budget, employee records, resumes, sales leads, real estate records, personal collections, and so on. The number of table formats and data-entry forms is unlimited. Full-text indexing ensures that your searches are lightning-fast. Banded reports are created with drag-and-drop ease.
The Professional Edition gives you the ability to create your own tables from scratch or modify existing ones. Create as many data-entry forms as you like quickly and easily - all without writing a single line of code!
The Enterprise Edition brings you the advantages of a robust client/server architecture, secure multi-user operation, and easy deployment. Infinitely more than a PIM, Alventis offers you features only found in industrial-strength DBMS solutions - for a fraction of the cost. Visit www.alventis.com for more information!"; 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 = ''; } }