/**
 * @author michal
 */
$(document).ready(function(){
	
	//preload images
	//jQuery.preLoadImages("/images/flag_nl.jpg","/images/flag_uk.jpg","/images/flag_de.jpg");
	//end preload images
	
	//$('#footermenu').append('<li class="footermenubetweenitems">&nbsp;-&nbsp;</li><li>Reiseb' + unescape('%FC') + 'ro Hagemann</li>');

	

	
	var viewportHeight = jQuery(window).height();
	var nh = viewportHeight-367;
	$('#tekstcontent_scrolled').height(nh);
	$('#tekstcontent_scrolled').jScrollPane();
});	//end document ready

//preload images
(function($){var cache=[];$.preLoadImages=function(){var args_len=arguments.length;for(var i=args_len;i--;){var cacheImage=document.createElement('img');cacheImage.src=arguments[i];cache.push(cacheImage);}}})(jQuery)

$(window).load(function(){
	$('.footerpersonen_item img').reflect({height: 0.4, opacity: 0.6});
	//$('.footerpersonen_pic').reflect({height:25});

});

