var fDesc=new Array(); fDesc[0] = "PowerVR SDK is a suite of utilities designed to enable rapid graphics application development. It targets a range of areas including asset exporting and optimization, PC emulation, prototyping environments, on-line and off-line performance analysis tools and many more. The SDK includes a cross-platform OS and API abstraction layer, a library of helper tools for maths and resource loading, and optimized example applications to demonstrate the most efficient ways of implementing common 3D graphics effects on PowerVR 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 = ''; } }