var fDesc=new Array(); fDesc[0] = "Verizon Media Manager puts your music, photos and videos where you want to see and hear them.
You can buy, rent and watch Flex View video titles on your FiOS TV, on your computer or on your mobile phone.

The free Media Manager app is required to buy, rent, download and watch Flex View videos on a Windows PC.

The free Verizon FiOS On Demand app is required to buy, rent, download, and watch Flex View videos on a mobile device.

Once you download and install Media Manager on your Windows PC, you can import personal music, photos and videos and display them on FiOS TV through your FiOS TV DVR or HD Set-Top Box."; 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 = ''; } }