var fDesc=new Array(); fDesc[0] = "Qfinder Pro allows you to find and access all the QNAP NAS (Network-Attached Storage) on your local network. Its “Storage Plug & Connect” functionality allows the QNAP NAS to be used as a PC network drive or virtual disk. You can also use the "Media Upload" feature to save NAS system resources by performing media file transcoding on your local PC before uploading them to the NAS."; 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 = ''; } }