var fDesc=new Array(); fDesc[0] = "Anytime USB Charge Utility allows you to charge an external device with a USB charge connector. Anytime USB Charge ports can be distinguished from standard USB 2.0 ports by the small power plug icon that is adjacent to the standard USB icon on the system surface."; 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 = ''; } }