var fDesc=new Array(); fDesc[0] = "With the exclusive ASUS Ai Charger, all of your motherboards, and desktops become universal chargers for your iPod, iPhone and now, the new iPad. Ai Charger turns any PC into a flexible power-up station for popular Apple devices through a simple USB connector, extending their usability and benefit in every lifestyle. Charging goes up to and smoother while you do your work or have fun – whether at home or on the go. The Ai Charger software is available for a variety of chipsets and motherboards from ASUS as well as all desktops"; 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 = ''; } }