1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
|
<tr>
<td colspan="2" rowspan="1" style="text-align: center;"><a href="javascript:toggle('erfolge')"><h1>Erfolge ansehen</h1></a>
<div id="erfolge" style="display: none;"><?php include_once('erfolgsanzeige.php'); ?>
</div>
</td>
</tr>
<tr>
<td colspan="2" rowspan="1" style="text-align: center;"><a href="javascript:toggle('nachzucht')"><h1>Nachzucht ansehen</h1></a>
<div id="nachzucht" style="display: none;"><?php include_once('nachzuchtanzeige.php'); ?>
</div>
</td>
</tr>
|