var fDesc=new Array(); fDesc[0] = "Photo Effect Studio Pro comes with nearly 100 effects that can be applied easily. The application has a nice interface and is easy to use. You can select the required effect from the list at the left side of window, and fine tune it using the slider bar. You may upload the photo directly to Facebook, Twitter, etc. using the application."; 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 = ''; } }