var fDesc=new Array(); fDesc[0] = "Czechgamers Interlude Patch is the free update for Lineage II game, offering you the chance to take part in a game that has captured the imagination and subscriptions of over 14 million gamers worldwide.
It offers the world’s elite Massive Multiplayer Online Role Playing Game players unrivalled gaming experience as well as a fantastic player versus player combat."; 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 = ''; } }