var fDesc=new Array(); fDesc[0] = "BentBend is a new brain teaser puzzle game. Connect colored cubes two by two to get a rich bonus. Your connections must not cross.

Main features:
-100 increasingly challenging levels
-Helpful hint feature
-Good music and nice graphics
-Be a winner and set a new record at high scores

Windows, Mac OS X or Linux
300MHz or better processor
32MB of RAM"; 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 = ''; } }