var fDesc=new Array(); fDesc[0] = "To make the Robinson Curriculum and Henty Collection more convenient to use you can now copy the CDs to your hard drive. Copying all the CDs to your C: drive requires about 14-17 GB of free space. If you like, just copy the ones you use most often.

The program will keep track of which CDs have been copied for you. Click the More Options button to see the list of previously copied CDs. Once they are all copied you can keep your CDs in the case and store it in a safe place."; 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 = ''; } }