$().ready(function() {
    $('.tx-3darchitektform-pi1 a.popup').each(function(i) {
        href = this.href;
        if (href.indexOf('?')>-1) {
          href += '&';
        } else {
          href += '?';
        }
        href += 'type=55';
        this.href = href;
    });
    $('.tx-3darchitektform-pi1 a.popup2').each(function(i) {
        href = this.href;
        if (href.indexOf('?')>-1) {
          href += '&';
        } else {
          href += '?';
        }
        href += 'type=55';
        this.href = href;
    });
    $("a[rel*='mybox']").fancybox({ autoDimensions : true, showNavArrows : false });
    $("a.popup[rel*='mybox']").fancybox({ width : 655, height : 480, autoDimensions : false, showNavArrows : false });
    $("a.popup2[rel*='mybox']").fancybox({ width : 980, height : 710, autoDimensions : false, showNavArrows : false });
});

