﻿jQuery(document).ready(function() {

    jQuery(".LinkWanderweg").fancybox({

        'autoDimensions': false,
        'hideOnContentClick': true,
        'titleShow': false,
        'type': 'iframe',
        'width': 900,
        'height': 600,
        'autoScale': false,
        'padding': 0
    });

    jQuery(".DownloadWeg").fancybox({

        'autoDimensions': false,
        'hideOnContentClick': true,
        'titleShow': false,
        'type': 'iframe',
        'width': 400,
        'height': 270,
        'autoScale': false,
        'padding': 0
    });
});
