$(document).ready(function() {

  $("a#link_popup").fancybox({
    'width': 980,
    'height': 525,
    'centerOnScroll': true,
    'hideOnContentClick': true,
    'overlayOpacity': 0.6,
    'overlayColor': '#000',
    'titleShow': false,
    'transitionIn': 'none',
    'speedIn': 0,
    'transitionOut': 'fade',
    'speedOut': 300,
    'showCloseButton': true,
    'enableEscapeButton': true,
    'padding': 0,
    'type': 'inline'
  }).trigger('click');

  $("a#orderpoint").fancybox({
    'autoDimensions': false,
    'width': 900,
    'height': 550,
    'padding': 0,
    'margin': 0,
    'centerOnScroll': true,
    'hideOnContentClick': false,
    'overlayOpacity': 0.6,
    'overlayColor': '#000',
    'titleShow': false,
    'transitionIn': 'fade',
    'speedIn': 300,
    'transitionOut': 'fade',
    'speedOut': 300,
    'showCloseButton': true,
    'enableEscapeButton': true
  });

});
