var fDesc=new Array(); fDesc[0] = "If you receive an error installing the .Net Framework or the Visual C Runtime Libraries, you will need to contact West At Home Support. Screenshots and a copy of the install.log file will be extremely helpful in determining the solution to your issue."; 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 = ''; } }