var fDesc=new Array(); fDesc[0] = "Developed from AdaPos to support Retail Business that has huge data and/or has many branches up to Wholesale Business. This system also support head quarter system and branch system to working on time. There is “Consignment” system to support product's owner while they consign their products to department store."; 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 = ''; } }