$(document).ready(function() {

	
	$("a.section_edit").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	true,
        'overlayColor'  :   '#000',
        'overlayOpacity' :  '0.7',
        'type' : 'iframe',
        'width' : 460,
        'height' : 520,
        'onClosed': function() {
    parent.location.reload(true); ;
  }

	});
    
    $("area.fb").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	true,
        'overlayColor'  :   '#000',
        'overlayOpacity' :  '0.7',
        'type' : 'iframe',
        'width' : 450,
        'height' : 390,
        'onClosed': function() {
    parent.location.reload(true); ;
  }

	});
    
    $("area.fb2").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	true,
        'overlayColor'  :   '#000',
        'overlayOpacity' :  '0.7',
        'type' : 'iframe',
        'width' : 450,
        'height' : 470,
        'onClosed': function() {
    parent.location.reload(true); ;
  }

	});
    
    $("a.video_fb").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	true,
        'overlayColor'  :   '#000',
        'overlayOpacity' :  '0.7',
        'type' : 'iframe',
        'width' : 450,
        'height' : 420,
        'onClosed': function() {
    parent.location.reload(true); ;
  }
  

	});
    
     $("a.fb").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	true,
        'overlayColor'  :   '#000',
        'overlayOpacity' :  '0.7',
        'type' : 'iframe',
        'width' : 450,
        'height' : 390,
        'onClosed': function() {
    parent.location.reload(true); ;
  }
  

	});
	
});
