var fDesc=new Array(); fDesc[0] = "HotelASP is a hotel and reservation management software that helps you manage reservations, roomstays, room planning, guests, accounts, folios, agents, pricing plans, basically front office and back office hotel operations.

The HotelASP is a 100% web-based multi-channel platform that offers to your customers and partners places where they can view room availability, do online reservations, check points and more.

The system helps you create a better and stronger link between you, your customers and your partners that will translate in revenue increase and a better customer satisfaction.

HotelASP is integrated with a customer relationship management (CRM) system that allows you to manage leads, opportunities and contacts originated by your hotel management system."; 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 = ''; } }