// JavaScript Document
window.addEvent('domready', function(){
	
	
	
	var fx2010 = new Fx.Slide('naviBox2010', { duration: 500, transition: Fx.Transitions.Quart.easeOut });
	var fx2009 = new Fx.Slide('naviBox2009', { duration: 500, transition: Fx.Transitions.Quart.easeOut });
	var fx2008 = new Fx.Slide('naviBox2008', { duration: 500, transition: Fx.Transitions.Quart.easeOut });
	var fx2007 = new Fx.Slide('naviBox2007', { duration: 500, transition: Fx.Transitions.Quart.easeOut });
	var fx2006 = new Fx.Slide('naviBox2006', { duration: 500, transition: Fx.Transitions.Quart.easeOut });
	var fxartist = new Fx.Slide('naviBoxartist', { duration: 500, transition: Fx.Transitions.Quart.easeOut });
	
	
	
	
	var bodyId = $$('body')[0].id;
	if(
	   bodyId != 'aldrich' &&
	   bodyId != 'arima' &&
	   bodyId != 'fergus' &&
	   bodyId != 'mayahewitt' &&
	   bodyId != 'naotakahiro' &&
	   bodyId != 'nathanhylden' &&
	   bodyId != 'shimonminamikawa' &&
	   bodyId != 'mikimochizuka' &&
	   bodyId != 'ayakomogi' &&
	   bodyId != 'miemorimoto' &&
	   bodyId != 'yukiokumura' &&
	   bodyId != 'stephen' &&
	   bodyId != 'willrogan' &&
	   bodyId != 'kazuyukitakezaki' &&
	   bodyId != 'erika' &&
	   bodyId != 'yasumura' &&
	   bodyId != 'exhibitions-1008' &&
	   bodyId != 'exhibitions-1007' &&
	   bodyId != 'exhibitions-1006' &&
	   bodyId != 'exhibitions-1005' &&
	   bodyId != 'exhibitions-1004' &&
	   bodyId != 'exhibitions-1003' &&
	   bodyId != 'exhibitions-1002' &&
	   bodyId != 'exhibitions-1001' &&
	   bodyId != 'exhibitions-0911' &&
	   bodyId != 'exhibitions-0909' &&
	   bodyId != 'exhibitions-0908' &&
	   bodyId != 'exhibitions-0907' &&
	   bodyId != 'exhibitions-0906' &&
	   bodyId != 'exhibitions-0904' &&
	   bodyId != 'exhibitions-0903' &&
	   bodyId != 'exhibitions-0901' &&
	   bodyId != 'exhibitions-0812' &&
	   bodyId != 'exhibitions-0811' &&
	   bodyId != 'exhibitions-0809' &&
	   bodyId != 'exhibitions-0806' &&
	   bodyId != 'exhibitions-0804' &&
	   bodyId != 'exhibitions-0802' &&
	   bodyId != 'exhibitions-0801' &&
	   bodyId != 'exhibitions-0711' &&
	   bodyId != 'exhibitions-0710' &&
	   bodyId != 'exhibitions-0708' &&
	   bodyId != 'exhibitions-0707' &&
	   bodyId != 'exhibitions-0706' &&
	   bodyId != 'exhibitions-0705' &&
	   bodyId != 'exhibitions-0703' &&
	   bodyId != 'exhibitions-0702' &&
	   bodyId != 'exhibitions-0612' &&
	   bodyId != 'exhibitions-0611'
	   ){
		fx2010.hide();
		fx2009.hide();
		fx2008.hide();
		fx2007.hide();
		fx2006.hide();
		fxartist.hide();
	}
	if(
	   bodyId == 'exhibitions-1008' ||
	   bodyId == 'exhibitions-1007' ||
	   bodyId == 'exhibitions-1006' ||
	   bodyId == 'exhibitions-1005' ||
	   bodyId == 'exhibitions-1004' ||
	   bodyId == 'exhibitions-1003' ||
	   bodyId == 'exhibitions-1002' ||
	   bodyId == 'exhibitions-1001'
	   ){
		fx2010.hide();
	}
	if(
	   bodyId == 'exhibitions-0911' ||
	   bodyId == 'exhibitions-0909' ||
	   bodyId == 'exhibitions-0908' ||
	   bodyId == 'exhibitions-0907' ||
	   bodyId == 'exhibitions-0906' ||
	   bodyId == 'exhibitions-0904' ||
	   bodyId == 'exhibitions-0903' ||
	   bodyId == 'exhibitions-0901'
	   ){
		fx2009.hide();
	}
	if(
	   bodyId == 'exhibitions-0812' ||
	   bodyId == 'exhibitions-0811' ||
	   bodyId == 'exhibitions-0809' ||
	   bodyId == 'exhibitions-0806' ||
	   bodyId == 'exhibitions-0804' ||
	   bodyId == 'exhibitions-0802' ||
	   bodyId == 'exhibitions-0801'
	   ){
		fx2008.hide();
	}
	if(
	   bodyId == 'exhibitions-0711' ||
	   bodyId == 'exhibitions-0710' ||
	   bodyId == 'exhibitions-0708' ||
	   bodyId == 'exhibitions-0707' ||
	   bodyId == 'exhibitions-0706' ||
	   bodyId == 'exhibitions-0705' ||
	   bodyId == 'exhibitions-0703' ||
	   bodyId == 'exhibitions-0702'
	   ){
		fx2007.hide();
	}
	if(
	   bodyId == 'exhibitions-0612' ||
	   bodyId == 'exhibitions-0611'
	   ){
		fx2006.hide();
	}
	if(
	   bodyId == 'aldrich' ||
	   bodyId == 'arima' ||
	   bodyId == 'fergus' ||
	   bodyId == 'mayahewitt' ||
	   bodyId == 'naotakahiro' ||
	   bodyId == 'nathanhylden' ||
	   bodyId == 'shimonminamikawa' ||
	   bodyId == 'mikimochizuka' ||
	   bodyId == 'ayakomogi' ||
	   bodyId == 'miemorimoto' ||
	   bodyId == 'yukiokumura' ||
	   bodyId == 'stephen' ||
	   bodyId == 'willrogan' ||
	   bodyId == 'kazuyukitakezaki' ||
	   bodyId == 'erika' ||
	   bodyId == 'yasumura'
	   ){
		fxartist.hide();
	}
	
	
	
	
	
	$('naviSlide2010').addEvent('click', function(e){
		new Event(e).stop();
		fx2010.toggle();
	});
	
	$('naviSlide2009').addEvent('click', function(e){
		new Event(e).stop();
		fx2009.toggle();
	});
	
	$('naviSlide2008').addEvent('click', function(e){
		new Event(e).stop();
		fx2008.toggle();
	});
	
	$('naviSlide2007').addEvent('click', function(e){
		new Event(e).stop();
		fx2007.toggle();
	});
	
	$('naviSlide2006').addEvent('click', function(e){
		new Event(e).stop();
		fx2006.toggle();
	});
	$('naviSlideartist').addEvent('click', function(e){
		new Event(e).stop();
		fxartist.toggle();
	});
	
	



});
