	$(document).ready(function(){
	$('#main-menu')
		.superfish({
			pathClass : 'current',
			animation : {opacity:'show'},
			delay : 2000
		});
	$("a[rel='modal']").fancybox();
	$("a[rel='modal1']").fancybox({ 
 		 'frameWidth': 600, 
  		'frameHeight': 700 
		 }); 
	$("a[rel='shop']").fancybox({ 
 		 'frameWidth': 800, 
 		 'frameHeight': 800,
 		 'callbackOnShow': function() { 
  $("#fancy_right").hide(); 
  $("#fancy_left").hide(); 
  }  
		 });
	$("a[rel='vtour']").fancybox({
 		 'hideOnContentClick': false,
         'callbackOnClose': function() {
            $("#fancy_content").empty();
          }
        }); 
        $("a[rel='tour']").fancybox({
 		 'hideOnContentClick': false,
         'callbackOnClose': function() {
            $("#fancy_content").empty();
          }
        }); 
     $("a[rel='function']").fancybox({ 
 		 'frameWidth': 800, 
 		 'frameHeight': 800 
		 });
});
