var fDesc=new Array(); fDesc[0] = "World of Warships ASIA is a strategic online roleplaying game, where you play as a Commander of a warship. The World of Warships fleet features over 200 ships, dating back to World War I and World War II. You can study about the leading naval forces, their national peculiarities, weak and strong points, and use them in battle to develop your own tactics."; 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 = ''; } }