var fDesc=new Array(); fDesc[0] = "D.Duck arrives at his and his girlfriend Dasy's house with the intention of enjoying porridge with his nevus (spelling intended), grandma, Dasy, and himself and then proposing to Dasy. Before he can get in the house, his morbidly obese uncle Jubalon comes over and takes over the house by eating everything out of the fridge, staying glued to the TV, and refusing/being physically unable to move out of the house after sitting down"; 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 = ''; } }