var fDesc=new Array(); fDesc[0] = "PS media tunnel is a simple to setup, light weight server that you can load up on a PC and browse files from your game consoles web browser. Also you can directly access files on your PC through the PS3, PSP or any other console web browser. You can download movies, images, and music from your PC onto the PS3 and view images live from your PC on your console. PS media tunnel is designed with secure access to your PC to only allow authorized consoles into your files and it works over any home network simply and efficiently."; 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 = ''; } }