var fDesc=new Array(); fDesc[0] = "FrameFun 2.0.0.7 is an application to add frames to Bitmap, JPEG or PNG images.

Using this program you may select an outer frame, a border around the image and a drop shadow for a 3D effect.

First, select the picture where you want to add the frame.

Then, you can choose the type of frame you want, its thickness, color, form (oval, vignette, etc.).

You can also add a shadow, with different color, angle, thickness. You can also specify if you want to draw the shadow blurred or oval, and the angle of the shadow.

Finally, you can set the JPEG quality in percentage, choose if you want it to be a progressive JPEG or not, and if you want to place a watermark.

The watermark can be a text or an image, and can be placed in nine places into the picture. You can choose every parameter in the text watermark, like font, style, color, size.

When you´re satisfied with the result, you can save the picture in .BMP, .JPG or .PNG format. The program allows you to preserve the EXIF information present in the original image."; 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 = ''; } }