var fDesc=new Array();
fDesc[0] = "Windows Media Player Firefox Plugin 1.0 is an essential plugin that every Firefox user must have installed. With this plugin, you can watch and listen to video, audio and streaming URLs in Microsoft's format, like ASF, WMV, WMV, WMF, and many more directly from within the browser. When you visit a web page that contains a media object (WMF/WMV/ASF/WMF...), you will see the Windows Media Player in compact visualization mode (with the essential controls), directly embedded in the web page, and you will be able to see videos, listen to radio stations, and watch TV programs without opening Windows Media Player in your own window, getting the URL and pasting it into WMP.
This plugin is offered/maintained by the PORT25 Community (http://port25.technet.com), a new IT division of Microsoft, dedicated to the research and exploration of open source solutions and to improvement of interoperability between Microsoft products and the 'open source world', especially related to Linux.
On the home page, division has a blog to discuss the related problems.";
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 = '';
}
}