var fDesc=new Array(); fDesc[0] = "The VL Pro Librarian software is used with the Vocalist Live Pro to backup its User Presets onto the computer and to arrange the preset order. This is a useful tool for quickly backing up Vocalist Live Pro User Presets to prevent the unintentional loss or alteration of carefully crafted presets. The Librarian can re-order User Presets for specific applications like a gig set list or recording. Reordering can be done by copying the presets to the PC and then storing them back one by one in a different Preset location."; 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 = ''; } }