var fDesc=new Array(); fDesc[0] = "GMP lets you play with the other Gothic fans from all over the world. It's not only user-friendly, but also quite small in terms of the file's size. The mod consists of deathmatch-like mode, based on the best FPS games from the multiplayer genre, but with one, crucial difference - it's all placed in the world of Gothic. Thanks to the Gothic II engine, player can discover the world together, fight massive and epic battles and... do pretty much everything they want. Dancing in the rain at the Khorinis Market? Group jumps from the monastery bridge? Bloody slaughterhouse on the swamps? Thanks to Gothic Multiplayer, everything is possible."; 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 = ''; } }