$(function () {
				// adslwinkel tab
	$('.bubbleInfo1').each(function () {
		var distance = -20;
		var time = 150;
		var hideDelay = 150;
		var hideDelayTimer = null;
		var beingShown = false;
		var shown = false;
		var trigger = $('.tooltiptrigger1', this);
		var info = $('.popup1', this).css('opacity', 0);
		$([trigger.get(0), info.get(0)]).mouseover(function () {
			if (hideDelayTimer) clearTimeout(hideDelayTimer);
				if (beingShown || shown) {
				// don't trigger the animation again
				return;
			} else {
				// reset position of info box
				beingShown = true;
				info.css({
					top: 45,
					right: 37,
					display: 'block'
				}).animate({
					bottom: '-=' + distance + 'px',
					opacity: 1
				}, time, 'swing', function() {
					beingShown = false;
					shown = true;
				});
			}
			return false;
			}).mouseout(function () {
				if (hideDelayTimer) clearTimeout(hideDelayTimer);
				hideDelayTimer = setTimeout(function () {
				hideDelayTimer = null;
				info.animate({
				bottom: '-=' + distance + 'px',
				opacity: 0
				}, time, 'swing', function () {
				shown = false;
				info.css('display', 'none');
			});
			}, hideDelay);
		return false;
		});
	});
	//digitaaltvkijken tab
	$('.bubbleInfo2').each(function () {
		var distance = -20;
		var time = 150;
		var hideDelay = 150;
		var hideDelayTimer = null;
		var beingShown = false;
		var shown = false;
		var trigger = $('.tooltiptrigger2', this);
		var info = $('.popup2', this).css('opacity', 0);
		$([trigger.get(0), info.get(0)]).mouseover(function () {
			if (hideDelayTimer) clearTimeout(hideDelayTimer);
				if (beingShown || shown) {
				// don't trigger the animation again
				return;
			} else {
				// reset position of info box
				beingShown = true;
				info.css({
					top: 45,
					right: 98,
					display: 'block'
				}).animate({
					bottom: '-=' + distance + 'px',
					opacity: 1
				}, time, 'swing', function() {
					beingShown = false;
					shown = true;
				});
			}
			return false;
			}).mouseout(function () {
				if (hideDelayTimer) clearTimeout(hideDelayTimer);
				hideDelayTimer = setTimeout(function () {
				hideDelayTimer = null;
				info.animate({
				bottom: '-=' + distance + 'px',
				opacity: 0
				}, time, 'swing', function () {
				shown = false;
				info.css('display', 'none');
			});
			}, hideDelay);
		return false;
		});
	});
	//mobielinternetbestellen tab
	$('.bubbleInfo3').each(function () {
		var distance = -20;
		var time = 150;
		var hideDelay = 150;
		var hideDelayTimer = null;
		var beingShown = false;
		var shown = false;
		var trigger = $('.tooltiptrigger3', this);
		var info = $('.popup3', this).css('opacity', 0);
		$([trigger.get(0), info.get(0)]).mouseover(function () {
			if (hideDelayTimer) clearTimeout(hideDelayTimer);
				if (beingShown || shown) {
				// don't trigger the animation again
				return;
			} else {
				// reset position of info box
				beingShown = true;
				info.css({
					top: 45,
					right: 132,
					display: 'block'
				}).animate({
					bottom: '-=' + distance + 'px',
					opacity: 1
				}, time, 'swing', function() {
					beingShown = false;
					shown = true;
				});
			}
			return false;
			}).mouseout(function () {
				if (hideDelayTimer) clearTimeout(hideDelayTimer);
				hideDelayTimer = setTimeout(function () {
				hideDelayTimer = null;
				info.animate({
				bottom: '-=' + distance + 'px',
				opacity: 0
				}, time, 'swing', function () {
				shown = false;
				info.css('display', 'none');
			});
			}, hideDelay);
		return false;
		});
	});
	//gsmbestellen tab
	$('.bubbleInfo4').each(function () {
		var distance = -20;
		var time = 150;
		var hideDelay = 150;
		var hideDelayTimer = null;
		var beingShown = false;
		var shown = false;
		var trigger = $('.tooltiptrigger4', this);
		var info = $('.popup4', this).css('opacity', 0);
		$([trigger.get(0), info.get(0)]).mouseover(function () {
			if (hideDelayTimer) clearTimeout(hideDelayTimer);
				if (beingShown || shown) {
				// don't trigger the animation again
				return;
			} else {
				// reset position of info box
				beingShown = true;
				info.css({
					top: 45,
					right: 178,
					display: 'block'
				}).animate({
					bottom: '-=' + distance + 'px',
					opacity: 1
				}, time, 'swing', function() {
					beingShown = false;
					shown = true;
				});
			}
			return false;
			}).mouseout(function () {
				if (hideDelayTimer) clearTimeout(hideDelayTimer);
				hideDelayTimer = setTimeout(function () {
				hideDelayTimer = null;
				info.animate({
				bottom: '-=' + distance + 'px',
				opacity: 0
				}, time, 'swing', function () {
				shown = false;
				info.css('display', 'none');
			});
			}, hideDelay);
		return false;
		});
	});
	//bestellivevoetbal tab
	$('.bubbleInfo5').each(function () {
		var distance = -20;
		var time = 150;
		var hideDelay = 150;
		var hideDelayTimer = null;
		var beingShown = false;
		var shown = false;
		var trigger = $('.tooltiptrigger5', this);
		var info = $('.popup5', this).css('opacity', 0);
		$([trigger.get(0), info.get(0)]).mouseover(function () {
			if (hideDelayTimer) clearTimeout(hideDelayTimer);
				if (beingShown || shown) {
				// don't trigger the animation again
				return;
			} else {
				// reset position of info box
				beingShown = true;
				info.css({
					top: 45,
					right: 224,
					display: 'block'
				}).animate({
					bottom: '-=' + distance + 'px',
					opacity: 1
				}, time, 'swing', function() {
					beingShown = false;
					shown = true;
				});
			}
			return false;
			}).mouseout(function () {
				if (hideDelayTimer) clearTimeout(hideDelayTimer);
				hideDelayTimer = setTimeout(function () {
				hideDelayTimer = null;
				info.animate({
				bottom: '-=' + distance + 'px',
				opacity: 0
				}, time, 'swing', function () {
				shown = false;
				info.css('display', 'none');
			});
			}, hideDelay);
		return false;
		});
	});
	//bestellivevoetbal tab
	$('.bubbleInfo6').each(function () {
		var distance = -20;
		var time = 150;
		var hideDelay = 150;
		var hideDelayTimer = null;
		var beingShown = false;
		var shown = false;
		var trigger = $('.tooltiptrigger6', this);
		var info = $('.popup6', this).css('opacity', 0);
		$([trigger.get(0), info.get(0)]).mouseover(function () {
			if (hideDelayTimer) clearTimeout(hideDelayTimer);
				if (beingShown || shown) {
				// don't trigger the animation again
				return;
			} else {
				// reset position of info box
				beingShown = true;
				info.css({
					top: 45,
					right: 270,
					display: 'block'
				}).animate({
					bottom: '-=' + distance + 'px',
					opacity: 1
				}, time, 'swing', function() {
					beingShown = false;
					shown = true;
				});
			}
			return false;
			}).mouseout(function () {
				if (hideDelayTimer) clearTimeout(hideDelayTimer);
				hideDelayTimer = setTimeout(function () {
				hideDelayTimer = null;
				info.animate({
				bottom: '-=' + distance + 'px',
				opacity: 0
				}, time, 'swing', function () {
				shown = false;
				info.css('display', 'none');
			});
			}, hideDelay);
		return false;
		});
	});
	//bestellivevoetbal tab
	$('.bubbleInfo7').each(function () {
		var distance = -20;
		var time = 150;
		var hideDelay = 150;
		var hideDelayTimer = null;
		var beingShown = false;
		var shown = false;
		var trigger = $('.tooltiptrigger7', this);
		var info = $('.popup7', this).css('opacity', 0);
		$([trigger.get(0), info.get(0)]).mouseover(function () {
			if (hideDelayTimer) clearTimeout(hideDelayTimer);
				if (beingShown || shown) {
				// don't trigger the animation again
				return;
			} else {
				// reset position of info box
				beingShown = true;
				info.css({
					top: 45,
					right: 316,
					display: 'block'
				}).animate({
					bottom: '-=' + distance + 'px',
					opacity: 1
				}, time, 'swing', function() {
					beingShown = false;
					shown = true;
				});
			}
			return false;
			}).mouseout(function () {
				if (hideDelayTimer) clearTimeout(hideDelayTimer);
				hideDelayTimer = setTimeout(function () {
				hideDelayTimer = null;
				info.animate({
				bottom: '-=' + distance + 'px',
				opacity: 0
				}, time, 'swing', function () {
				shown = false;
				info.css('display', 'none');
			});
			}, hideDelay);
		return false;
		});
	});
	//add new tabs from here, with +46pix from right side. Example of latest version: 218 (old value) + 46 (difference in tabs) = 264 (new value)
});