var fDesc=new Array(); fDesc[0] = "Late one night while watching a cartoon marathon, Spencer Shay falls into a deep sleep and wakes up in dream. The dream starts off with Spencer watching a web cast of iCarly, but something isn't quite right! Carly, Sam, and Freddie are in complete panic! And why wouldn't they be, they've turned into cartoons! Who has done this, and why? It's up to you and Spencer to figure it out!"; 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 = ''; } }