var fDesc=new Array(); fDesc[0] = "Cubesense is a PC (Windows only) application. It allows users to create their own, custom animations with the use of C# or VB script. The animations created by Cubesense can be previewed locally on the user's PC, or displayed on an eightCubed system.

The software is free to use. Animations are the heart of LED cubes - we encourage everyone to use the software to create animations for all to enjoy. A repository is being built for anyone to commit their own animations to the community. Look for news on this in the forum and updates tab."; 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 = ''; } }