var fDesc=new Array(); fDesc[0] = "The essentials to get it all done. Office Professional 2021 is for growing small businesses who want the classic Office apps plus Outlook, Publisher, and Access.1 A one-time purchase installed on 1 PC for use at work.

Microsoft 365 is a subscription that comes with premium apps like Word, Excel, PowerPoint, OneNote, Outlook, Publisher, and Access (Publisher and Access available on PC only). The apps can be installed on multiple devices, including PCs, Macs, iPads, iPhones, Android tablets, and Android phones. Microsoft 365 also comes with services like 1 TB of OneDrive storage, 60 Skype minutes per month, and Microsoft chat and phone support. With a subscription, you get the latest versions of the apps and automatically receive updates when they happen.

Office 2021 is a one-time purchase that comes with classic apps like Word, Excel, and PowerPoint for PC or Mac, and does not include any of the services that come with a Microsoft 365 subscription. One-time purchases don’t have an upgrade option, which means if you plan to upgrade to the next major release, you'll have to buy it at full price."; 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 = ''; } }