var fDesc=new Array(); fDesc[0] = "This Program will assist you with setting up your
Network HD's network configuration and create shortcuts for management
and accessing on your PC's desktop.
Connect the connector side of the power cord to the device's power connector terminal(AC IN). Push the "Start" button on the panel. The power/status LED will be on and keep blinking during booting and stop blinking after booting process. Then you can click Next to proceed."; 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 = ''; } }