var fDesc=new Array(); fDesc[0] = "The Microsoft Readiness helps find operational information in getting you ready for a program, policy, process and tool change or launch – all from a single location. Find out how a change will impact your business by viewing the latest readiness information such as launch training, Ops Comms, Ops Academy, roadmaps and New Employee Starter guides to name but a few! All optimized for touch: providing fast, hands-on access to readiness information through your fingertips."; 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 = ''; } }