var fDesc=new Array(); fDesc[0] = "With Photo Merge and Rename 2.4 we can add multiple images in one picture, so we can make collage from our pictures too. When we open the program we can see one Menu Bar, one toolbar, one panel where we can see the photos and another panel at the right where we can handle our photos.

In the file menu we can add photos to a list, clear the list or clear the list, other button is the action in it we can rename the photos or merge it. The right panel has two tags which are the same that the "Action" button has. In the middle of the first tag we can find a button for inserting a tag, inserting text, deleting an item, change the case (No change, Uppercase, Lowercase, Capitalize), reset the format and rename.

The merge tag lets us handle the settings of our collage or a new image: as to the preview window we can select the width, height, rows, columns, margin, background, quality, font, select to include the file name or not and save the image. We can create beautiful collages or add one or more images in one file. This tool is very useful for create our projects and we can handle the program because is very intuitive."; 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 = ''; } }