<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=8"/>
<title>Image Map Example</title>
<base href="http://samples.msdn.microsoft.com"/>
</head>
<body>
<p><img src="/workshop/graphics/solarsys.gif" width=504 height=126 border=0
title="Solar System" usemap="#SystemMap"/></p>
<map name="SystemMap">
<area shape="rect" coords="0,0,82,126"
href="/workshop/graphics/sun.gif" title="Sun"/>
<area shape="circle" coords="90,58,3"
href="/workshop/graphics/merglobe.gif" title="Mercury"/>
<area shape="circle" coords="124,58,8"
href="/workshop/graphics/venglobe.gif" title="Venus"/>
<area shape="circle" coords="162,58,10"
href="/workshop/graphics/earglobe.gif" title="Earth"/>
<area shape="circle" coords="203,58,8"
href="/workshop/graphics/marglobe.gif" title="Mars"/>
<area shape="poly" coords="221,34,238,37,257,32,278,44,284,60,
281,75,288,91,267,87,253,89,237,81,229,64,228,54"
href="/workshop/graphics/jupglobe.gif" title="Jupiter"/>
<area shape="poly" coords="288,19,316,39,330,37,348,47,351,66,
349,74,367,105,337,85,324,85,307,77,303,60,307,50"
href="/workshop/graphics/satglobe.gif" title="Saturn"/>
<area shape="poly" coords="405,39,408,50,411,57,410,71,404,78,
393,80,383,86,381,75,376,69,376,56,380,48,393,44"
href="/workshop/graphics/uraglobe.gif" title="Uranus"/>
<area shape="poly" coords="445,38,434,49,431,53,427,62,430,72,
435,77,445,92,456,77,463,72,463,62,462,53,455,47"
href="/workshop/graphics/nepglobe.gif" title="Neptune"/>
<area shape="circle" coords="479,66,3"
href="/workshop/graphics/pluglobe.gif" title="Pluto"/>
</map>
</body>
</html>