var fDesc=new Array(); fDesc[0] = "FrontDesk is the most popular third party appointments system for primary care in the UK and has been in use by a large number of practices since 1992. FrontDesk is running over 600 sites’ appointment books and well over 4 million patients are able to check themselves in on touchscreens using our Patient Check-In module. FrontDesk can be used as a standalone system, or integrated seamlessly with the major GP clinical systems."; 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 = ''; } }