var fDesc=new Array(); fDesc[0] = "HP Easy USB Transfer is a free add-in that allows you to move files easily between a USB hard drive and the HP MediaSmart or the HP Data Vault1. Simply connect your USB hard drive or flash drive directly to the HP MediaSmart or the HP Data Vault, click on the Easy USB Transfer application located in the console and drag your contents to or from a share folder on the server to initiate the copy/move. Once the transfer is initiated, no connection through your computer is required - you can disconnect or turn off your computer and the transfer will complete without a computer connected."; 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 = ''; } }