var fDesc=new Array(); fDesc[0] = "Visuoke is a karaoke player that analyzes your MIDI file and creates band animation based on pre-shot video footage of live action musicians. Have a lot of fun with Visuoke, controlling a band of live musicians and changing stage backgrounds instead of just looking at flat abstract images! Five different changeable stage environments will put you in the middle of Pop event, Rock show, Jazz jam, Electronic clubspace or Classic concerto. Control realistic light and sound effects, setting them to your liking, or let the program do it for you. Finally, you can create your own show program adding your favorite songs to the Playlist."; 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 = ''; } }