var fDesc=new Array(); fDesc[0] = "The free celebrity screensaver, Emma Griffiths, contains 12 high quality images of Emma Griffiths. Emma Griffiths was born on March 20, 1976 in Sutton Coldfield. Started off as a young model, travelled the world and worked for big names such as ELLE, Vogue, Marie Claire, Chanel and GAP. Emma Griffiths is gorgeous, cool, fun and a total natural on screen. From 2002 Emma has worked continuously on numerous channels. She recently presented I?m A Celebrity, Get Me Out Of Here Now on ITV2. The, Emma Griffiths, is a free screensaver created by www.FeaturedCelebs.com."; 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 = ''; } }