var fDesc=new Array(); fDesc[0] = "Webcam Mania is a webcam game that contains eight minigames. Clean the screen from frost by waving your hands. Frost gets thicker and thicker as the game proceeds. Pop all the blue bubbles, but look out for the red ones. Pop all the blue bubbles, but look out for the red ones. Not so easy as it looks when the screen is mirrored."; 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 = ''; } }