var fDesc=new Array(); fDesc[0] = "AVBOX Media Distribution System (AVBOX MDS) is a based media control and media access system. The control feature of AVBOX MDS allows you to connect to any AVBOX Media Center Client device via a web browser to control playback of movies, music, videos, photos, and recorded TV, send text messages to your TV, get playback status information, or send remote control commands to your TV."; 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 = ''; } }