var fDesc=new Array(); fDesc[0] = "Easily create web pages showing all of your GIF/JPGpictures or WAV/MID Sound files (Registered Version) ina table. You can also create a Pick List (Registered Version) to use. Pictures are marked with Alternate text, and they link to the picture to view in actual size when clicked. You can choose pictures for your sound files or use text. Sounds are marked with alternate text and play when they are clicked."; 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 = ''; } }