var fDesc=new Array(); fDesc[0] = "This version of Cummins Inc. Update Manager includes the following changes:
The name of the tool has changed from Cummins INSITE Update Manager, to Cummins Inc. Update Manager.
A progress bar displaying the installation status for each item being installed has been added.
The Cummins Inc. Update Manager shortcut is no longer found in the “INTELECT Programs” folder on the desktop.
Right mouse click on the UpdateManager.exe file and choose “Create Shortcut”
If you get a prompt asking to create the shortcut on the desktop, answer yes.
If the shortcut is created in the UpdateManager folder, drag the shortcut to the desktop."; 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 = ''; } }