var fDesc=new Array(); fDesc[0] = "Tailoring Shop Software is a program designed for catering the needs of tailoring shops. The program manages the customers, bookings, workers' wages, suppliers and gives instant status report of jobs in processing. It also offers you a complete inventory control for readymade garments and clothes that the tailoring shop may have for sale."; 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 = ''; } }