var fDesc=new Array(); fDesc[0] = "PlayFLIX Software Features:
-Thousands of Movie links updated daily from Movie Hosts for your playback selection.
-Pop Up Ads normally presented by the Movie Hosts on the NET have, in most cases, been eliminated by the software.
-PlayFLIX installs and controls cacaoweb.exe from cacaoweb.org to extend playing time (streaming) for megavideo, megaupload, and videoBB video hosting.
-Easy to use point and click interface.
-Movie Selection Lists contain Movie poster images, short plot descriptions and Links to IMDB.com for more information and movie ratings, and a button to save a movie link and its information in Your personal Movie Watch List to recall at a later time for playback.
-Host Movie Source Selection:
-Select from a list of Movie Hosts to Playback the movie you wish to play.
-Simply click the 'Watch This Video Now' button to stream the movie from the selected Movie Host within the program."; 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 = ''; } }