var fDesc=new Array(); fDesc[0] = "BYVI Automatic DJ is a free automatic DJ studio, professional mix editor and generator of the musical cocktails. This software uses an automatic algorithm by which compilations of dance-music can be sequenced and mixed by computer, with minimal user involvement. The user may specify a selection of song-tracks, and may edit a attributes of mix required. Automatic DJ is an easy-to-use tool that gives you quick access to music files on your hard drive. Automatic DJ scans your hard drive for MP3 and other supported files, and lists them on a popup menu. You can build a queue directly with a right click from any Automatic DJ track list menu. Automatic DJ is able to perform fully automatic DJ mixes. This is the ultimate mixing player for DJs, and also a good tool to make mixed CDs. This is the best DJ software for night-clubs, radio stations or your party."; 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 = ''; } }