
$(document).ready(function() {   
	$('.tab_content:eq(0)').show();		
	$('ul.tabs li').click(function() {
		var index = $(".tabs li").index(this);					
		$('.tab_content:eq('+index+')').fadeIn("slow");
		for (i=0;i<8 ;i++){
			if (i!=index){
			$('.tab_content:eq('+i+')').hide();	
			}
		}
	});			
			
	$('.tab_content li').click(function() {
		var index = $(".tab_content .news_link li").index(this);	
			if (0==index){$('#menu006').fadeIn("slow");$('#menu001').hide();}
			if (2==index){$('#menu002').fadeIn("slow");$('#menu001').hide();}			
			if (3==index){$('#menu001').fadeIn("slow");$('#menu002').hide();}
			if (5==index){$('#menu003').fadeIn("slow");$('#menu002').hide();}			
			if (6==index){$('#menu002').fadeIn("slow");$('#menu003').hide();}
			if (8==index){$('#menu004').fadeIn("slow");$('#menu003').hide();}			
			if (9==index){$('#menu003').fadeIn("slow");$('#menu004').hide();}
			if (11==index){$('#menu005').fadeIn("slow");$('#menu004').hide();}			
			if (12==index){$('#menu004').fadeIn("slow");$('#menu005').hide();}
			if (14==index){$('#menu006').fadeIn("slow");$('#menu005').hide();}			
			if (15==index){$('#menu005').fadeIn("slow");$('#menu006').hide();}
			if (17==index){$('#menu007').fadeIn("slow");$('#menu006').hide();}			
			if (18==index){$('#menu006').fadeIn("slow");$('#menu007').hide();}
			if (20==index){$('#menu008').fadeIn("slow");$('#menu007').hide();}			
			if (21==index){$('#menu007').fadeIn("slow");$('#menu008').hide();}
			if (23==index){$('#menu001').fadeIn("slow");$('#menu008').hide();}			
	});
	
	//menu001
	$('#menu001 .photo li:first').show();
	$('#menu001 .phot_btn li:first').hide();	
	len = $('#menu001 .photo li').length;
	next=0;	
	$('#menu001 .phot_btn li:last a').click(function() {
		var hide = len-2;										   
		if(next==hide){$('#menu001 .phot_btn li:last').hide();}		
		var num = next;
		next++;
		$('#menu001 .photo li:eq('+next+')').fadeIn("slow");
		$('#menu001 .photo li:eq('+num+')').hide();
		$('#menu001 .phot_btn li:first').show();	
		
	});
	
	$('#menu001 .phot_btn li:first a').click(function() {
		if(next==1){$('#menu001 .phot_btn li:first').hide();}
		$('#menu001 .phot_btn li:last').show();
		var num = next;
		next--;
		$('#menu001 .photo li:eq('+next+')').fadeIn("slow");	
		$('#menu001 .photo li:eq('+num+')').hide();
		
	});
	
	
	//menu002
	$('#menu002 .photo li:first').show();
	$('#menu002 .phot_btn li:first').hide();	
	len2 = $('#menu002 .photo li').length;
	
	next2=0;	
	$('#menu002 .phot_btn li:last a').click(function() {
		var hide = len2-2;
		if(next2==hide){$('#menu002 .phot_btn li:last').hide();}		
		var num = next2;
		next2++;
		$('#menu002 .photo li:eq('+next2+')').fadeIn("slow");
		$('#menu002 .photo li:eq('+num+')').hide();
		$('#menu002 .phot_btn li:first').show();	
		
	});
	
	$('#menu002 .phot_btn li:first a').click(function() {
		if(next2==1){$('#menu002 .phot_btn li:first').hide();}
		$('#menu002 .phot_btn li:last').show();
		var num = next2;
		next2--;
		$('#menu002 .photo li:eq('+next2+')').fadeIn("slow");	
		$('#menu002 .photo li:eq('+num+')').hide();
		
	});
	
	
	
	//menu003
	$('#menu003 .photo li:first').show();
	$('#menu003 .phot_btn li:first').hide();	
	len3 = $('#menu003 .photo li').length;	
	next3=0;	
	$('#menu003 .phot_btn li:last a').click(function() {
		var hide = len3-2;
		if(next3==hide){$('#menu003 .phot_btn li:last').hide();}		
		var num = next3;
		next3++;
		$('#menu003 .photo li:eq('+next3+')').fadeIn("slow");
		$('#menu003 .photo li:eq('+num+')').hide();
		$('#menu003 .phot_btn li:first').show();	
		
	});
	
	$('#menu003 .phot_btn li:first a').click(function() {
		if(next3==1){$('#menu003 .phot_btn li:first').hide();}
		$('#menu003 .phot_btn li:last').show();		
		var num = next3;
		next3--;
		$('#menu003 .photo li:eq('+next3+')').fadeIn("slow");
		$('#menu003 .photo li:eq('+num+')').hide();
		
	});
	
	
	//menu004
	$('#menu004 .photo li:first').show();
	$('#menu004 .phot_btn li:first').hide();	
	len4 = $('#menu004 .photo li').length;	
	next4=0;	
	$('#menu004 .phot_btn li:last a').click(function() {
		var hide = len4-2;
		if(next4==hide){$('#menu004 .phot_btn li:last').hide();}		
		var num = next4;
		next4++;
		$('#menu004 .photo li:eq('+next4+')').fadeIn("slow");
		$('#menu004 .photo li:eq('+num+')').hide();
		$('#menu004 .phot_btn li:first').show();	
		
	});
	
	$('#menu004 .phot_btn li:first a').click(function() {
		if(next4==1){$('#menu004 .phot_btn li:first').hide();}
		$('#menu004 .phot_btn li:last').show();		
		var num = next4;
		next4--;
		$('#menu004 .photo li:eq('+next4+')').fadeIn("slow");
		$('#menu004 .photo li:eq('+num+')').hide();
		
	});


	//menu005
	$('#menu005 .photo li:first').show();
	$('#menu005 .phot_btn li:first').hide();	
	len5 = $('#menu005 .photo li').length;	
	next5=0;	
	$('#menu005 .phot_btn li:last a').click(function() {
		var hide = len5-2;
		if(next5==hide){$('#menu005 .phot_btn li:last').hide();}		
		var num = next5;		
		next5++;		
		$('#menu005 .photo li:eq('+next5+')').fadeIn("slow");
		$('#menu005 .photo li:eq('+num+')').hide();		
		$('#menu005 .phot_btn li:first').show();
		
	});
	
	$('#menu005 .phot_btn li:first a').click(function() {
		if(next5==1){$('#menu005 .phot_btn li:first').hide();}
		$('#menu005 .phot_btn li:last').show();		
		var num = next5;
		next5--;
		$('#menu005 .photo li:eq('+next5+')').fadeIn("slow");
		$('#menu005 .photo li:eq('+num+')').hide();
		
	});
	
	
	//menu006
	$('#menu006 .photo li:first').show();
	$('#menu006 .phot_btn li:first').hide();	
	len6 = $('#menu006 .photo li').length;
	
	next6=0;
	$('#menu006 .phot_btn li:last a').click(function() {
		var hide = len6-2;
		if(next6==hide){$('#menu006 .phot_btn li:last').hide();}		
		var num = next6;
		next6++;
		$('#menu006 .photo li:eq('+next6+')').fadeIn("slow");
		$('#menu006 .photo li:eq('+num+')').hide();
		$('#menu006 .phot_btn li:first').show();	
		
	});
	
	$('#menu006 .phot_btn li:first a').click(function() {
		if(next6==1){$('#menu006 .phot_btn li:first').hide();}
		$('#menu006 .phot_btn li:last').show();		
		var num = next6;
		next6--;
		$('#menu006 .photo li:eq('+next6+')').fadeIn("slow");
		$('#menu006 .photo li:eq('+num+')').hide();
		
	});

	
	//menu007
	$('#menu007 .photo li:first').show();
	$('#menu007 .phot_btn li:first').hide();	
	len7 = $('#menu007 .photo li').length;
	next7=0;
	$('#menu007 .phot_btn li:last a').click(function() {
		var hide = len7-2;
		if(next7==hide){$('#menu007 .phot_btn li:last').hide();}		
		var num = next7;
		next7++;
		$('#menu007 .photo li:eq('+next7+')').fadeIn("slow");
		$('#menu007 .photo li:eq('+num+')').hide();
		$('#menu007 .phot_btn li:first').show();	
		
	});
	
	$('#menu007 .phot_btn li:first a').click(function() {
		if(next7==1){$('#menu007 .phot_btn li:first').hide();}
		$('#menu007 .phot_btn li:last').show();		
		var num = next7;
		next7--;
		$('#menu007 .photo li:eq('+next7+')').fadeIn("slow");
		$('#menu007 .photo li:eq('+num+')').hide();
		
	});

	
	//menu008
	$('#menu008 .photo li:first').show();
	$('#menu008 .phot_btn li:first').hide();	
	len8 = $('#menu008 .photo li').length;	
	next8=0;	
	$('#menu008 .phot_btn li:last a').click(function() {
		var hide = len8-2;
		if(next8==hide){$('#menu008 .phot_btn li:last').hide();}		
		var num = next8;
		next8++;
		$('#menu008 .photo li:eq('+next8+')').fadeIn("slow");
		$('#menu008 .photo li:eq('+num+')').hide();
		$('#menu008 .phot_btn li:first').show();	
		
	});
	
	$('#menu008 .phot_btn li:first a').click(function() {
		if(next8==1){$('#menu008 .phot_btn li:first').hide();}
		$('#menu008 .phot_btn li:last').show();		
		var num = next8;
		next8--;
		$('#menu008 .photo li:eq('+next8+')').fadeIn("slow");
		$('#menu008 .photo li:eq('+num+')').hide();
		
	});



});	
