var fDesc=new Array(); fDesc[0] = "RichMosaic allows users to scan their many digital photos and movies to create a mosiac of their favourite image. It has a very easy to use interface that allows users to quickly obtain results.
As features:
- Input can be a list of pictures or frames from a movie. (VirtualDub is required for movies)
- Output can be geometric squares or wrapped to the countours of the picture.
-Output can be either in colour, black and white or sepia.
- Final output is in most common paper sizes. Ideal for printing and for the web.
- Easy to use point and click interface.
- Online instructions and FAQs.
- Automatic updates (if enabled in menu).
- Fully adjustable output. From size of thumbnails to paper size."; 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 = ''; } }