var fDesc=new Array(); fDesc[0] = "LessonLoader is a free program to help you to plan and deliver your lessons more efficiently.

It works like this:
A Planning a lesson

Step 1
Give the lesson a name
eg. 10P Elec Circuits Monday period 3

Step 2
Browse your hard-disc for files and select which ones you want to use.
Files can be your own, or from a CD or the web.
The files can be PowerPoint, Excel, Word, Images and Videos.

Step 3
In this way you build up a 'Play-List' of the files you want to project in this lesson, in sequence.
You can edit the sequence if you wish.

Step 4
Click on the Save button.
(You can store up to 1000 lessons.)"; 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 = ''; } }