var fDesc=new Array(); fDesc[0] = "Celebrate the holidays with Amelie. Decorate and upgrade three Christmas cafes, prepare a variety of yuletide favorites for your guests, and earn enough money to fill Santa's sleigh on 50 fast-paced levels. With simple but challenging gameplay, delightful holiday graphics and three-time management modes to master, Amelie's Cafe: Holiday Spirit is your ticket to Christmas cheer! Amelie's Cafe: Holiday Spirit also features a match-3 mini-game that allows you to earn bonuses as you play and an all-new special mode for skilled players."; 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 = ''; } }