function loadRoute() {

        //var nw = window.open("http://www.locatienet.nl/webmapper/processpc.asp?action=search&config_id=2335&pc=2908LT&country=NL","visibilityWindow","HEIGHT=400,WIDTH=630,status=no,toolbar=no,scrollbars=no,directories=no,menubar=no,location=no");

        var nw = window.open("http://tools.locatienet.com/location/map.asp?config_id=2335&language=dutch&address=457310_5195513_Cypresbaan_2_2908LT_Capelle%20a/d%20ijssel__NL_5&zoom=2&css=route.css&speedprofile=1","visibilityWindow","HEIGHT=400,WIDTH=630,status=no,toolbar=no,scrollbars=no,directories=no,menubar=no,location=no");
        if (navigator.appName == "Netscape" ) {
                nw.creator = self;
        }
}

function dopop(who, what) {
	tmp = who.getElementsByTagName("span");
	tmp[0].style.display = what;
}
var h = false, oo = 10, fader;
function fadeHead() {
	h = document.getElementById("hh");
	h.style.opacity = oo;
	h.style.filter = "alpha(opacity=" + oo + ")";
	fader = setInterval("fadein(3)", 39);
}
function fadein(speed) {
	oo = oo + speed;
	if(oo >= 100) {
		clearInterval(fader);
		oo = 100;
	}
	if(oo <= 0) {
		clearInterval(fader);
		oo = 0;
	}
	h.style.filter = "alpha(opacity=" + oo + ")";
	h.style.opacity = oo/100;
}
function fadeout() {
	if(h) {
		clearInterval(fader);
		fader = setInterval("fadein(-2)", 30);
	}
}
$(document).keyup(function(evt) {
	if (evt.keyCode == '27') {
		closeLightbox();
	}
	
});
$(document).ready(function() {
	$("#valentijn").click();
});