function FotoPopup(path) {
	var win = null;
	win = window.open("/foto.asp?path="+path, 'Fotoboek', 'width=900,height=700,scrollbars=yes');

}