var fDesc=new Array(); fDesc[0] = "Castle Crashers is a 2D arcade adventure game that you can play online or locally. Hack, slash, and smash your way to victory in this award winning 2D arcade adventure from The Behemoth! Featuring hand-drawn characters, Castle Crashers Steam Edition delivers hi-res visuals like nothing you've seen before. Four friends can play locally or online to save your princess, defend your kingdom, and crash some castles!"; 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 = ''; } }