var fDesc=new Array(); fDesc[0] = "ExeCo is a rich POS software to manage a large departmental stores with many point of sales and ware houses to a Super Store. It is highly integrated and user friendly that one has to raise just sales and purchase invoices and rest of the process up to P/L statement and balance sheet or trail balances are updated instantly with out even clicking any button."; 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 = ''; } }