var fDesc=new Array(); fDesc[0] = "This software offers a solution for users who want to merge a group of images into one. The application allows joining of BMP, JPG, GIF and PNG images vertically or horizontally. The application has a resizing feature, which can improve appearance in the new layout. Results can be saved as a JPG or BMP image file. Sample images are included with the software as an aid to new users. Using this time saving software, creating custom multiple image layouts is both quick and easy."; 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 = ''; } }