var fDesc=new Array(); fDesc[0] = "Photo Crop Editor is an Interactive Photo Editor software for selecting and removing an object in a picture or photograph from its background. The user can then compose the result on a different background to create a new scene. Interactive Photo Editor works even if foreground and background colors are similar."; 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 = ''; } }