var fDesc=new Array(); fDesc[0] = "Give yourself a virtual extreme makeover. Looking for a new hair style? Pondering that nose job. This program enables you to:

1. Rapidly sample different facial features while giving yourself a few laughs in the process.
2. Morph your favorite stars together to see their offspring.
3. Build wacky facial collages.
4. Capture images right off the web with built-in screen capture tool.
5. Create Conan-like vdeo morphs."; 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 = ''; } }