function large_photo(sid,nr) {
	imgwin = window.open ('big.html?sid='+sid+'&foto='+nr, 'imgwin', 'width=690,height=600');
	imgwin.focus ();
	return false;
}



