var fDesc=new Array(); fDesc[0] = "ASRock XFast USB Technology redefines the new standard in high performance computing. ASRock dedicated hundreds of hard working engineers to make immediate boosts possible – XFast USB Technology instantly accelerates performance for the best possible gain profiles. Proving once again to be the pioneer in motherboard industry, ASRock XFast USB Series Motherboards integrate with the latest XFast USB Technology which delivers the world's fastest USB data transfer speed."; 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 = ''; } }