var fDesc=new Array(); fDesc[0] = "One of the things you can do with custom titles is to resize the video and overlay an image. Using this technique, you can easily overlay an image of a TV screen, for example. This title has been designed to work with either WMM 2.1 (XP) or WMM 6.0 version. It also works whether your project has a 4:3 or 16:9 aspect ratio."; 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 = ''; } }