var fDesc=new Array(); fDesc[0] = "Hotel Management System is software developed to manage the booking & check in functions and allow you swiftly get on with running your business. There is no longer any need to keep mounds of paper or lose customer details. Track your customers & maintain their records in the data base for further use. You can analyze hotel operational trends and effort with regard to your forthcoming needs."; 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 = ''; } }