(function($){ 
	// popup options for external windows
	$(document).ready(function() {
		$('a.ExternalPopupPage').each(function(){
			$(this).popupwindow();
		});
	});
			
	
})(jQuery);