var links = document.getElementsByName('bildergalerie');for(var i = 0; i < links.length; i++){if(links[i].nodeName == 'A' && typeof links[i].href == 'string'){var ordner = '0';var Expr = /^http:\/\/bilder\.(nw-news|lz-online|mt-online)\.de\/([0-9]+)\.html$/;var Erg = Expr.exec(links[i].href);if(Erg != null && Erg.length == 3){ordner = Erg[2];}else{Expr = /^http:\/\/bilder\.(nw-news|lz-online|mt-online)\.de\/.*?\/([0-9]+)\//;Erg = Expr.exec(links[i].href);if(Erg != null && Erg.length == 3){ordner = Erg[2];}}switch(ordner){case '1':case '3':case '4':case '5':case '6':case '7':case '8':case '9':case '29':case '30':case '41':case '43':case '44':case '45':case '49':case '50':case '51':case '52':case '53':case '54':case '55':case '56':case '57':case '58':case '59':case '60':case '61':case '63':case '64':case '86':case '88':links[i].onclick = function () {win=open(this.href, 'bildergalerie', 'scrollbars=0,status=0,titlebar=0,width=976,height=630,resizable=0,status=0,menubar=0,maximize=0,location=0,copyhistory=0,directories=0,toolbar=0,left='+((window.screen.width-976)/2)+',top='+((window.screen.height-630)/2)); win.focus(); return false;};break;case '2':case '11':case '12':case '13':case '14':case '15':case '16':case '17':case '18':case '19':case '20':case '21':case '22':case '23':case '24':case '25':case '26':case '65':case '66':case '67':case '68':case '69':case '70':case '71':case '72':links[i].onclick = function () {win=open(this.href, 'bildergalerie', 'scrollbars=0,status=0,titlebar=0,width=976,height=630,resizable=0,status=0,menubar=0,maximize=0,location=0,copyhistory=0,directories=0,toolbar=0,left='+((window.screen.width-976)/2)+',top='+((window.screen.height-630)/2)); win.focus(); return false;};break;case '10':case '27':case '28':links[i].onclick = function () {win=open(this.href, 'bildergalerie', 'scrollbars=0,status=0,titlebar=0,width=776,height=540,resizable=0,status=0,menubar=0,maximize=0,location=0,copyhistory=0,directories=0,toolbar=0,left='+((window.screen.width-776)/2)+',top='+((window.screen.height-540)/2)); win.focus(); return false;};break;case '62':links[i].onclick = function () {win=open(this.href, 'bildergalerie', 'scrollbars=0,status=0,titlebar=0,width=776,height=540,resizable=0,status=0,menubar=0,maximize=0,location=0,copyhistory=0,directories=0,toolbar=0,left='+((window.screen.width-776)/2)+',top='+((window.screen.height-540)/2)); win.focus(); return false;};break;case '73':case '76':case '77':case '78':case '79':case '81':case '82':case '84':case '85':links[i].onclick = function () {win=open(this.href, 'bildergalerie', 'scrollbars=0,status=0,titlebar=0,width=976,height=630,resizable=0,status=0,menubar=0,maximize=0,location=0,copyhistory=0,directories=0,toolbar=0,left='+((window.screen.width-976)/2)+',top='+((window.screen.height-630)/2)); win.focus(); return false;};break;case '87':case '74':case '75':case '80':links[i].onclick = function () {win=open(this.href, 'bildergalerie', 'scrollbars=0,status=0,titlebar=0,width=976,height=630,resizable=0,status=0,menubar=0,maximize=0,location=0,copyhistory=0,directories=0,toolbar=0,left='+((window.screen.width-976)/2)+',top='+((window.screen.height-630)/2)); win.focus(); return false;};break;case '83':case '89':links[i].onclick = function () {win=open(this.href, 'bildergalerie', 'scrollbars=0,status=0,titlebar=0,width=976,height=630,resizable=0,status=0,menubar=0,maximize=0,location=0,copyhistory=0,directories=0,toolbar=0,left='+((window.screen.width-976)/2)+',top='+((window.screen.height-630)/2)); win.focus(); return false;};break;}}}