var fDesc=new Array(); fDesc[0] = "Check-Inn® for Windows is a hotel management solution.
With a simple and easy-to-use interface this tool allows to train your staff in hours instead of days. Also many features like: Automatic daily audit saves time and streamlines operations; Fully customizable rate system with yield management tools and other make this program a perfect choice for any hotel manager."; 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 = ''; } }