var fDesc=new Array(); fDesc[0] = "OST files or Offline Folders which are kept on user's system are a duplicate copy of user's Exchange Mailbox. Each and every OST file is linked with a particular Exchange mailbox which cannot be used with any other mailbox. Hence a user cannot use the same OST file with a new mailbox after migrating to another Exchange Server. Although, administrators maintain offline folder files at the time of migration by keeping the mailboxes of remote user at a different place."; 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 = ''; } }