var fDesc=new Array(); fDesc[0] = "A Windows Explorer thumbnail handler for QuickTime movies. When you put Windows Explorer into thumbnail view, this extension will create thumbnail images so that Windows shell can use it natively. Written in C , uses COM, ATL, MFC, and Apple QuickTime APIs. Only tested using QuickTime 6 and Visual Studio .NET, your results may vary."; 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 = ''; } }