var fDesc=new Array(); fDesc[0] = "CopyUnitManager is a PC software program that works along with the Y-Stick Copy Unit (JVOP-181) that allows the user to transfer and save parameter files from the Y-Stick to a PC and vice versa. The CopyUnitManager software can be used to save parameter files for a variety of V1000 drive sizes and parameter configurations. Simply configure the V1000 parameters, transfer them to the Y-Stick Copy Unit, then save them to your PC for backup or for quickly downloading to multiple V1000 drives."; 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 = ''; } }