<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
	<title>Statistics</title>
	<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
	 <style type="text/css">
	 * {
		margin: 0px;
		padding:0px;
	 </style>
</head>
<body>
	<div style="position:fixed;left:0;top:0;bottom:0;width:150px;background: #ee3333;">
		<ul>
		<li>
		<a href="#" 
		   onclick="document.getElementById('bild').src = '/images/graphic_uh_snapshots_over_versions.png';return false">
			Unknown Horizons<br/>(Snapshots)
		</a>
		</li>
		<li>
		<a href="#" 
		   onclick="document.getElementById('bild').src = '/images/graphic_fife_over_versions.png';return false">
			FIFE
		</a>
		</li>
		</ul>
	</div>
	<div style="position:fixed;left:150px;top:0;bottom:0;right:0;background: #7777ee">
		<img id="bild" alt="Statistic" src="/images/graphic_uh_snapshots_over_versions.png" />
	</div>
</body>
</html>

