$(function(){
    if($('a').is('.gallery-link')){
        $('a.gallery-link').lightBox(); // Select all links with lightbox class
    }
});


    function MM_openBrWindow(theURL,winName,features) { //v2.0

      window.open(theURL,winName,features);

      return false;

    }

    function ladenPopup(){
        //Navigation = window.open("laden/Gnters-Laden.html", "Laden", "height=800,width=470,scrollbars=1");
        //Navigation.focus();
        if (navigator.appName.indexOf("Explorer") > -1){
          window.open("../cms/laden/Gnters-Laden.html", "Laden", "height=800,width=470,scrollbars=1");
        }else{
          window.open("laden/Gnters-Laden.html", "Laden", "height=800,width=470,scrollbars=1");
        }


    }