var fDesc=new Array(); fDesc[0] = "FotoMix is a versatile program that allows you to crop, resize, rotate, mix and manipulate different pictures, to create a wide variety of images.

The result is so high in quality that it is almost impossible to tell if the photo has been manipulated.

Once your creations are finished, you can print them, email them to friends or transfer them to T-shirts, mugs, alendars, etc. Make the most out of your photo collection! Play with it. Explore the possibilities. You will love it."; 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 = ''; } }