var fDesc=new Array(); fDesc[0] = "AlmDesk is a program to manage laundry activities (items reception and restitution, customers' management, statistics) particularly cured for the simplicity of use; simply clicking on graphic images on screen develops the procedures for garments reception and restitution; the operative procedure is intuitive and analogous to that used in manual compilation of receipts.

AlmDesk maintains all functions already realized in 1st edition, adding those coming from the experience realized on our customers' requests. AlmDesk is used since 1995. In particular, AlmDesk adds client's register and prepaid cards to manage laundry payments, statistics on garments in process, per cent variations of prices, and much more."; 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 = ''; } }