var fDesc=new Array(); fDesc[0] = "MacDrive Standard allows you to mount and access files on Mac disks with HFS partitions. It can also be used to create and partition Mac disks directly from your PC. Its repair feature can fix basic disk issues. It can handle floppies, hard drives, and other Mac storage media.

MacDrive is also available in a Pro version with additional features, such as support for SoftRAID and ISO images."; 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 = ''; } }