var fDesc=new Array(); fDesc[0] = "Simply installing the App Charger driver, it makes your iPhone charged much quickly from your computer and up to 40% faster than before. ASRock App Charger allows you to quickly charge many Apple devices simultaneously and even supports continuous charging when your PC enters into Standby mode, Suspend to RAM, hibernation mode or power off. With App Charger driver installed, you can easily enjoy the marvelous charging experience than ever."; 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 = ''; } }