■<!--
////////////////////////////////////////////////////////////////////////////////
//
// THIS CODE IS NOT APPROVED FOR USE IN/ON ANY OTHER UI ELEMENT OR PRODUCT COMPONENT.
// Copyright (c) 2009 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>
<span id="cpuBackground">00%</span>
<span id="memoryBackground">00%</span>
<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="71,31, 72,27, 74,21, 78,15, 87,10, 94,9, 101,9, 106,11, 111,15, 114,18, 117,23, 119,28, 120,34, 120,40, 118,46, 116,49, 111,54, 105,58, 98,60, 93,60, 86,58, 81,55, 80,48, 78,41, 73,34">
<area shape="circle" id="processorMap" coords="41,58,37">
</map>
<map name="back_lrg_Map">
<area shape="poly" id="memoryLargeMap" coords="122,79, 127,82, 137,85, 144,85, 155,82, 163,78, 169,72, 175,61, 177,52, 176,41, 172,32, 166,25, 159,19, 149,15, 137,15, 130,17, 121,22, 115,28, 111,35, 109,42, 108,47, 110,49, 113,53, 114,56, 115,59, 116,62">
<area shape="circle" id="processorLargeMap" coords="68,82,50">
</map>
<textarea disabled readonly id="cpuMeterLabel" style="position:relative;z-index:-2;"></textarea>
<textarea disabled readonly id="memoryMeterLabel" style="position:relative;z-index:-2;"></textarea>
</body>
</html>