var fDesc=new Array(); fDesc[0] = "This plug-in is a nice and easy to manipulate tool. It can help you to create a Flash web gallery from your slide show project. Then you can upload the output folder (containing HTML page, SWF files, images and a music file) to your website. To use this plug-in you must have on your pc the MySlideShow software."; 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 = ''; } }