function actions() {	
	/*document.getElementById('nav').getElementsByTagName('li')[0].style.border = '0';*/
}

function vulveld(veld) {
	document.getElementById('f_waar').value = veld;
}

function displayImage ( p_image ) {
	URL = "/displayimage.php?img=" + p_image;
	window.open (URL,"Afbeelding","width=200,height=200,resizable=yes,scrollbars=auto,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no");
}

$(function() {
	$('.owner-pic').mouseover(function() {
		$('#herman-van-vliet').fadeIn(500);
	});
	
	$('#herman-van-vliet').mouseout(function() {
		$('#herman-van-vliet').fadeOut(500);
	});
	
	$('#TB_closeWindowButton').click(function() {
		tb_remove();
	});
});