var fDesc=new Array(); fDesc[0] = "Group Collage is software to create groups and single pictures with names, text and backgrounds,. for end schol year pictures or wedding poster. The entire process is automated and is extremely quick and simple to use.

Main features:
- Select a page, you set the size (millimeters or inch)
- Select dpi required
- Add a background picture or color
- Add group pictures (selection of singles from a file.)
- Add unlimited single pictures
- There are multiple options available for framing pictures, adjust shape, colors etc.
- Add unlimited text boxes
- Manipulate pictures and/or text
-Add frames
-Color the frames
-Crop Pictures
-Adjust Color.
-Adjust brightness and contrast
- Save Project to disk
- Create templates from projects
- Export picture/s to disk (jpeg, bmp, gif, png, emf. ico, wmf,or tif.)"; 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 = ''; } }