var fDesc=new Array(); fDesc[0] = "ZyXEL NAS Starter Utility is a friendly tool for ZyXEL products. Via the NAS Starter Utility you can drag one or more files/folders onto the desktop icon of zPilot™ and the files/folders will be identified and delivered automatically to the music, photo, video or other designated folders on the NSA320. Users can easily check the data upload status during the process."; 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 = ''; } }