var fDesc=new Array(); fDesc[0] = "The QuickTime application from Apple, Inc. includes a browser plugin that enables you to play movies and other online media in your Firefox browser. QuickTime is included on Mac systems and is available for Windows. This article explains how to check that QuickTime is installed and working and includes some troubleshooting suggestions if you are having problems with QuickTime."; 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 = ''; } }