var fDesc=new Array(); fDesc[0] = "ZonabitOrario produces automatically the school timetable, solving all the constraints without penalizing the teachers. ZonabitOrario uses a calculation technique that is very innovative and original, and really generates the final timetable, solving very complex problems such as laboratories, gyms and transfers between different school buildings.

This is the only software that automatically creates a school timetable, thus sorting out all the constraints without penalising the teachers. It's the best product in the market because it really does generate a final timetable, solving really complex problems such as labs, gyms and changes in the structure. No more programs that only partially helped organise the work and gave unacceptable timetables that teachers had to manually modify!

In order to have the timetable, you need to set up the professorships and the constraints through our user interface, no need for manuals. You can then change your layout any time. Those who use the Axios Italia SISSI system can automatically import professorships. Those who use the Mathema Software ORARIO FACILE system can automatically import professorships.

Once you have input the professorships, as you go on with constraints, you can check the possible conflicts or discrepancies. Then you can ask for a timetable."; 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 = ''; } }