$(document).ready(function() {

    $("#video").fancybox({
        'autoScale'     	: false,
		'overlayOpacity'	: 0.9,
		'overlayColor'		: '#000'
    });
    
    $('.linda').click(function() {
   		lp = (screen.width) ? (screen.width-818)/2 : 0;
        tp = (screen.height) ? (screen.height-930)/2 : 0;
		window.open('alphadoc-linda.html', 'Contact', 'scrollbars=yes, width=818, height=930, top='+tp+', left='+lp);
    });
});
