jQuery(document).ready(function(){
	jQuery(".sluit,#popupbg").click(function () {jQuery("#popupbg, .popup").fadeOut("fast");});    
	jQuery(".popopen").click(function () {jQuery("#popupbg, .popup").fadeIn("10");});    
});