var fDesc=new Array(); fDesc[0] = "Black Circle: A Carol Reed Mystery is the sixth Carol Reed game. The game is 100% mouse driven and features a classic adventure game interface. If you haven't played an adventure before, don't worry. The Black Circle starts with an interactive tutorial which explains how to play the game. There is absolutely no need to have played any other Carol Reed adventures to fully enjoy Black Circle.
The game takes place in Sweden, but is entirely in English, and all dialogue has subtitles. You can save or load your game at any time, and there are 100 save slots at your disposal. The game contains no graphics violence or strong language. It has no action sequences, and is suitable for all ages."; 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 = ''; } }