var fDesc=new Array(); fDesc[0] = "Enjoy winter with Fishdom™! Cheer up and spread the merriment of crispy clear days around! Use your imagination to recreate the nippy and fun atmosphere of winter in your tank. Earn money as you complete challenging match-3 levels and use it to buy festive fishies and winter-themed decorations. Get splashed with frosty joy in this sparkling and snowy sequel to Fishdom™!"; 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 = ''; } }