var fDesc=new Array(); fDesc[0] = "The Free Funny Photo Maker is a program that is designed to edit images. The tool allows the users to crop images, faces to frames, funny backgrounds and movie posters. The entire process of image editing is extremely simple as the tool allows the users to add pictures to the photo gallery to simplify the process of selection."; 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 = ''; } }