$(document).ready(function() {
    $("a.single_image").fancybox({
        'titlePosition' : 'over',
        'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
            return '<span id="fancybox-title-over"><span class="floatRight">Image ' +  (currentIndex + 1) + ' / ' + currentArray.length + '</span><span class="flaotLeft">'+title+'</span></span>';
        }
    });
	$("#various4").fancybox({
					'width'				: 768,
					'height'			: 576,
			    	'padding'           : 0,
		        	'autoScale'     	: false,
		        	'transitionIn'		: 'none',
					'transitionOut'		: 'none'
		});
	$(".fancybox").fancybox();

	/*
	$.preload( [
				'afb_01_01.jpg',
				'afb_01_02.jpg',
				'afb_01_03.jpg',
				'afb_01_04.jpg',
				'afb_02_01.jpg',
				'afb_02_02.jpg',
				'afb_02_03.jpg',
				'afb_02_04.jpg',
				'afb_02_05.jpg',
				'afb_03_01.jpg',
				'afb_03_02.jpg',
				'afb_03_03.jpg'
				], {
		base:'img/',
		ext:''
	});	*/

});

function doSomething() {
     saddr = document.getElementById('saddr').value;
     window.open("http://maps.google.nl/?f=d&source=s_d&saddr=" + saddr + "&daddr=Emmastraat 9, 3134 CG Vlaardingen");
}



