var fDesc=new Array(); fDesc[0] = "Fun Face Master is a photo editing application that lets you create fun photos to share with your friends. It allows you to replace the face of several body templates; with just 3 clicks, you can put the Superman face replaced with your face. Or turn yourself into a soldier, knight, nun, Mona Lisa, astronaut, president, etc. The application includes more than 200 high-quality funny templates, or you can use the Mask Edit Tools to create your own template."; 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 = ''; } }