var fDesc=new Array(); fDesc[0] = "This program is designed to send code practice lessons over the air.

You can schedule sessions in advance, and the program will automatically begin at a scheduled time and ID automatically. Speeds below 18 WPM are sent using the Farnsworth timing, so this program is excellent for beginners. Type text to send "real time", generate random characters or paste text to send from your Windows clipboard."; 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 = ''; } }