$(function(){
    $('a.detail_view').click(function(){
        window.open(this.href,"Detailansicht","width=920, height=650, left=10, top=10,scrollbars=yes").focus();
        return false;
    });

    $('.detail_image a').lightBox();
});