﻿


jQuery(document).ready(
    function() {
        
        
        //Iframe på database i lightbox
        $("#jQueryIframe").fancybox({
				'width'				: 510,
				'height'			: 410,
		        'autoScale'     	: false,
		        'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe',
				'scrolling'			: 'no'
			});
        
       
        
});








