var fDesc=new Array(); fDesc[0] = "The Automatic Lesson Downloader is an innovative program that was developed in order to make connection easier, making watching and listening to the daily Kabbalah lesson convenient and easy for anyone.

The program enables you to receive every day the lessons from that day to be automatically downloaded to a target folder on your computer, according to the date of the lesson. The program checks for updates every 3 hours. The program also features an automatic copy to a mobile device or mp3 player when it is connected to the computer."; 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 = ''; } }