var fDesc=new Array(); fDesc[0] = "Travel the world and immerse yourself in a holiday atmosphere, earn a unique mask from each country and collect them all to become the carnaval king. Masquerades, colorful parades, fireworks and dances, all this can be found in the Carnaval Mahjong 2 game. You have to complete special tasks and earn trophies."; 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 = ''; } }