function popup(href, w, h, scroll, as) {
        $.fancybox({
            'autoScale': as,
            'width': w,
            'height': h,
            'transitionIn': 'fade',
            'transitionOut': 'fade',
            'centerOnScroll': 'true',
            'type': 'iframe',
            'scrolling': scroll,
            'href': href
        });
}
