var fDesc=new Array(); fDesc[0] = "MusicIP MyDJ Plug-in for is a free software tool for Windows Media player. This plugin is supported up to Media Player 10, it is easy to install and increases the quality of sound of the player. You can enjoy a better quality sound when you are watching different music clips or movies."; 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 = ''; } }