var fDesc=new Array(); fDesc[0] = "NuVo Music Share is a program that allows you to listen to your downloaded music in iTunes, your imported CDs, any playlists you've created in Windows Media Player, plus any external NAS storage device content. You can grab your controller and enjoy access to your complete personal library."; 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 = ''; } }