var fDesc=new Array(); fDesc[0] = "Samsung PC Share Manager allows you to share files between your PC and Smart TV. through the DLNA technology, the SMART TV can connect to the server on PC and stream the files added to the Share list. Software offers a GUI to make it easier to add files from your computer to the share folder."; 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 = ''; } }