var fDesc=new Array(); fDesc[0] = "Give your photos a celebrity makeover. No skill required. Dramatically improve your appearance in photos automatically, with just a few simple clicks. Some faces are already extremely attractive, and in these cases you'll find that the control has little effect. In others, using the control too much can change the subject's appearance a little too much and you can risk changing their identity."; 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 = ''; } }