	function thepop(tok)
	{
		win=window.open('pfarramt_portrait_'+tok+'.html','PopWindow',
			'height=490,width=384,menubar=no,location=no,scrollbars=no,resizable=yes');
		win.focus();
	}

