<html> <script type="text/javascript"> function yearreset(){ $(".year").hide(); }
function year(year){ yearreset(); $("." + year).show(); }
function monthreset(){ $(".month").hide(); }
function month(month){ monthreset(); $("." + month).show(); } </script> <body>
Entwicklertreffen Übersicht:
Kein Jahr ausgewählt.
Keinen Monat ausgewählt.
</html>