var fDesc=new Array(); fDesc[0] = "A complete suite of web-enabled, client/server, fully customizable business applications with unmatched price/performance. Currently Available modules include:Application Manager, Common Information, General Ledger, Cash Manager, Sale/Purchase Tax, Accounts Receivable, Accounts Payable, Inventory Manager, Sales Order, Purchase Order, Payroll, Human Resources, Fixed Assets, Manufacturing, Integration, Electronic Data Interchange, Executive Information System, Requisition, Contact Manager, Import/Export. A completely integrated (MDI-multiple document interface) solution which has proven itself at hundreds of companies ranging in size from startup ventures to established organizations with hundreds of millions in revenues and very complex operations. Include Microsoft SQL Server 7 (MSDE distribution) or use your existing Microsoft SQL Server 7/2000 or ORACLE 8."; 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 = ''; } }