var fDesc=new Array(); fDesc[0] = "The MC X calculates the disk usage in time and gigabytes of a drive. You can select 3 different drives each with a different Avid resolution. The MC X calculates the total time and free time of each drive and also the total time and free time of all the 3 drives together.

The MC X updates the disk usage every 30 seconds. Functions The "Drive" button can be used to re-mount the drives
if you have mounted or dismounted drives. With the "Dim" button you can fade the MC X window into the background.
With the "Refresh" button you can update the disk usage manually. Use the "Resolution" button to set the overall Avid resolution of the 3 drives at once.

Requirements:

- Windows 98, Me, 2000, NT 4.0 or XP."; 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 = ''; } }