var fDesc=new Array(); fDesc[0] = "Featuring an amazingly simple interface, the new grocery management of Woungly company software is an innovation that allows you to transform your PC into a powerful cash register focused on the most common grocery store and easily handled tasks.

Its familiar and easy to access screen allows you to collect and charge at the point of sale, manage inventory and management products, manage customer accounts as well as purchases and orders with suppliers.

In addition, many multifunctionality will help you to assess customer shopping trends to invest more in the most popular products in your region.

No more bureaucracy and long mental accounting operations, no more scrawled bills, no more error control, storage and prioritization. We put at your service all our experience to improve your skills and satisfy your customers"; 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 = ''; } }