var fDesc=new Array(); fDesc[0] = "Just Billing is a POS software (Point of Sale) and business management solution designed for small and medium businesses in the retail and food industry. It cuts back the complications involved with billing, inventory management, and accounting. It also offers comprehensive reporting, which makes it simpler for you to analyze the situation and take decisions for improvements in your trade."; 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 = ''; } }