/**
 *
 */
 	function advent ( )
	{
		var popup = window.open ( 'http://www.conceptbau-premier.de/advent/', 'advent', 'width=800px, height=600px, scrollbars=no' );
			popup.focus ( );
	}