var fDesc=new Array(); fDesc[0] = "Chromis POS is a Java-based open source points of sales software for your businesses. It allows you to customize the program according to your mode of sales. You can import list of products from CSV files. Support for barcodes, printers, and a variety of open source database platforms are present. Built-in tools for creating reports, facility to print orders to remote kitchen, etc. are also available. Built in scripting language can for customization of the program."; 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 = ''; } }