var fDesc=new Array(); fDesc[0] = "Christmas Crunch is an addicting game witch will entertain you and help to take your time! It's Christmas and it's time to crunch some ornaments! Click on 2 or more ornaments to crunch them. Crunching multiple ornaments gives big points! Crunch a set amount of ornaments to complete the level. Simply click on an ornament to crunch it. Groups are highlighted so it is easy to see. It seems so simple for the first sight but while you play you will know how to make ornaments bigger and get more points! You will enjoy your thinking skills."; 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 = ''; } }