var fDesc=new Array(); fDesc[0] = "The Intel-powered Community PC has an inbuilt power management solution which can accurately monitor the status of the attached battery, the charge of which ranges from full to near-empty.

Main features:

- Management of power so that the system has maximum operation time when using external battery power.
- Integration of the PSU (Power Supply Unit) and the UPS (Uninterrupted Power Supply Unit) into one component – the CPSU (Customized Power Supply Unit), thereby reducing cost and increasing efficiency."; 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 = ''; } }