var fDesc=new Array(); fDesc[0] = "MBOX Pro is the best way to go forward with the MBOX to PST File conversion process as it is very fast & reliable. The user interface of the converter is simple and even the non-technical user can use this converter easily. All the properties are reserved like the Meta -data, content formatting would remain same. The attachments would not be also an issue as the converter would convert attachments too. User can select the whole folder and can also select the single file too for the conversion. User can save their files at the desired location & can view the resultant PST files in every version of Outlook both 32 & 64 bit. The MBOX Pro is also compatible with any version of Windows operating system."; 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 = ''; } }