function make_headline(){return false;var B=document.getElementsByTagName("h2")[0];if(B){/^(.)(.)(.*)$/.exec(B.innerHTML);B.innerHTML=RegExp.$1+"<i>"+RegExp.$2+"</i>"+RegExp.$3}}function toggleMenu(B){if(B.className=="folder"){B.nextSibling.style.display="block";B.className=""}else{B.nextSibling.style.display="none";B.className="folder"}return false}function imagePopup(M,S,T){var N;var P;var V=S;var O=M;while(O=O.nextSibling){if(O.nodeType!=1||O.nodeName!="SPAN"){continue}if(O.className=="credit"){N=O}else{P=O;break}}S=(parseInt(S)>0)?parseInt(S)+40:800;T=(parseInt(T)>0)?parseInt(T)+70:600;var R=(screen.availWidth-S)/2;var U=(screen.availHeight-T)/2;var Q=open("",M.target,"left="+R+",top="+U+",width="+S+",height="+T+",location=0,menubar=0,status=0,toolbar=0,scrollbars=0,resizable=1");Q.moveTo(R,U);Q.focus();var L=Q.document;L.open("text/html");L.write("<html><head>");if(P){L.write("<title>"+P.firstChild.nodeValue.replace(/[<>]/," ")+" - Berliner Zeitung</title>")}else{L.write("<title>Bild - Berliner Zeitung</title>")}L.write('<meta http-equiv="Content-Type" content="text/html; charset=utf-8">');L.write('<link rel="stylesheet" type="text/css" href="/.inc/berliner-zeitung/style.css">');L.write('</head><body class="blz_img_resize"><div class="blz_img_resize" style="width:'+V+'px">');L.write('<img src="'+M.href+'">');if(N){L.write('<div class="credit">'+N.innerHTML+"</div>")}if(P){L.write('<div class="imgdesc">'+P.innerHTML+"</div>")}L.write("</div></body></html>");L.close();return false};