var fDesc=new Array(); fDesc[0] = "AMD Quick Stream Technology is an Internet stream optimization software powered by AppEx Networks’ IPEQ (IP End to end Quality Of Service) technology that prioritizes and shapes the Internet data streams flowing in and out the PC, allowing the high‐priority streams and apps to dynamically enjoy the better network resources when competing the limited bandwidth with other less important ones. AMD Quick Stream Technology offers the end users smoother and enhanced Internet experiences. At the same time it boosts the overall Internet performance by shaping both the inbound and outbound traffic to eliminate or reduce the chances of traffic congestion."; 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 = ''; } }