var fDesc=new Array(); fDesc[0] = "FLVPlay is a free video player built with Flex 3. It plays your local or remote flv and mp4 videos, as well as the ones from the YouTube servers which are available via the Search feature of the application. The main goal of FLVPlay HD is to provide the user one central place for all his videos regardless the location of the asset.

The user has the ability to organize his/her videos by using playlists, and a hierarchical tree of favourite clips. The application stores the list of recently played videos as well and provides a collection of mods, which are cool desktop widgets."; 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 = ''; } }