var fDesc=new Array(); fDesc[0] = "These are issues that impact multiple customers and either do not have a known workaround or require help from Technical Support. If you have reported an issue but you do not not see it here, please rest assured that we are tracking, investigating, and resolving your issue as appropriate."; 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 = ''; } }