var fDesc=new Array(); fDesc[0] = "HipHopCube is an original virtual musical instrument ("cube") that lets you mix and play hip hop beats.

Mix Hip Hop beats with the click of a mouse or with the press of a key. Use the green button to restart the beats all at once and the red button to stop the beats. The beats are in sync automatically but the sync button is still there for effect. You can now control this cube with your computer keyboard. The cube will record your keystrokes and you can have the cube play the recording back to you. The beats are 92 bpm."; 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 = ''; } }