var fDesc=new Array(); fDesc[0] = "iRetail is designed with simplicity and elegance. It is specifically designed for small to medium scale retailers. Everything you do at the store (sales, purchases, counting etc), spend an extra minute to do it through iRetail, the results will be amazing. You don't need to know computers to operate iRetail; just an hour long training would suffice to conveniently navigate through the features of it. You can use your PC and install iRetail on it or buy a POS hardware (may turn out to be bit expensive) and install iRetail on it, it will work fine with both!"; 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 = ''; } }