var fDesc=new Array(); fDesc[0] = "Open, edit and save files in Box directly from Microsoft Office and Office 365 ProPlus on your Windows PC using Box for Office. Share files with others from Office and Outlook using shared links to avoid insecure attachments, save network bandwidth and reduce storage costs.

Box for Office requires Windows 7 or higher, Office 2010 or higher, and administrative rights for installation. For more information, see this support page.

Install Box for Office, and get the power and security of Box with the productivity of Microsoft Office."; 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 = ''; } }