$(function(){
/*============================================*/

/*--------------------------------------------*/
 if(here.is('.'))
/*--------------------------------------------*/{
$("img[src*='_off.'],input[src*='_off.']").imageRollOver();
$('#globalNavMain ul>li').hover(function(){
	$(this).addClass('hover');
	this.child = $(this).children('ul');
	var originalHeight = this.child.css({visibility:'hidden',height:'auto'}).height()+12;
	this.child.css({visibility:'visible',height:0}).queue([]).animate({height:originalHeight},'fast');
},function(){
	$(this).removeClass('hover');
	this.child.animate({height:'0'},'normal');
});


}/*-------------------------------------------*/
 if(here.is('^/studio/setagaya.html$'))
/*--------------------------------------------*/{
$('#studio-setagayaBody').insertSWF({src:'swf/setagaya', width:750, height:600, bgcolor:'#ffffff'});


}/*-------------------------------------------*/
 if(here.is('^/studio/meguro.html$'))
/*--------------------------------------------*/{
$('#studio-meguroBody').insertSWF({src:'swf/meguro', width:750, height:730, bgcolor:'#ffffff'});


}/*-------------------------------------------*/
 if(here.is('^/yotsuya/index.html$'))
/*--------------------------------------------*/{
$('#studio-yotsuyaBody').insertSWF({src:'swf/yotsuya', width:750, height:900, bgcolor:'#ffffff'});


}/*-------------------------------------------*/
 if(here.is('^/studio/machine.html$'))
/*--------------------------------------------*/{
tabChanger();


}/*-------------------------------------------*/
 if(here.is('^/studio/digital.html$'))
/*--------------------------------------------*/{
$('#studio-imagingBody').insertSWF({src:'swf/imaging', width:750, height:500, bgcolor:'#ffffff', version:6});





}/*===========================================*/
});

