var fDesc=new Array(); fDesc[0] = "Blow Up is a program that makes pictures sharper without any computer artifacts. The program has tight Lightroom integration that supports batch processing and does not require Photoshop. You can resize up to 300000 pixels per side and it can handle CMYK images used in offset printing and 16-bit/channel images used by professional photographers."; 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 = ''; } }