var fDesc=new Array(); fDesc[0] = "Cumulus is a World Class Warehouse Management System that runs distribution centers and warehouses. Main Features: Inventory Control, Inventory Management, Orders Control, Distribution Control, File Import / Export, User defined and Standard Reports and Internet Enabled. Advantages: Improves your customer service level, Reduces operation expenses, Reduces stock outs, Reduces Inventories value, Easy to install and to use, Price. Includes: Main Program, Database manager to create your own reports / queries, Data importer tool, User manual."; 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 = ''; } }