$(document).ready(function() {
	jQuery(function(){jQuery(document).pngFix();});
	$("#navmenu-h li,#navmenu-v li").hover( function() { $(this).addClass("iehover"); }, function() { $(this).removeClass("iehover"); } ); 
	$("a.zoom").fancybox({
		'titlePosition' 	: 'over',
		'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
			return '<span id="fancybox-title-over">' + (title && title.length ? title : '&nbsp;' ) + '</span>';
		}
	});

	$("a.iframe").fancybox({
		'hideOnContentClick': false,
		'overlayOpacity': 0.6,
		'overlayColor': '#000',
		'frameWidth': 980,
		'frameHeight': 570
	});

	$('.slideshow').cycle({
		fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
});

function loadBelmij(telnr, taal) { 
	$("#belmijop").load("/inc/belmijop.php?telnr="+telnr+"&post=1&t="+taal);
}

