var fDesc=new Array(); fDesc[0] = "QuickOrder POS system is a ordering professional free software for restaurants, pizza restaurant or pub.
You can take the orders with the restaurant-handheld, the data will be send to personal computer at cash desk, endowed with Touch Screen. Automatically, the orders will be deliver to the kitchen and bar.
To print the fiscal document for the customer click on the touch screen the table that appears on monitor."; 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 = ''; } }