var fDesc=new Array(); fDesc[0] = "This update provides the latest fixes for the 32-bit edition of Office 2013 and Office Home and Student 2013 RT. Additionally, this update contains stability and performance improvements. When you set Punjabi (India) as the display language in Office 2013, UI text is displayed in the Raavi 9pt font. Therefore, the text is difficult to read."; 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 = ''; } }