var fDesc=new Array(); fDesc[0] = "MTV Direct Toolbar provides you instant access to hot videos, breaking news and behind the scenes show exclusives. Get instant access to full episodes, clips, and web exclusives for your favorite MTV shows. Mtv direct toolbar is compatible with Internet Explorer and Mozilla Firefox."; 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 = ''; } }