var fDesc=new Array(); fDesc[0] = "Supreme Comercial MUNDI is a software application for commerce, small-business companies automation, control and management, fast, and easy-to-use . It is designed to be used in computers with Microsoft Windows, for all types of Commerce, small-business, small and medium shop, point-of-sale (POS) and small offices.
Supreme Comercial MUNDI gives you access to Inventory Control, Sales / Orders / Invoices, functional POS (Point-Of-Sale), Cash Register/Flow, DataBase for Records/Files of Customers, Suppliers/Manufacturers, your Products and/or Services; Quickly locate the informations you need, even having thousands of Customers and Items in database; Allows up to 3 codes and 3 sales prices (3 price lists) for each item/product."; 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 = ''; } }