var fDesc=new Array(); fDesc[0] = "With this program you can import tracks in the following audio formats: MP3, OGG VORBIS, WAVE, AIFF, CAF, AU, organize tracks by group to create the song tree hierarchy and allow users to browse within your own set parameters. While creating groups, you can set various parameters: minimum stem tracks that can be listened to simultaneously, maximum stem tracks that can be listened to simultaneously, group always on. The Free version only allows export in iKlax multitrack format, compressed to 48 kbps."; 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 = ''; } }