var fDesc=new Array(); fDesc[0] = "LaCie Desktop Manager unlocks the full potential of your LaCie hard drive. It will allow you to see advanced information on your drive and to configure Eco Mode. LaCie Desktop Manager is not compatible with all LaCie devices. Only compatible LaCie devices will appear in LaCie Desktop Manager.

When you run LaCie Desktop Manager, you will see that all compatible connected LaCie devices will appear in the left-hand column. Choose the drive you wish to manage and make sure the Info tab is selected. On this page you will see advanced information on your drive, such as device name, the internal hard disk serial number (not the LaCie product serial number), available capacity, connection type, etc."; 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 = ''; } }