var fDesc=new Array(); fDesc[0] = "BIXOLON JavaPOS is an architectural specification for application interfaces to point-of-service devices that are used in a retail environment. The program defines the structure of application interfaces to retail devices such as printers and scales, scanners, and describes the range of functionality in these devices that would typically be needed in a range of POS solutions."; 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 = ''; } }