var fDesc=new Array(); fDesc[0] = "Join the epic adventures of Camelot in this action packed sequel to last years smash-hit Bricks of Egypt. This time with a heavy artillery of power-ups and stunning special effects.

Collect treasures, armoury and gold as you travel through the King's castles, the dark dungeons, the Sherwood forest and more exciting places.

Special features:

* 15 themed level packs
* An exciting adventure though medieval environments
* A movie-like soundtrack
* Rich set of bricks, bonuses and special effects
* Separate high score list for every level pack
* 3 difficulty settings makes this game suit everyone"; 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 = ''; } }