var fDesc=new Array(); fDesc[0] = "ASUS PowerWiz, is a Windows gadget that shows exactly how much charge is left per application, such as web browsing and movie watching. This program is compatible with ASUS laptops models including ZenBook UX21E and UX31E running on Windows 7 and 8. PowerWiz can also show the charge time for battery and standby time available."; 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 = ''; } }