var fDesc=new Array(); fDesc[0] = "SWF Media Browser? is a powerful tool designed to search, manage, view and play Flash media files in your local system. It has a fully integrated workspace that permits you to work efficiently and manage your media files with ease.
A full-featured movie viewer quickly displays your movie in high quality.
A built-in thumbnail explorer (with movie previews) makes browsing your computer folders for media files child's play!
SWF Media Browser? lets you find and organize your Flash Media files efficiently. SWF Media Browser? also provides many movie manipulation functions, including wallpaper creation, swf to exe, extracting music, and more..."; 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 = ''; } }