var fDesc=new Array(); fDesc[0] = "Taking some cues from Splashup, Splashup Light also has powerful tools for advanced image editing enthusiasts like Levels, Hue - Saturation and Brightness - Contrast. Together with standards tools like rotate, crop, resize and many fun effects, Splashup Light is a well-rounded photo editor perfect for those that don't need or want heavy desktop image editing suites."; 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 = ''; } }