
Klik op een categorie voor een overzicht van de fotoalbums.
$("a.title").click(function() {
var id = $(this).attr('id');
$("#fotoalbum_" + id).slideToggle('normal');
return false;
});
$('#imagecycle').cycle({fx:'fade',speed:2500,timeout: 8000});