var fDesc=new Array(); fDesc[0] = "ScheduFlow Online is an easy-to-use appointment scheduling utility which combines desktop scheduling tool with the accessibility of the Internet. With this program you can manage your schedules from anywhere.
ScheduFlow has a built-in resource utilization tool that calculates the workload of resources and allows you to visualize it through a 3D chart."; 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 = ''; } }