var fDesc=new Array(); fDesc[0] = "The application is available in three versions: Express, Lite and Professional. Lite and
Professional versions are addressed to business environment, and Express version is for
noncommercial use and is free.

Classoft Sheduling Manager Professional is designed on a client-server technology
having a Microsoft SQL Server backed. This technology ensures a big safety in development
and allows the online interconnection of the working members for whom are loaded the
working tasks. The team manager can interactively see, in one interface, all tasks of the
team he leads. This way he can notice and correct the possible superposition of tasks or lack
of activities of each employee."; 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 = ''; } }