var fDesc=new Array(); fDesc[0] = "ezPower POS is available in three interface styles. Each operates with a barcode scanner, keyboard, and mouse. The Graphical Display interface allows you to use a Touch Screen monitor or a regular monitor with a mouse. The graphical display makes ringing up sales fast and easy for you and your employees. Ring up sales by scanning a barcode, a click of the mouse or a touch of your finger (Touch Screen). Your items are automatically arranged by category. The Business Style display provides a more traditional and powerful method of ringing up sales."; 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 = ''; } }