var fDesc=new Array(); fDesc[0] = "Black Desert Online is a sandbox-oriented massively multiplayer online role-playing game. The game takes place in a high fantasy setting and revolves around the conflict between two rival nations, the Republic of Calpheon and the Kingdom of Valencia. The combat in Black Desert is action based and skills can be activated through use of combos."; 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 = ''; } }