$(document).ready(function() {
        $("#request").fancybox({
                'autoDimensions'	: false,
                'width'				: 583,
                'height'			: 420,
                'transitionIn'		: 'none',
                'transitionOut'		: 'none',
                'titlePosition'	    : 'over',
                'titleShow'        : false,
                'scrolling'        : 'no',
                'type'				: 'iframe'
        });
});

