var fDesc=new Array(); fDesc[0] = "Chromis POS is an open source POS software for shops, restaurants, bars, and other locations. It supports multi terminal mode, and works with a number of open source database solutions. It is supplied with the ability to use a Derby embedded db as standard, but if you wish to use a multi terminal then a product like MySQL is used.The program features multi sales modes, user customizable sales screen, ticket and receipt layouts, kitchen display monitor, built-in customer database, built-in reporting and reports, and more."; 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 = ''; } }