window.log=function(){log.history=log.history||[];log.history.push(arguments);if(this.console){arguments.callee=arguments.callee.caller;var a=[].slice.call(arguments);(typeof console.log==="object"?log.apply.call(console.log,console,a):console.log.apply(console,a))}};
(function(b){function c(){}for(var d="assert,count,debug,dir,dirxml,error,exception,group,groupCollapsed,groupEnd,info,log,timeStamp,profile,profileEnd,time,timeEnd,trace,warn".split(","),a;a=d.pop();){b[a]=b[a]||c}})((function(){try
{console.log();return window.console;}catch(err){return window.console={};}})());



/**
 * jQuery.fullBg
 * Version 1.0
 * Copyright (c) 2010 c.bavota - http://bavotasan.com
 * Dual licensed under MIT and GPL.
 * Date: 02/23/2010
**/
(function($){$.fn.fullBg=function(){var bgImg=$(this);bgImg.addClass('fullBg');function resizeImg(){var imgwidth=bgImg.width();var imgheight=bgImg.height();var winwidth=$(window).width();var winheight=$(window).height();var widthratio=winwidth/imgwidth;var heightratio=winheight/imgheight;var widthdiff=heightratio*imgwidth;var heightdiff=widthratio*imgheight;if(heightdiff>winheight){bgImg.css({width:winwidth+'px',height:heightdiff+'px'});}else{bgImg.css({width:widthdiff+'px',height:winheight+'px'});}}
resizeImg();$(window).resize(function(){resizeImg();});};})(jQuery)


jQuery(function() {
      $("#slides").responsiveSlides({ speed:20000 });
});


 

function open_degroenevecht()
{
	window.open("roundvision/degroenevecht")
}


function open_delichtboei()
{
	window.open("roundvision/delichtboei")
}
