var fDesc=new Array(); fDesc[0] = "OtsAV DJ allows you to DJ with ease and experience professional quality audio with optional video/karaoke. Two editions are available - Silver (Audio Only) and Pro (Audio/Video/Karaoke). Featuring automated beat-mixing, intelligent fade-mixing, and a broadcast quality Dynamics Processor, you will benefit from a high quality sound with a professional polish. Mix and beat mix video content at broadcast quality (50/60 motion updates, locked and stable), and present karaoke CD+G content. Present your music videos in a "MTV-style" with smooth titling, mixing and a scrolling ticker! OtsAV DJ features amazing time-scaling quality with a range of +/-100% (right down to stationary and up to double-speed). Many other features include volume management, manual override, powerful media library system, instant response controls, remote access control server, save as wave, cueing, tempo/pitch/direction deck controls, scratching, Enhanced Definition video output mode, CSV exporting, and much more."; 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 = ''; } }