var fDesc=new Array(); fDesc[0] = "AMD Fusion Media Explorer is a new 3D Immersive Social Media and Digital Media Browser, built and distributed by AMD. In addition to enabling unique multimedia and social media experiences, Fusion Media Explorer does a great job of showcasing the power of AMD CPUs and GPUs. This application demonstrates what our platforms are capable of when the software is designed to take full advantage. Requires TV tuner."; 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 = ''; } }