var fDesc=new Array(); fDesc[0] = "It is completely designed to facilitate your access to the database with 33000 items. You will easily browse the catalog, new products, and promotional offers. Plus, availability and products prices are updated in real time.

The software gives the possibility to manage :
- Product catalogue in Pro or Public mode opening
- Main screen configuration
- Current orders
- Orders history
- Back Order
- Products label printing"; 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 = ''; } }