var fDesc=new Array(); fDesc[0] = "MyWebGallery allows you to create web galleries and slide shows (HTML pages with thumbnails and full-sized images). Images may have captions. You can preview web galleries in the design mode, then save them to the hard drive and upload to your website. The program contains several gallery styles (Table, Vertical Frame, Horizontal Frame, Slide Show and Scroller). New styles can be added or edited by users."; 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 = ''; } }