var fDesc=new Array(); fDesc[0] = "AndroStream is an Android application to watch (Stream) all your videos (xvid, divx, mkv ...) located on your home computer, directly from your android device over wifi. You can also stream http/rtsp videos link just by selecting a weblink in the browser.

Main features:

- Watch (Stream) your videos hosted on a windows or linux computer (divx, xvid, mkv ... all VLC Media Player supported format)
- Seek forward and backward in the video
- Pause (home button) the video and it will automatically resume when the application is resumed
- Watch (Stream) http/rtsp videos stream from the application
- Watch (Stream) http/rtsp videos stream directly from the web browser by clicking a link"; 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 = ''; } }