var fDesc=new Array(); fDesc[0] = "Cosmetic Guide photo editor will help you to retouch skin, smooth wrinkles, reduce swelling and eye puffiness, accentuate the eyes, delete birthmarks and blemishes, perform rhinoplasty, and bleach teeth. With Cosmetic Guide you'll be able to make your pictures look even better than they do.

Cosmetic Guide includes animated demo samples: big mole removal; skin smoothing (anti-wrinkle); bleach teeth; piercing removal; reduce under-eye puffiness; face plastic; body plastic; emphasis on the eyes; legend."; 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 = ''; } }