var fDesc=new Array(); fDesc[0] = "The Witcher is a PC roleplay game in the third person developed by CD Projekt RED STUDIO and published by Atari.
Inspired by the writings of Andrzej Sapkow, the Polish writer, The Witcher is a game in which a warrior will face some monstrous beings known as the "werewolves".
The Witcher is a brilliant reworking of the classic standards of roleplay genre, which stands as a great roles-action title with a strong dialog component, and with a series of decisions by its creators regarding cameras and fights which are really innovative.

An interesting story, a charismatic main character, an excellent campaign and a very good graphical section form a fascinating and immersive adventure, with its strengths and its flaws, which takes us back to the feeling of the old role-playing games. The Witcher begins in a gigantic castle with an amnesic and bewildered hero, but never helpless. Geralt of Rivia is a creatures hunter who falls prey to amnesia and forgets who he is and where he comes from. Our work in the game will be to accompany Geralt on his journey to regain his identity and rid the land where he lives from a fearsome threat.

Finally it is nessesary to point out that the game is geared for adult audiences, and comes with a +18 rating. Rather than due to strong violence, this restriction is given due to some casual sex scenes, (conveniently omitted by subtle camera movements) and a rugged vocabulary which is riddled with swearing."; 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 = ''; } }