| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/admin/html/assets/javascript/legacy/gm/ |
Upload File : |
!function(t,i){if(void 0==e)var e=new Array;var o=function(e,o,s,a){this.console_log("$.fn.lightbox_plugin"),this.settings=t.extend({},i.fn.lightbox_plugin.defaults,s),this.params=a,this.target=e,this.lightbox_package,this.lightbox_shadow,this.lightbox_loading_image,this.identifier=o,this.lightbox_content_type=!1,this.window_width=t(window).width(),this.window_height=t(window).height(),this.headline,this.template_name,this.template_section,this.template_parameters,this.iframe_link,this.actual_image=!1,this.actual_image_orig_width,this.actual_image_orig_height,this.actual_image_ratio,this.image_group=!1,this.image_group_name,this.image_group_size=-1,this.image_group_index=-1,this.initialize()};o.prototype={initialize:function(){this.get_configuration(),this.check_settings(),this.initialize_lightbox_html(),this.initialize_border_html(),this.initialize_headline_html(),this.initialize_navigation_html(),this.initialize_close_button_html(),this.bind_events(),this.get_content()},get_configuration:function(){this.console_log("get_configuration"),this.headline=this.target.attr("title");var i;i=this.params&&void 0!==this.params.href?t.trim(this.params.href):t.trim(this.target.attr("href"));var e=i.toLowerCase();if(e.indexOf(".jpg")>=0||e.indexOf(".jpeg")>=0||e.indexOf(".gif")>=0||e.indexOf(".png")>=0){var o=t.trim(this.target.attr("rel"));o=o.split(" ")[0],""==o?this.lightbox_content_type="image":(this.lightbox_content_type="image_group",this.image_group_name=o,this.image_group=t("a[rel~='"+this.image_group_name+"']"),this.image_group_size=this.image_group.length,t.each(this.image_group,function(i,e){t(e).get(0)==t(this.target).get(0)&&(this.image_group_index=i)}))}else if(e.indexOf("#iframe")>=0)this.lightbox_content_type="iframe",this.iframe_link=i.replace("#iframe","");else if(e.indexOf(".html")>=0){this.lightbox_content_type="template";var s={},a=i.split(/\?/g);if(2==a.length)for(var h=a[1].split(/\&/g),n=0;n<h.length;n++){var g=h[n].split(/\=/g);2==g.length&&(s[g[0]]=g[1])}s.identifier=this.identifier,s.lightbox_identifier=this.identifier,s.element=this.target,this.template_parameters=t.extend({},s,this.params);var _=a[0].split(/\//g);2==_.length?(this.template_name=_[1],this.template_section=_[0]):(this.template_name=_[0],this.template_section="")}else this.console_log("type of content is undefined")},check_settings:function(){this.console_log("check_settings"),"full"!=this.settings.lightbox_width&&(this.settings.lightbox_width=parseInt(this.settings.lightbox_width),(isNaN(this.settings.lightbox_width)||this.settings.lightbox_width<=0)&&(this.settings.lightbox_width=i.fn.lightbox.defaults.lightbox_width)),"full"!=this.settings.lightbox_height&&"auto"!=this.settings.lightbox_height&&(this.settings.lightbox_height=parseInt(this.settings.lightbox_height),(isNaN(this.settings.lightbox_height)||this.settings.lightbox_height<=0)&&(this.settings.lightbox_height=i.fn.lightbox.defaults.lightbox_height)),this.settings.shadow_opacity=parseInt(this.settings.shadow_opacity),(isNaN(this.settings.shadow_opacity)||this.settings.shadow_opacity<0||this.settings.shadow_opacity>100)&&(this.settings.shadow_opacity=i.fn.lightbox.defaults.shadow_opacity)},initialize_lightbox_html:function(){this.console_log("initialize_html");var i=1e3*(t(".lightbox_package").length+1);this.lightbox_package=t("<div></div>").attr("id","lightbox_package_"+this.identifier).addClass("lightbox_package"),this.template_parameters&&(this.template_parameters.component&&t(this.lightbox_package).attr("data-gx-extension",this.template_parameters.component),this.template_parameters.controller&&t(this.lightbox_package).attr("data-gx-controller",this.template_parameters.controller),this.template_parameters.widget&&t(this.lightbox_package).attr("data-gx-widget",this.template_parameters.widget),t(this.lightbox_package).data("lightboxParams",this.template_parameters)),t(this.lightbox_package).css("z-index",i+100);var e=t("<div></div>").addClass("lightbox_border_top");t(e).appendTo(this.lightbox_package);var o=t("<div></div>").addClass("lightbox_wrapper gx-container");t(o).css("background-color",this.settings.background_color),t(o).css("font-family",this.settings.content_font_family),t(o).css("font-size",this.settings.content_font_size),t(o).css("color",this.settings.content_color),1==this.settings.border_round&&t(o).css("padding","0px 15px"),t(o).appendTo(this.lightbox_package);var s=t("<div></div>").addClass("lightbox_border_bottom");t(s).appendTo(this.lightbox_package);var a=t("<div></div>").addClass("lightbox_header");t(a).appendTo(o);var h=t("<div></div>").addClass("lightbox_content_container");t(h).appendTo(o);var n=t("<div></div>").addClass("lightbox_footer");t(n).appendTo(o),this.settings.shadow_active&&(this.lightbox_shadow=t("<div></div>").attr("id","lightbox_shadow_"+this.identifier).addClass("lightbox_shadow"),t(this.lightbox_shadow).css("background",this.settings.shadow_background_color),t(this.lightbox_shadow).css("z-index",i),t(this.lightbox_shadow).appendTo("body")),this.settings.loading_image_active&&(this.lightbox_loading_image=t("<img></img>").addClass("lightbox_loading").attr("id","lightbox_loading_"+this.identifier),t(this.lightbox_loading_image).attr("src",this.settings.loading_image_source),t(this.lightbox_loading_image).css("width",this.settings.loading_image_width),t(this.lightbox_loading_image).css("height",this.settings.loading_image_height),t(this.lightbox_loading_image).css("top",this.window_height/2-this.settings.loading_image_height/2),t(this.lightbox_loading_image).css("left",this.window_width/2-this.settings.loading_image_width/2),t(this.lightbox_loading_image).css("z-index",i+50),t(this.lightbox_loading_image).appendTo("body")),t(this.lightbox_package).appendTo("body")},initialize_border_html:function(){if(this.console_log("initialize_border_html"),this.settings.border_round){for(var i=1;i<=8;i++)i<=4?t(".lightbox_border_top",this.lightbox_package).append(t("<b></b>").html("<!-- -->")):4<i<=8&&t(".lightbox_border_bottom",this.lightbox_package).append(t("<b></b>").html("<!-- -->"));t(".lightbox_border_top b",this.lightbox_package).css("background-color",this.settings.background_color),t(".lightbox_border_bottom b",this.lightbox_package).css("background-color",this.settings.background_color)}},initialize_headline_html:function(){if(this.console_log("initialize_headline_html"),""!=t.trim(this.headline)){var i=t("<div></div>").addClass("lightbox_headline").text(this.headline);switch(t(i).css("font-family",this.settings.headline_font_family),t(i).css("font-size",this.settings.headline_font_size),t(i).css("color",this.settings.headline_color),t(i).css("font-weight",this.settings.headline_font_weight),t(i).css("text-decoration",this.settings.headline_text_decoration),t(i).css("text-transform",this.settings.headline_text_transform),this.settings.headline_position){case"top":t(i).appendTo(t(".lightbox_header",this.lightbox_package));break;case"bottom":t(i).appendTo(t(".lightbox_footer",this.lightbox_package))}}},initialize_navigation_html:function(){if(this.console_log("initialize_navigation_html"),"image_group"==this.lightbox_content_type&&this.image_group_size>1){var i=t("<div></div>").addClass("lightbox_navigation");t(i).css("font-family",this.settings.headline_font_family),t(i).css("font-size",this.settings.headline_font_size),t(i).css("color",this.settings.headline_color),t(i).css("font-weight",this.settings.headline_font_weight),t(i).css("text-decoration",this.settings.headline_text_decoration),t(i).css("text-transform",this.settings.headline_text_transform);var e=t("<a></a>").addClass("navigation_button_prev").attr("href","#").attr("title",this.settings.navigation_button_prev_title).html("<!-- -->");t(e).css("background-image","url("+this.settings.navigation_button_prev_image+")"),t(e).css("width",this.settings.navigation_button_prev_width),t(e).css("height",this.settings.navigation_button_prev_height),0==this.image_group_index&&t(e).addClass("disabled");var o=t("<div></div>").addClass("navigation_text").html("/"),s=t("<div></div>").addClass("navigation_actual_index").html(this.image_group_index+1),a=t("<div></div>").addClass("navigation_group_size").html(this.image_group_size);t(o).prepend(s).append(a);var h=t("<a></a>").addClass("navigation_button_next").attr("href","#").attr("title",this.settings.navigation_button_next_title).html("<!-- -->");switch(t(h).css("background-image","url("+this.settings.navigation_button_next_image+")"),t(h).css("width",this.settings.navigation_button_next_width),t(h).css("height",this.settings.navigation_button_next_height),this.image_group_index+1==this.image_group_size&&t(h).addClass("disabled"),t(i).append(e).append(h).append(o),this.settings.navigation_position){case"top":t(i).appendTo(t(".lightbox_header",this.lightbox_package));break;case"bottom":t(i).appendTo(t(".lightbox_footer",this.lightbox_package))}}},initialize_close_button_html:function(){this.console_log("initialize_close_button_html");var i=t("<div></div>").addClass("lightbox_close_button lightbox_close").attr("title",this.settings.close_button_title);switch(t(i).css("background-image","url("+this.settings.close_button_image+")"),t(i).css("width",this.settings.close_button_width),t(i).css("height",this.settings.close_button_height),this.settings.close_button_position){case"top":t(i).appendTo(t(".lightbox_header",this.lightbox_package));break;case"bottom":t(i).appendTo(t(".lightbox_footer",this.lightbox_package))}},bind_events:function(){this.console_log("bind_events"),t(this.lightbox_package).delegate(".lightbox_close","click",t.proxy(function(){return this.close_lightbox(),!1},this)),this.settings.shadow_close_onclick&&t(this.lightbox_shadow).bind("click",t.proxy(function(){return this.close_lightbox(),!1},this)),t(window).bind("resize."+this.identifier,t.proxy(function(){switch(this.window_width=t(window).width(),this.window_height=t(window).height(),this.lightbox_content_type){case"template":this.update_template_view();break;case"iframe":break;case"image":case"image_group":this.update_image_view()}},this)),t(window).bind("scroll."+this.identifier,t.proxy(function(){switch(this.lightbox_content_type){case"template":this.update_template_view();break;case"iframe":break;case"image":case"image_group":this.update_image_view()}},this)),t(".navigation_button_prev",this.lightbox_package).bind("click",t.proxy(function(){return t(this).hasClass("disabled")||t(this).hasClass("active")||(t(".navigation_button_next",this.lightbox_package).addClass("active"),t(this).addClass("active"),this.get_previous_image()),!1},this)),t(".navigation_button_next",this.lightbox_package).bind("click",t.proxy(function(){return t(this).hasClass("disabled")||t(this).hasClass("active")||(t(".navigation_button_prev",this.lightbox_package).addClass("active"),t(this).addClass("active"),this.get_next_image()),!1},this))},unbind_events:function(){this.console_log("unbind_events"),t(this.lightbox_package).undelegate(".lightbox_close","click"),t(this.lightbox_shadow).unbind("click"),t(window).unbind("resize."+this.identifier),t(".navigation_button_prev",this.lightbox_package).unbind("click"),t(".navigation_button_next",this.lightbox_package).unbind("click")},get_content:function(){switch(this.console_log("get_content"),""!=this.headline?t(".lightbox_headline",this.lightbox_package).text(this.headline):t(".lightbox_headline",this.lightbox_package).empty(),this.lightbox_content_type){case"template":this.get_template_content();break;case"iframe":break;case"image":case"image_group":this.get_image_content()}},get_template_content:function(){this.console_log("get_template_content");var i=t.extend({},this.template_parameters);delete i.element,t.ajax({type:"POST",url:"request_port.php?module=LightboxPluginAdmin",timeout:3e4,dataType:"json",context:this,data:{action:"get_template",template:this.template_name,section:this.template_section,param:i},success:function(i){void 0!==t.destroy_tooltip_plugin&&t.destroy_tooltip_plugin();var e=t(".lightbox_content_container",this.lightbox_package);t(e).html(i.html),this.update_template_view(),this.show_lightbox(),void 0!==window.gx&&void 0!==window.gx.components&&(t(this.lightbox_package).data(),window.gx.components.init(t(this.lightbox_package))),void 0!==window.gx&&void 0!==window.gx.controllers&&(t(this.lightbox_package).data(),window.gx.controllers.init(t(this.lightbox_package))),void 0!==window.gx&&void 0!==window.gx.widgets&&(t(this.lightbox_package).data(),window.gx.widgets.init(t(this.lightbox_package))),t("body").trigger("lightbox_loaded_"+this.identifier),void 0!==t.initialize_tooltip_plugin&&t.initialize_tooltip_plugin()},error:function(i,e){this.check_error(i,e),t("body").trigger("lightbox_loaded_"+this.identifier)}})},update_template_view:function(){if("full"==this.settings.lightbox_width?this.window_width-60>220?t(this.lightbox_package).width(this.window_width-60):t(this.lightbox_package).width(220):(t(this.lightbox_package).css("width",this.settings.lightbox_width+30),t(".lightbox_content_container",this.lightbox_package).css("width",this.settings.lightbox_width)),this.settings.bind_to_element&&"full"!=this.settings.lightbox_width||("full"==this.settings.lightbox_width?(t(this.lightbox_package).css("left",0),t(this.lightbox_package).css("margin-left",30)):(t(this.lightbox_package).css("left","50%"),t(this.lightbox_package).css("margin-left",(this.settings.lightbox_width/2+30)*-1))),"full"==this.settings.lightbox_height)this.window_height-60>180?t(this.lightbox_package).height(this.window_height-60):t(this.lightbox_package).height(180),t(".lightbox_wrapper",this.lightbox_package).height(t(this.lightbox_package).height()-t(".lightbox_border_top",this.lightbox_package).height()-t(".lightbox_border_bottom",this.lightbox_package).height()),t(".lightbox_content_container",this.lightbox_package).height(t(".lightbox_wrapper",this.lightbox_package).height()-t(".lightbox_header",this.lightbox_package).height()-t(".lightbox_footer",this.lightbox_package).height());else if("auto"==this.settings.lightbox_height){var i=t(".lightbox_content_container",this.lightbox_package).scrollTop();if(t(this.lightbox_package).height("auto"),t(".lightbox_wrapper",this.lightbox_package).height("auto"),t(".lightbox_content_container",this.lightbox_package).height("auto"),t(this.lightbox_package).outerHeight(!0)>this.window_height){var e=this.window_height-60;e<80&&(e=80),t(this.lightbox_package).height(e),t(".lightbox_wrapper",this.lightbox_package).height(t(this.lightbox_package).height()-t(".lightbox_border_top",this.lightbox_package).height()-t(".lightbox_border_bottom",this.lightbox_package).height()),t(".lightbox_content_container",this.lightbox_package).height(t(".lightbox_wrapper",this.lightbox_package).innerHeight()-t(".lightbox_header",this.lightbox_package).outerHeight()-t(".lightbox_footer",this.lightbox_package).outerHeight()-10),t(".lightbox_content_container",this.lightbox_package).css("overflow","auto")}else t(this.lightbox_package).height("auto"),t(".lightbox_wrapper",this.lightbox_package).height("auto"),t(".lightbox_content_container",this.lightbox_package).height("auto"),t(".lightbox_content_container",this.lightbox_package).css("overflow","auto");t(".lightbox_content_container",this.lightbox_package).scrollTop(i)}else t(".lightbox_content_container",this.lightbox_package).css("height",this.settings.lightbox_height)},get_image_content:function(){this.console_log("get_image_content");var i=t("<img></img>").addClass("image_loading");t(i).attr("src",this.settings.loading_image_source),t(i).css("width",this.settings.loading_image_width),t(i).css("height",this.settings.loading_image_height),t(i).css("top",t(this.actual_image).height()/2-this.settings.loading_image_height/2),t(i).css("left",t(this.actual_image).width()/2-this.settings.loading_image_width/2),t(i).appendTo(t(".lightbox_content_container",this.lightbox_package)),this.actual_image=new Image,this.actual_image.onload=function(){t(".lightbox_content_container",this.lightbox_package).css("text-align","center").html(this),this.actual_image_orig_width=t(this).width(),this.actual_image_orig_height=t(this).height(),this.actual_image_ratio=this.actual_image_orig_width/this.actual_image_orig_height,this.headline=t(this.target).attr("title"),t(".lightbox_headline",this.lightbox_package).html(this.headline),"image_group"==this.lightbox_content_type&&(t(".navigation_button_prev",this.lightbox_package).removeClass("active"),t(".navigation_button_next",this.lightbox_package).removeClass("active"),t(".navigation_actual_index",this.lightbox_package).html(this.image_group_index+1),t(".navigation_button_prev",this.lightbox_package).removeClass("disabled"),t(".navigation_button_next",this.lightbox_package).removeClass("disabled"),0==this.image_group_index&&t(".navigation_button_prev",this.lightbox_package).addClass("disabled"),this.image_group_index==this.image_group_size-1&&t(".navigation_button_next",this.lightbox_package).addClass("disabled")),this.update_image_view(),this.show_lightbox()},this.actual_image.onerror=function(){this.show_lightbox_error("image_not_found",t(this.target).attr("href"))},this.actual_image.src=t(this.target).attr("href")},get_previous_image:function(){this.console_log("get_previous_image"),this.image_group_index=this.image_group_index-1,this.target=this.image_group.get(this.image_group_index),this.get_image_content()},get_next_image:function(){this.console_log("get_next_image"),this.image_group_index=this.image_group_index+1,this.target=this.image_group.get(this.image_group_index),this.get_image_content()},update_image_view:function(){t(this.actual_image).width(this.actual_image_orig_width),t(this.actual_image).height(this.actual_image_orig_height),t(".lightbox_content_container",this.lightbox_package).width("auto"),t(".lightbox_content_container",this.lightbox_package).height("auto");var i,e,o=160,s=120,a=this.window_width-110,h=this.window_height-60-t(".lightbox_border_top",this.lightbox_package).height()-t(".lightbox_border_bottom",this.lightbox_package).height()-t(".lightbox_header",this.lightbox_package).height()-t(".lightbox_footer",this.lightbox_package).height();a<o&&(a=o),h<s&&(h=s);var n=t(this.actual_image).width(),g=t(this.actual_image).height();if(n>a&&(n=a,g=parseInt(n/this.actual_image_ratio)),g>h&&(g=h,n=parseInt(g*v_actual_image_ratio)),i=this.actual_image_orig_width<o?o:n,e=this.actual_image_orig_height<s?s:g,t(this.actual_image).width(n),t(this.actual_image).height(g),t(".lightbox_content_container",this.lightbox_package).width(i),t(".lightbox_content_container",this.lightbox_package).height(e),"image_group"==this.lightbox_content_type&&this.settings.headline_position==this.settings.navigation_position){var _=t(".lightbox_navigation",this.lightbox_package).position().left;t(".lightbox_headline",this.lightbox_package).width(_)}this.settings.bind_to_element||(t(this.lightbox_package).css("left","50%"),t(this.lightbox_package).css("margin-left",(i/2+30)*-1))},show_lightbox:function(){this.console_log("show_lightbox"),t(this.target).removeClass("active"),this.settings.open_close_animation?(t(this.lightbox_package).animate({opacity:1,filter:"Alpha(opacity=100)"},this.settings.open_close_animation_time,function(){}),t(this.lightbox_shadow).animate({opacity:this.settings.shadow_opacity/100,filter:"Alpha(opacity="+this.settings.shadow_opacity+")"},this.settings.open_close_animation_time,function(){})):(t(this.lightbox_package).css("opacity",1).css("filter","Alpha(opacity=100)"),t(this.lightbox_shadow).css("opacity",this.settings.shadow_opacity/100).css("filter","Alpha(opacity="+this.settings.shadow_opacity+")")),t(this.lightbox_loading_image).remove()},close_lightbox:function(){this.console_log("close_lightbox"),void 0!==t.destroy_tooltip_plugin&&t.destroy_tooltip_plugin(),t(this.lightbox_loading_image).remove(),this.unbind_events(),this.settings.open_close_animation?(t(this.lightbox_package).animate({opacity:0,filter:"Alpha(opacity=0)"},this.settings.open_close_animation_time,t.proxy(function(){t(this.lightbox_package).remove()},this)),t(this.lightbox_shadow).animate({opacity:0,filter:"Alpha(opacity=0)"},this.settings.open_close_animation_time,t.proxy(function(){t(this.lightbox_shadow).remove()},this))):(t(this.lightbox_package).remove(),t(this.lightbox_shadow).remove()),void 0!==t.initialize_tooltip_plugin&&t.initialize_tooltip_plugin()},check_error:function(i,e,o){var s,a=!1;void 0!=o?(s=o,t.each(js_options.error_handling,t.proxy(function(t,i){s==t&&(a=!0,this.show_error(t,""))},this))):("undefined"==typeof i.responseText&&(i.responseText=""),t.each(js_options.error_handling,t.proxy(function(t,o){var s=new RegExp(t.replace(/\//g,""));i.responseText.match(s)&&"/"==t.substr(0,1)&&""!=i.responseText?(a=!0,this.show_error(t,i)):i.status==t?(a=!0,this.show_error(t,i)):i.statusText==t?(a=!0,this.show_error(t,i)):e==t&&(a=!0,this.show_error(t,i))},this))),0!=a||"string"!=typeof i&&"abort"==i.statusText||this.show_error("unknown_error",s)},show_error:function(i,e){this.console_log("error: "+i);var o=js_options.error_handling[i];"object"==typeof e?(this.headline=js_options.error_handling.error_headline,t(".lightbox_close_button",this.lightbox_package).show(),t(".lightbox_headline",this.lightbox_package).css("color","#cc0000").html(this.headline),t(".lightbox_content_container",this.lightbox_package).css("text-align","center").html("<span class='lightbox_content_error'>"+o+"</span>"),t(".lightbox_navigation",this.lightbox_package).hide()):"string"==typeof e&&t(".lightbox_content_error",this.lightbox_package).html(o+" "+e).show(),this.update_template_view(),this.show_lightbox()},console_log:function(t){fb&&("object"==typeof t?console.log(t):console.log("lightbox: "+t))}},i.extend({lightbox_plugin:function(i,o,s,a){var h=e["_"+o];if("undefined"==typeof h)return fb&&console.log("lightbox_plugin: lightbox not found"),!1;switch(i){case"close":h.close_lightbox(),e.splice(t.inArray("_"+o,e),1);break;case"update_view":switch(h.lightbox_content_type){case"template":h.update_template_view();break;case"iframe":break;case"image":case"image_group":h.update_image_view()}break;case"error":"object"==typeof s?h.check_error(s,a):"string"==typeof s&&h.check_error("","",s);break;default:fb&&console.log("lightbox_plugin: method not exists")}return!1}}),i.fn.lightbox_plugin=function(i,s){if(t(this).hasClass("active"))return this;t(this).addClass("active");var a=new Date,h=a.getTime(),n=new o(t(this),h,i,s);return e["_"+h]=n,h},i.fn.lightbox_plugin.defaults={lightbox_width:js_options.lightbox_plugin.width,lightbox_height:js_options.lightbox_plugin.height,bind_to_element:!1,shadow_active:js_options.lightbox_plugin.shadow_active,shadow_opacity:js_options.lightbox_plugin.shadow_opacity,shadow_background_color:js_options.lightbox_plugin.shadow_background_color,shadow_close_onclick:js_options.lightbox_plugin.shadow_close_on_click,loading_image_active:js_options.lightbox_plugin.image_loading_active,loading_image_source:js_options.lightbox_plugin.image_loading_source,loading_image_width:js_options.lightbox_plugin.image_loading_width,loading_image_height:js_options.lightbox_plugin.image_loading_height,open_close_animation:js_options.lightbox_plugin.open_close_animate,open_close_animation_time:js_options.lightbox_plugin.open_close_animate_time,border_round:js_options.lightbox_plugin.border_round,headline_position:js_options.lightbox_plugin.headline_position,headline_font_family:"Verdana, sans-serif",headline_font_size:js_options.lightbox_plugin.headline_font_size,headline_color:js_options.lightbox_plugin.headline_color,headline_font_weight:js_options.lightbox_plugin.headline_font_weight,headline_text_decoration:js_options.lightbox_plugin.headline_text_decoration,headline_text_transform:js_options.lightbox_plugin.headline_text_transform,navigation_position:js_options.lightbox_plugin.navigation_position,navigation_button_prev_title:js_options.lightbox_plugin.navigation_button_prev_title,navigation_button_prev_image:js_options.lightbox_plugin.navigation_button_prev_image,navigation_button_prev_width:js_options.lightbox_plugin.navigation_button_prev_width,navigation_button_prev_height:js_options.lightbox_plugin.navigation_button_prev_height,navigation_button_next_title:js_options.lightbox_plugin.navigation_arrow_prev_text,navigation_button_next_image:js_options.lightbox_plugin.navigation_arrow_prev_text,navigation_button_next_width:js_options.lightbox_plugin.navigation_arrow_prev_text,navigation_button_next_height:js_options.lightbox_plugin.navigation_arrow_prev_text,close_button_position:js_options.lightbox_plugin.close_button_position,close_button_image:js_options.lightbox_plugin.close_button_image,close_button_width:js_options.lightbox_plugin.close_button_width,close_button_height:js_options.lightbox_plugin.close_button_height,close_button_title:js_options.lightbox_plugin.close_button_title,background_color:js_options.lightbox_plugin.background_color,content_font_family:js_options.lightbox_plugin.font_family,content_font_size:js_options.lightbox_plugin.font_size,content_color:js_options.lightbox_plugin.content_color}}(jQuery,jQuery),$("body").on("click","a.lightbox_open",function(){return $(this).lightbox_plugin(),!1}),$("body").on("click","a.lightbox_open_small",function(){return $(this).lightbox_plugin({background_color:"#EFEFEF",lightbox_width:"460px"}),!1});