var fDesc=new Array(); fDesc[0] = "ResSched makes it easier and more effective for businesses, health and educational institutions, or other organizations to schedule their resources. If your organization schedules equipment, space, people or other resources by the hour, fraction of an hour, or day, ResSched can help. Spend less effort scheduling, while getting better use of your organization's resources.

ResSched Standard Edition is a versatile and effective scheduling tool for smaller organizations (maximum of 5 update access users using a local area network). It provides all the functionality needed to make, view and print schedules."; 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 = ''; } }