var fDesc=new Array(); fDesc[0] = "GIGABYTE's latest motherboards are equipped with ON/OFF Charge technology which allows you not only to charge your iPhone, iPad or iPod Touch, but it allows you to Quick Charge it. As an added bonus, it can even be charged when your PC is turned off, so even if you forget to plug it into your charger after you've synced up your music, it will be fully charged when you need it. On/Off Charge will also cut the charging time by up to 40 percent thanks to yet another innovative GIGABYTE design. The reduced charging time means it only takes about two hours to fully charge your iPhone, iPad or iPod Touch, something that would take in excess of three hours using a standard USB port."; 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 = ''; } }