var fDesc=new Array(); fDesc[0] = "ImageSign is an interesting program designed by NTechnologies Inc. The purpose of the program is to let you add customized signatures to your own pictures easily . You can select the font type, size and color that will be used in the signature. You can type your own text to be added, or you can select the option to let the program automatically add the file date as a signature. Finally, you can choose the position of the signature by easily selecting a combination of top/bottom and left/center/right.
An interesting feature is the possibility of adding the same signature to several image files at the same time. This feature is limited in the trial version, in which you can only sign one image at the time. The program also lets you overwrite the original file or specify a different file name to preserve your important images.
The program is very good, lightweight and has a very nice interface. However, you probably won’t like to use a standalone tool just to sign your images. Other freeware tools in the market will let you perform this and much more without the need of using several programs."; 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 = ''; } }