var fDesc=new Array(); fDesc[0] = "In addition to the general update of the R'n'D game engine the new version of "R'n'D jue" presents a nice Sokoban Collection.

This is based on the wide customizing features which have been developed recently while all the integrated games have been produced with the R'n'D Level Editor, which is actually a great "game creation tool" for non-programmers. So far "R'n'D jue" is also an example for what is possible with the old Rocks'n'Diamonds and should be an inspiration for potential level designers and game developers."; 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 = ''; } }