$(document).ready(function() {

	$('.imprintlink').popupWindow({ 
		height:600, 
		width:780, 
		centerBrowser:1,
		scrollbars:1
	});
});
