var fDesc=new Array(); fDesc[0] = "MBRWizard Suite is a program that allows you to fix, protect, and restore your master boot record (MBR). It brings the ability to backup the MBR directly to the Firesage Cloud. It also includes a download link to the MBRWizard bootable media, provided to help you work with a machine that is no longer bootable due to a corrupt or missing MBR."; 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 = ''; } }