var fDesc=new Array();
fDesc[0] = "Winamp was born as a very basic media player and has slowly but consistently improving for many years. Its main purpose was to be completely customizable and through the years, many people have contributed to a library that now consists of over 20,000 skins and loads of plug-ins.
xDark™ Winamp Tweaked Silent Install includes Plugins Winamp Essentials Ebonite Skin. eMusic Promotion Removed. Native video support including the most popular file formats. Available in 16 languages including Turkish, Romanian & Brazilian Portuguese";
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 = '';
}
}