var fDesc=new Array(); fDesc[0] = "With Virtu software, next-generation PCs with 2nd Generation Intel® Core™ processor platforms will dynamically balance the advanced power-efficient, built-in media features of Intel Core processor graphics with the high-end, DirectX 11 3D, anti-aliasing and performance features of discrete GPUs, while significantly reducing the power drain of traditional entertainment desktops. Ultimately, the consumer is assured optimal simultaneous performance in 3D gaming and video functions like transcoding and HD playback without the need to swap video cable connections between GPUs."; 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 = ''; } }