Drupal.behaviors.jqueryPopupWindow=function(context){for(preset in Drupal.settings.jqueryPopupwindowPresets)$(Drupal.settings.jqueryPopupwindowPresets[preset]['preset'],context).addClass('jqueryPopupwindowProcessed').each(function(){popup_options=Drupal.settings.jqueryPopupwindowPresets[preset]['options'];settings=new Array();settings[preset]=popup_options;$(this).attr('rel',preset).popupwindow(settings)})};

