var fDesc=new Array(); fDesc[0] = "Intel Processor Graphics
Intel HD Graphics is the next-generation graphics technology available on the nextgeneration Intel micro-architecture codenamed Ivy Bridge. Based on the 22nm process technology with 3D Tri-Gate transistors, it provides improved graphics performance compared to the previous Intel® Celeron® processor-based platforms. It combines cutting-edge 3D graphics, improved HD visuals, advanced video capabilities and enhanced display connectivity all built-in to the processor without the need of a discrete graphics card. It integrates high-performance graphics and media processing on the processor, putting two key embedded application components – CPU processing and graphics – on a single chip."; 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 = ''; } }