var fDesc=new Array(); fDesc[0] = "eviivo frontdesk® is a revolutionary product; it is an easy-to-use, inexpensive property management and reservation system that is also an online booking system. frontdesk has been created specifically to meet the needs and resources of independent serviced and non-serviced accommodation businesses, as well as tours and attractions. It currently enables nearly 20% of the UK’s independent accommodation sector – nearly 4000 businesses! – to sell their rooms online by connecting them to leading travel and leisure websites. With frontdesk the manual updating of multiple sales and distribution channels is a thing of the past! By updating the frontdesk diary, all distribution channels are automatically updated with real-time, last-room availability – saving you time and hassle!"; 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 = ''; } }