var fDesc=new Array(); fDesc[0] = "The FrontRow Desktop Software includes Juno lesson capture and Microphone Settings application. Please note, the FrontRow Desktop software application sold with Juno systems prior to May 2014 is discontinued and will no longer be updated.

The FrontRow Desktop Software includes the exclusive Juno lesson capture system which allows you to make a video of teacher & student voices, media audio, and the computer screen, then automatically title and save recordings in universal MP4 format, ready to be uploaded."; 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 = ''; } }