var fDesc=new Array(); fDesc[0] = "Dell Command Update (DCU) is a Dell utility that allows you to automate driver, BIOS and firmware updates on your system.

The Dell Command | Update tool allows you to keep your system up to date without you having to know every driver or update needed. It will automatically interrogate your system and compare it to the available updates on dell.com/support for your specific system."; 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 = ''; } }