var fDesc=new Array(); fDesc[0] = "Picture Slide Show lets you continuously display all the pictures in a folder. Picture Slide Show can display ICO, BMP, EMF, GIF, JPG, PNG, and WMF files. You can tell it which folder to look at and how long to display a picture for. This software has also an option of exiting when the picture slide show is stopped."; 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 = ''; } }