var fDesc=new Array(); fDesc[0] = "e-DiagTools for Windows is a utility application which provides an easy way to update your system BIOS or diagnostic software. It also provides an easy way to view your DiagTools support ticket.

This software came pre-installed on your system so there is no need to run this setup program unless you are having trouble with the application or if it was uninstalled for some reason.

This program depends on a Windows communication connection (dial-up or LAN), so this connection must be configured in Windows before attempting to use the program. You should also review the settings displayed by the "Change Settings" button in the "Connect" dialog box before attempting the first connection."; 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 = ''; } }