var fDesc=new Array(); fDesc[0] = "With 123 Image Magic, you can easily replace the green or blue background from your images. Remove green/blue background and insert any custom background as per choice. 123 Image Magic lets you edit your images easily within the application. You can resize the image, crop it, rotate it or flip it."; 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 = ''; } }