var fDesc=new Array(); fDesc[0] = "After coming out of the mall, Roccio finds that his car has been vandalized! His friend, Stephen, stops by and convinces him to go chick chasing at a local night club to take his mind off of it. Arriving at the night club, Roccio finds that he needs a membership card to enter. Darnit! He just spent his last € at the mall!"; 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 = ''; } }