window.onload = function()  
{
	$("#fototitel span").dropShadow({left: 2, top: 2, opacity: 0.3, blur: 1});
}

function getRoute1()
{
	var adres = document.getElementById('adres1').value;
	window.open("http://maps.google.nl/maps?f=d&source=s_d&saddr="+adres+"&daddr=Galvanistraat+1,+Ede&hl=nl&geocode=&mra=ls&ie=UTF8");
}
function getRoute2()
{
	var adres = document.getElementById('adres2').value;
	window.open("http://maps.google.nl/maps?f=d&source=s_d&saddr="+adres+"&daddr=Burgemeester+Roelenweg+26,+Zwolle&hl=nl&geocode=&mra=ls&ie=UTF8");
}

$(function() {
	$('#fade').cycle({
		fx: 'fade', 
		speed:  1500 
	});
});
$(document).ready(function(){
     
     $("#thumbs > a").lightBox();
});

