var fDesc=new Array(); fDesc[0] = "You can then share CDs or DVDs from your Mac or PC to your MacBook Air or Mac mini via your network.

If you want to use a CD or DVD on a Mac that has no optical drive, such as a MacBook Air or certain Mac minis, you can access the disc via your network from a different Mac or PC by using Remote Disc software."; 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 = ''; } }