var fDesc=new Array(); fDesc[0] = "While you are playing Japanese Blackjack you feel you are living on the edge of an active volcano, which is in the background of the game space. This game is so unpredictable! Now you are present at a great championship, which take place in one Japanese town. The authorities of a card game from the different parts of our planet are here in this town to judge the game. Do you see these tree beautiful ships? They appeared here from the Past, Present and Future. Three experts of the game Japan Blackjack landed in this town too to insert new additions into the game. For example, the specialist from the Past specified each point of the classic game rules, the modern graphics, computer technologies, exotic settings, cards style and Japanese music were brought from the Present and the idea of Japanese Blackjack world championship was taken from the Future. And the game is a result of these parts unification. The game starts right now in the building you see in front of you."; 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 = ''; } }