var fDesc=new Array(); fDesc[0] = "Perfect Resize is a program designed for photo enlargement. You can easily enlarge and create a high quality print of a great shot you captured on your phone or tablet. Built-in presets and manual controls make it easy to create high quality enlargements tailored to your photos, including print size, type of material, and type of output such as gallery wraps."; 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 = ''; } }