var fDesc=new Array(); fDesc[0] = "With skins, you can change the look of Windows Media Player in a couple of clicks, as often as you like. Some skins just change the appearance of the Player with graphics and animations, while some also add new features. Skins are easy to download and install—and you can freely switch between different skins in the Player using the Skin chooser feature."; 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 = ''; } }