// JavaScript Document
$(document).ready(function() {
						  $('#txt_box_1').hide().fadeOut();
						  $('#txt_box_2').hide().fadeOut();
						  $('#txt_box_3').hide().fadeOut();
						  $('#txt_box_4').hide().fadeOut();
						 // $('#list_box_1').hide().fadeOut();
						 // $('#list_box_2').hide().fadeOut();
						 // $('#list_box_3').hide().fadeOut();
						 // $('#list_box_4').hide().fadeOut();
						  
						  $('#btn_box_1').click(function(){
									  $('#txt_box_1').fadeIn();
									  $('#list_box_1').fadeIn();
									  $('#txt_box_2').hide().fadeOut();
									  $('#txt_box_3').hide().fadeOut();
									  $('#txt_box_4').hide().fadeOut();
									  $('#txt_box_5').hide().fadeOut();
									  $('#list_box_5').hide().fadeOut();
									  $('#list_box_2').hide().fadeOut();
									  $('#list_box_3').hide().fadeOut();
									  $('#list_box_4').hide().fadeOut();
									  $('#btn_box_1').addClass('wb_active');
									  $('#btn_box_2').removeClass('wb_active');
									  $('#btn_box_3').removeClass('wb_active');
									  $('#btn_box_4').removeClass('wb_active');
									  $('#btn_box_5').removeClass('wb_active');
														 })
						  $('#btn_box_2').click(function(){
									  $('#txt_box_2').fadeIn();
									  $('#list_box_2').fadeIn();
									  $('#txt_box_1').hide().fadeOut();
									  $('#txt_box_3').hide().fadeOut();
									  $('#txt_box_4').hide().fadeOut();
									  $('#txt_box_5').hide().fadeOut();
									  $('#list_box_5').hide().fadeOut();
									  $('#list_box_1').hide().fadeOut();
									  $('#list_box_3').hide().fadeOut();
									  $('#list_box_4').hide().fadeOut();
									  $('#btn_box_2').addClass('wb_active');
									  $('#btn_box_1').removeClass('wb_active');
									  $('#btn_box_3').removeClass('wb_active');
									  $('#btn_box_4').removeClass('wb_active');
									  $('#btn_box_5').removeClass('wb_active');
														 })
						  $('#btn_box_3').click(function(){
									  $('#txt_box_3').fadeIn();
									  $('#list_box_3').fadeIn();
									  $('#txt_box_1').hide().fadeOut();
									  $('#txt_box_2').hide().fadeOut();
									  $('#txt_box_4').hide().fadeOut();
									  $('#txt_box_5').hide().fadeOut();
									  $('#list_box_5').hide().fadeOut();
									  $('#list_box_1').hide().fadeOut();
									  $('#list_box_2').hide().fadeOut();
									  $('#list_box_4').hide().fadeOut();
									  $('#btn_box_3').addClass('wb_active');
									  $('#btn_box_1').removeClass('wb_active');
									  $('#btn_box_2').removeClass('wb_active');
									  $('#btn_box_4').removeClass('wb_active');
									  $('#btn_box_5').removeClass('wb_active');
														 })
						  $('#btn_box_4').click(function(){
									  $('#txt_box_4').fadeIn();
									  $('#list_box_4').fadeIn();
									  $('#txt_box_1').hide().fadeOut();
									  $('#txt_box_2').hide().fadeOut();
									  $('#txt_box_3').hide().fadeOut();
									  $('#txt_box_5').hide().fadeOut();
									  $('#list_box_5').hide().fadeOut();
									  $('#list_box_1').hide().fadeOut();
									  $('#list_box_2').hide().fadeOut();
									  $('#list_box_3').hide().fadeOut();
									  $('#btn_box_4').addClass('wb_active');
									  $('#btn_box_1').removeClass('wb_active');
									  $('#btn_box_2').removeClass('wb_active');
									  $('#btn_box_3').removeClass('wb_active');
									  $('#btn_box_5').removeClass('wb_active');
														 })
						  $('#btn_box_5').click(function(){
									  $('#txt_box_5').fadeIn();
									  $('#list_box_1').fadeIn();
									  $('#list_box_2').fadeIn();
									  $('#list_box_3').fadeIn();
									  $('#list_box_4').fadeIn();
									  $('#list_box_5').fadeIn();
									  $('#txt_box_1').hide().fadeOut();
									  $('#txt_box_2').hide().fadeOut();
									  $('#txt_box_3').hide().fadeOut();
									  $('#txt_box_4').hide().fadeOut();
									  $('#btn_box_5').addClass('wb_active');
									  $('#btn_box_1').removeClass('wb_active');
									  $('#btn_box_2').removeClass('wb_active');
									  $('#btn_box_3').removeClass('wb_active');
									  $('#btn_box_4').removeClass('wb_active');
														 })
		   });
		 
