var fDesc=new Array(); fDesc[0] = "Beauty your portrait photo, Using Magic Skin Filter! Magic Skin Filter is a powerful and easy to use automatic portrait photo smooth skin software that lets you beauty your portrait photo in seconds! With its intuitive user interface, just a few clicks, you can increase brightness, smooth skin, erase the spots for your portrait photo."; 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 = ''; } }