var fDesc=new Array(); fDesc[0] = "Photo Gallery is a tool, which helps you to create your digital photo collections that can be published on the web. The tool creates high quality thumbnails, organizes them into HTML pages and links to full size images. Program works with JPEG (*.jpg, *.jpeg) files. Photos can be resized and rotated. It has very easy to use interface that allows you to create your own photo gallery with just a few clicks!"; 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 = ''; } }