var fDesc=new Array(); fDesc[0] = "PhotoMagick is a freeware, compact and user friendly photo editing program, yet it has almost everything you need to get the most out of your photos quickly and efficiently. With a photo in the program, you can manipulate it in a large number of ways such as photo decoration, correction, enhancement, and transformation."; 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 = ''; } }