<html><head><title>Untitled</title>
<script type="text/javascript"><!--
function swap(id) {
obj = document.getElementById(id);
obj.style.display = (obj.style.display == 'none') ? 'block' : 'none';
}
//--></script>
</head><body>
<table align="center" border="0" style="border: 0pt solid #000000" cellpadding="1" cellspacing="0" width="100" height="65">
<tr bgcolor="#00ff00">
<td width="15">M</td><td width="15">D</td><td width="15">M</td><td width="15">D</td><td width="15">F</td><td width="15">S</td><td width="17">S</td>
</tr>
<tr bgcolor="#00ff00">
<td width="15" align="center"></td><td width="15" align="center"></td><td width="15" align="center">1</td><td width="15" align="center">2</td><td width="15" align="center">3</td><td width="15" align="center">4</td><td width="17" align="center">5</td>
</tr>
<tr bgcolor="#00ff00">
<td width="15" align="center">6</td><td width="15" align="center">7</td><td width="15" align="center">8</td><td width="15" align="center">9</td><td width="15" align="center">10</td><td width="15" align="center">11</td><td width="17" align="center">12</td>
</tr>
<tr bgcolor="#00ff00">
<td width="15" align="center">13</td><td width="15" align="center">14</td><td width="15" align="center">15</td><td width="15" align="center">16</td><td width="15" align="center">17</td><td width="15" align="center">18</td><td width="17" align="center">15</td>
</tr>
<tr bgcolor="#00ff00">
<td width="15" align="center">19</td>
<td width="15" align="center">20</td>
<td width="15" align="center">21</td>
<td width="15" align="center">22</td>
<td width="15" align="center">23</td>
<td width="15" align="center"><b><a href onMouseover="swap('tooltip')" onMouseout="swap('tooltip')">24</a></b></td>
<td width="17" align="center">25</td>
</tr>
<tr bgcolor="#00ff00">
<td width="15" align="center">26</td><td width="15" align="center">27</td><td width="15" align="center">28</td><td width="15" align="center">29</td><td width="15" align="center">30</td><td width="15" align="center">31</td><td width="17" align="center"></td>
</tr>
</table>
<center><div id="tooltip" style="display:none">Inhalt des Tooltips</div></center>
</body></html>