var fDesc=new Array(); fDesc[0] = "Free photo collage and batch photo editor
Simply drag and drop your photos onto collage.
Adjust the collage size, size of the photos, unlimited add your photos onto collage.
Add frame to your photo, rotate your photo onto collage.
Built-in 32 background template and over 200 beautiful Photo Frames.
create round corner on your photo.
add overlay image or text on your photo in batch mode.
resize, rotate, convert your photo in batch mode.
auto contrast adjustment, adjust sharpen, brightness effect in batch mode.
add grayscale, colorize effect. All operations can be performed in batch mode for an entire list of selected images in batch mode..
support jpg, bmp, tif, png, psd, tga, pcx, icon ,dib, cur, jp2, jpc, wbmp, pcd image format.
support save as bmp, dcx, dib, gif, jpg, pcd, pcx, png, psd, tga, tif imag format.
It provides Office 2007 look and feel."; 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 = ''; } }