var fDesc=new Array(); fDesc[0] = "It lets you browse to a folder containing pic files from TI-73, 83, 83+, 83+SE, 89, 92, 92+, and Voyage 200 calcs and run a slideshow. It offers two windows, one for selecting the path, the other for showing the pictures. You can run the show manually (up/down kbd arrow keys work, too) or you can run a timed show. You can resize or maximize the slide window and change the timing while the slides are playing."; 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 = ''; } }