var fDesc=new Array(); fDesc[0] = "NASDetector is a driver specially designed for N2R1DB2 product. The LG Network Storage allows for mobile synchronization, without the use of a PC, as mobile devices can be directly synchronized to the LG Network Storage. If the LG Network Storage is directly connected to the PC through a LAN cable, the PC’s local internet will not be accessed In this case, PC Internet may be disconnected."; 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 = ''; } }