var fDesc=new Array(); fDesc[0] = "Pavtube Streaming Server is a product that can stream any audio and video files from your PC to Android, Windows and iOS devices. It lets you play local videos to Android tablets, smartphones over a wireless network. The application enables you to watch your favorite videos on your portable devices and it does not take up storage on your device."; 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 = ''; } }