var fDesc=new Array(); fDesc[0] = "iResizer enables new smart ways of resizing images without deforming or cropping the content. iResizer folds the image so that it will still look natural and will retain the quality, integrity and spirit of the original. In order to preserve important objects you simply select them and run the resizing, the rest is done automatically."; 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 = ''; } }