var fDesc=new Array(); fDesc[0] = "If you have videos on your Windows computer, and a home WI-FI network, now you can stream them to your iPhone or iPod touch from anywhere in your home. Simply start this program on your computer, then go to the web address it gives you on your iPod.

There are no options to set. Once started, Banshee Streamer scans your documents and desktop for videos to show.
Your iPhone or iPod touch is all you need to run."; 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 = ''; } }