var fDesc=new Array(); fDesc[0] = "mytvpal player is designed to allow any PC user to watch many different TV broadcasts from around the world. In addition, users will be able to listen to many radio stations from around the world. Another unique feature of the player is the ability to play HD (High Definition) videos via MatrixCast streaming technology."; 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 = ''; } }