var fDesc=new Array(); fDesc[0] = "We are proud to present a perfected remake of the classic "Boulder Dash" game originally published by First Star Software. A brave prospector digs through caves collecting diamonds, while avoiding falling rocks and dangerous creatures of various types. Whether you have played the original game or not, you will definitely enjoy Boulder Dash by ZX Games.

Besides the high quality the following deserve to be mentioned:

Exact copies of the original levels
Enhanced graphics
Variable game speed
Quick save and load
Window and full-screen modes"; 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 = ''; } }