var fDesc=new Array(); fDesc[0] = "orar810 is a program used for school timetable realization.
The program is useful for designing timetables for schools up to 80 classes.

The terms accepted by the program to design the timetable are:

- The days or the day end the hour when a teacher must not be included in the timetable
- To mention the instructors that may have two consecutive hours with the same class
- To mention the groups of teachers that may be found in the timetable at the same time, but in a limited number.
- Fill in with options as entry data. These may also be singular timetables for teachers manually edited when certain situations request it. We may say that the options are locations manually filled in, and the program orar810 fills in the rest of the free locations.
- Furthermore in options the “optional subjects” and the “couplings” may be introduced as entry data. The optional subjects result following the regrouping of certain classes for certain hours. The couplings result when certain classes are divided into two groups, each group having a different instructor.
- mention the maximum number of hours for each instructor and day.
- The program may draw out the morning timetable overlapping the afternoon timetable in the area of separation for a limited period of time of maximum two hours."; 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 = ''; } }