var fDesc=new Array(); fDesc[0] = "SambaPOS is a free Restaurant POS Software application. It runs on your PC and supports most POS components such as touch screens, tablets and thermal printers. It is fully optimized for fast and easy production usage and it's ery flexible to fit to your business ideas."; 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 = ''; } }