var fDesc=new Array(); fDesc[0] = "Soft4Boost Photo Studio can be used to perform basic editing on your photos such as adjusting the size, zooming the photo, changing and refining colors, sharpening objects, and applying various effects. It also enables you to play with with colors, shades, and tints to completely change pictures style. You can rotate and crop pictures without quality loss. You can also remove red eye effect, adjust color balance, brightness, contrast, and saturation. Object shapes can be amended and tiny imperfections can be removed."; 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 = ''; } }