var fDesc=new Array(); fDesc[0] = "This software offers a solution for users who want to place images on top of each other with some transparency so that all images can be seen in one image file. The user simply adds files or an entire folder of images before starting the process with just one click. The software includes sample files as an aid to new users. This user-friendly application can be very useful when creating images where certain layers need to updated or changed regularly, for example weather maps and other types of visual data."; 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 = ''; } }