var fDesc=new Array(); fDesc[0] = "MAD Daedalus is a tactical multiball machine featuring a unique visual display. You will experience thrills and exhilaration in this exotic labyrinthine world.

The key to high scores is to utilize two multiball features. Just collecting them is not hard, but racking up a high score in multiball is no piece of cake. You need to utilize your flipper techniques to the max in order to take full advantage of the machine's explosive scoring capability."; 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 = ''; } }