var fDesc=new Array(); fDesc[0] = "As the recognized leader, Mediafour’s MacDrive™ 8 allows Windows users to open, edit and save files on Mac disks. Your ability to access Mac media on your PC can affect productivity and profitability. MacDrive 8 gets you ready today with software that’s easy-to-use, reliable and fast. Hassle-free, seamless access to Mac files—it’s easy with MacDrive installed. With MacDrive, you can access virtually any Mac-formatted disk and drive from your Windows PC. MacDrive makes it easy to transfer files from your old Mac to your new Windows PC. And don’t worry about recovering old files, MacDrive recognizes both HFS and HFS volumes from classic Mac OS and OS X."; 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 = ''; } }