jQuery(function($) {
	$('.popup').popupWindow({
		height: 500,
		width: 620,
		centerScreen: 1,
		scrollbars: 1
	});
});
