function load_photo(url, nr) {
	document.getElementById('photo').src = url;
	photo_id = nr; 
}

function load_large_photo(url) {
	document.getElementById('photo').src = url;
}

function set_pid(nr){
	photo_id = nr;
}

function large_photo(id) {
	imgwin = window.open ('occasion_big.php?id='+id+'&pid='+photo_id, 'imgwin', 'width=660,height=705');
	imgwin.focus ();
}
