var fDesc=new Array(); fDesc[0] = "It's an easy to use, modern and reliable POS solution for Windows computers. Aronium comes with two layouts - Touch Screen and standard / keyboard layout. Whether you are using barcode reader, or you prefer touch screen functionality, Aronium will fit your environment. It also offers a simple, flexible and effective way to apply discounts to your items. Inventory tracking and management is also available."; 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 = ''; } }