<!-- //////////////////////////////////////////////////////////////////////////////// // // THIS CODE IS NOT APPROVED FOR USE IN/ON ANY OTHER UI ELEMENT OR PRODUCT COMPONENT. // Copyright (c) 2006 Microsoft Corporation. All rights reserved. // //////////////////////////////////////////////////////////////////////////////// --> <html> <head> <meta http-equiv="MSThemeCompatible" CONTENT="yes" /> <meta http-equiv="Content-Type" content="text/html; charset=Unicode" /> <title>CPU</title> <link href="css/cpu.css" rel="stylesheet" type="text/css" /> <script language="javascript" src="js/cpu.js" type="text/javascript"></script> </head> <body dir="ltr" unselectable="on" scroll="no" onLoad="loadMain()"> <g:background id="background" style="position:absolute;z-index:-1"></g:background> <g:image id="dialDot" style="position:absolute;z-index:2" alt=""></g:image> <g:image id="cpuMeter" style="position:absolute;z-index:1"></g:image> <g:image id="memMeter" style="position:absolute;z-index:1"></g:image> <img id="glassMap" src="images/glass.png" style="position:absolute;z-index:3;cursor:default;" border="0" /> <map name="back_Map"> <area shape="poly" id="memoryMap" coords="84,44, 85,43, 87,42, 90,41, 98,39, 106,40, 108,42, 116,46, 118,50, 122,61, 122,68, 119,76, 117,79, 110,84, 104,88, 95,88, 81,80, 77,76, 76,73, 79,69, 80,66, 83,59, 84,52, 84,47, 84,45"> <area shape="circle" id="processorMap" coords="41,58,37"> </map> <map name="back_lrg_Map"> <area shape="poly" id="memoryLargeMap" coords="125,79, 127,78, 137,73, 144,72, 152,72, 157,74, 169,81, 175,88, 177,90, 180,100, 180,110, 176,124, 169,133, 155,140, 139,141, 125,135, 121,130, 116,124, 114,119, 117,114, 122,105, 125,93, 125,82"> <area shape="circle" id="processorLargeMap" coords="68,82,50"> </map> <textarea readonly id="cpuMeterLabel" style="position:relative;z-index:-2;"></textarea> <textarea readonly id="memoryMeterLabel" style="position:relative;z-index:-2;"></textarea> </body> </html>