var fDesc=new Array(); fDesc[0] = "FotoMix allows you to mix and manipulate different backgrounds and foregrounds, to create a wide variety of images
Main Features:
- Design eye-catching photo collages, desktop wallpapers, CD and DVD covers and Web graphics.
- Add or remove your loved and not so loved ones to or from your pictures.
- Remove, add or alter backgrounds.
- Create photo montages by combining multiple pictures into a unique heirloom depicting retrospectives of a birth, marriage, anniversary, etc. Anything is possible."; 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 = ''; } }