/*global navi スライドダウン*/

var menu = new Array("outline","ticket","guide","gallery","booth","event","symposium","smc","news") 

$(function(){
	for (i=0; i<menu.length; i++){
	$("#"+ menu[i]+"_sub").hide();
	}
});
	

/*global navi スライドダウン*/

$(function(){
	
$("#gnav li").hover(function() {

	$(this).children('ul').slideDown("fast");
}, function() {
	$(this).children('ul').slideUp("fast");

});
});



/*team_tech_japan_button*/

$(document).ready(function() {
  $("a#team_tech_japan_button").fancybox({
	'width'				: 780,
	'height'			: 550,
	  'autoScale'			: false,
	  'transitionIn'		: 'none',
	  'transitionOut'		: 'none',
	  'type'				: 'iframe',
	  'overlayOpacity'      : 0.8,
	  'overlayColor'       : "#000"
  });

});


$(document).ready(function() {
  $("a#top_image_movie").fancybox({
	'width'				: 670,
	'height'			: 380,
	  'autoScale'			: false,
	  'transitionIn'		: 'none',
	  'transitionOut'		: 'none',
	  'type'				: 'iframe',
	  'overlayOpacity'      : 0.8,
	  'overlayColor'       : "#000",
	  'scrolling'          : 'no'
  });

});


