var fDesc=new Array(); fDesc[0] = "This software tool is an important component that allows you to easily access and interface with the My Book World Edition, WD ShareSpace and My Book Live network attached storage products along with the WD TV Live products.
WD Link provides quick access to the web user interface to configure 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 = ''; } }