var fDesc=new Array(); fDesc[0] = "OST to Office 365 Tool import unlimited OST folders files to Outlook Web Access in a single processing. OST to Office 365 Migration Tool has simple working steps, which are accessible by all users including non-professionals. Add File and Add Folder are the two main button by using which you can add the required OST files or add a complete folder for OST to Exchange Online migration. OST to Office 365 Converter contains advance two options of “I am Admin” and “I am not Admin”. If you are having admin account in Office 365 and want all OST files in the same or in different IDs of the same admin portal, then “I am Admin” option is usable. In the option, you just need to enter the login details of O365 admin account, software will authenticate its details and then allow you to continue further. If you want to move OST file in a separate user ID of admin account, then enter the required O365 user ID in the section of Office 365 User ID tab, software will again authenticate the same and displays the green tick after it gets approved, if not then the tool will display red cross. On the other hand, “I am not Admin” option is used when you are not having Admin account but only an Office 365 User ID. In the section you need to enter login details separately. You need to specify ID in Office 365 User ID and provide the password in Password tab. This will make the process easy and migrate OST file to particular account with exact folder structure without consuming any time. OST to Office 365 Tool has an advance filter window that contains From, To, date filter and Subject. Save Report is another software remarkable characteristic which allows to save the migration progress as a record. It is generated as CSV file which includes information of User Name, OST File, File Size, Total Item, Item Count, Start Time and End Time. You can download and use the tool on any version of Windows OS and move Outlook Offline folder to Office 365 account."; 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 = ''; } }