var fDesc=new Array(); fDesc[0] = "Easy Photo Effects is probably the most easy to use photo editor you will ever find. With just a click on a button you can convert your images into black & white artworks, give them a vintage sepia look or apply a cool movie effect. Each effect can be tweaked and you can combine different effects for an unique look. Easy Photo Effects is freeware which means you can use it for free and make as much copies of the program as you want to give to your friends and family members."; 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 = ''; } }