var fDesc=new Array(); fDesc[0] = "This may be the result of the file not being completely downloaded. There is an HTTP server setting Output Time Out=60 which allows time to get the entire file downloaded prior to a server timeout. Generally "Cannot read from file C:\Seagull\APACPROD\APACPROD.JWE" usually means the AISX.JWR is corrupt. This may be the result of the file not being completely downloaded. There is an HTTP server setting Output Time Out=60 which allows time to get the entire file downloaded prior to a server timeout."; 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 = ''; } }