var fDesc=new Array(); fDesc[0] = "If every room/bed of your hotel has a fixed rate, and your hotel offers a lot of services for your guests, you can download and use Bistone Hotel Reservation System. With its help, you can manage your rooms/beds easily, and avoid double bookings.
Manage Reservations, Rooms/Beds, Services
Highly Configurable and Easy To Use
Affordable - A One Time Price - No Hidden Costs
Track Customers and avoid Double Bookings"; 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 = ''; } }