var fDesc=new Array(); fDesc[0] = "Maggie Madd was always misunderstood growing up, but with a streak of genius running through her veins, she had quite the creative outlet. Prone to making the most ingenious of contraptions, though they never quite worked right and often ended with disastrous results, she dreamed of one day having her own laboratory ready to welcome dignitaries from all over the world in search of her brilliant inventions. Alas, that was quite the dream that went on for years, until the day that Dr. Despicable came calling."; 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 = ''; } }