var fDesc=new Array(); fDesc[0] = "The Paradox. You get one of the most interesting domino game in Karibino. You play in a realistic ambience with voices and a totally configurable graphism. You edit your own players (photos, voices, tactics of game...). You download plug-ins (themes, players, languages) shared by its players community. You play against CPU or against other players like you with its Web game option. Try the best because it's free : that's Paradox !"; 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 = ''; } }