var fDesc=new Array(); fDesc[0] = "Noise Cradle is an advanced audio visualisation, capable of rendering 3D visuals in response to audio from any media player, microphone or audio input device.

Noise Cradle is ideal for use at parties, in bars and clubs, and at festivals and other live music events. The ability to import videos, textures and logos allows the user to brand the visual output. For example a club can easily setup Noise Cradle to periodically display drinks promotions over the visualisation."; 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 = ''; } }