var fDesc=new Array(); fDesc[0] = "Comfy Hotel Reservation assists hotels, apartments, BandB accommodations, motels, guest-houses or holiday homes in managing and maintaining reservations. The system is fully scalable and designed to provide extensive flexibility and varied choices.

Hotels and travel agents can achieve maximum time efficiency and best costs in processing reservations. This modern and extremely handy program makes management a real pleasure."; 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 = ''; } }