var fDesc=new Array(); fDesc[0] = "After you become more familiar with the programs, you can put specific programs in the Personalize Programs list. Click on Personalize by Program. Go through the list and click on the programs you want to include. As you click them, they will move over to the right side. When you have made all your selections, click the Continue button. All of the programs on the right side will be included in the Personalized Programs list. Use of these programs requires a Windows operating system, 512 MB RAM, a
unidirectional microphone, and an installation of the Custom Browser."; 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 = ''; } }