var fDesc=new Array(); fDesc[0] = "Blockbuster On Demand is a free program that allows you to watch thousands of hit movies and new releases instantly. You can search movies by genre and create watch-lists. You can watch your favorite movie at a stunning 1080p HD video quality in a full 5.1 Surround Sound."; 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 = ''; } }