$j=jQuery;
$j(document).ready(function(){$j(".navi_preview_berlin_en a,.navi_preview_berlin_de a").click(function(){window.open($j(this).attr("href"),"_blank","scrollbars=1,menubar=1,toolbar=1,location=1,resizable=1,status=1");
return false
})
});