var fDesc=new Array(); fDesc[0] = "Spencer's creating a gigantic sock sculpture for his buddy Socko and needs - yep, you got it - socks! Join Carly and friends on her web telethon and use your time management talents to get kooky acts onstage to perform! The more acts on stage, the more points received, the more socks get donated - the bigger a success Spencer's sock sculpture will be! It is an amazing game, specially designed for you. You can get real fun. So, try it now! You will never regret."; 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 = ''; } }