var fDesc=new Array(); fDesc[0] = "Dell Command Power Manager allows you to manage power utilization, battery charging, and thermal settings on supported Dell laptops. It provides detailed information about your system’s batteries, including battery health, charge status, battery type, connection type, and whether the battery is Dell original or not. It also features a variety of Group Policy templates for Windows 7, 8, and 10. This version is compatible with Latitude, Precision and Dell Venue 11 Pro models."; 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 = ''; } }