var fDesc=new Array(); fDesc[0] = "The Media Server application allows you to port forward the IP from the computer in order for the resources to be accessible remotely. Beside port forwarding, the application provides ways to protect the IP with a password. The resource directory (videos, music, pictures) can be changed from the General tab. If the application is used through a router, the user needs to open the forwarding port number used in the application."; 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 = ''; } }