var fDesc=new Array(); fDesc[0] = "If you have ever watched the TV show Alias or The Simpsons, you've seen this title. It starts with a solid background and a title (such as the name of the location, or the words "The Simpsons"). Through that you can see the video, after a few seconds the words expand toward the screen and you can see the full video behind. Here's a sample video to help you visualize it."; 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 = ''; } }