var fDesc=new Array(); fDesc[0] = "The Setmore local app is here to satisfy your scheduling needs with a lightweight, powerful platform designed specifically for laptops and desktops. With your own desktop or dock icon, you can quickly and easily access your calendar, client list, and staff agendas all in one place, while still syncing data across multiple devices.

Working in a web browser gets messy, and sifting through a disorganized barrage of tabs eats into your workday. The local app keeps everything tidy in one window, separate from your browser."; 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 = ''; } }