/**
 * peter wagner bbk js functions
 */
 
if (typeof(pw_bbk) == 'undefined') 
{
	pw_bbk = {
		url: '/bbk/katalog.html',
		
		openWnd: function() {
			window.open(pw_bbk.url,'katalog','width=760,height=620');
		}
	};
}
