var fDesc=new Array(); fDesc[0] = "MacDrive has built a reputation for blazing quick read/write speeds and unparalleled data security. MacDrive 10 extends the lead with even faster access and more protection for your Mac disks and files. MacDrive also includes powerful features that enable you to create and partition Mac disks direct from your PC. And in the event that your Mac disks are having a problem, the robust repair feature can fix basic disk issues. "; 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 = ''; } }