// JavaScript Document$(document).ready(function() {	//stagechange	$("#stage-archive .stagebox").hide(); //Hide all content	$("#slidearea .thumb:first").addClass("active").show(); //Activate first tab	$("#stage-archive .stagebox:first").show(); //Show first tab content	//On Click Event	$("#slidearea .thumb").click(function() {		$("#slidearea .thumb").removeClass("active"); //Remove any "active" class		$(this).addClass("active"); //Add "active" class to selected tab		$("#stage-archive .stagebox").hide(); //Hide all tab content		var activeTab = $(this).find("a").attr("href"); //Find the href attribute value to identify the active tab + content		$(activeTab).fadeIn(); //Fade in the active ID content		return false;	});	//stage01	$("#stage01 .tab_content").hide(); //Hide all content	$("#stage01 .tabblock li.tabmenu:first").addClass("active").show(); //Activate first tab	$("#stage01 .tab_content:first").show(); //Show first tab content	//On Click Event	$("#stage01 .tabblock li.tabmenu").click(function() {		$("#stage01 .tabblock li.tabmenu").removeClass("active"); //Remove any "active" class		$(this).addClass("active"); //Add "active" class to selected tab		$("#stage01 .tab_content").hide(); //Hide all tab content		var activeTab = $(this).find("a").attr("href"); //Find the href attribute value to identify the active tab + content		$(activeTab).fadeIn(); //Fade in the active ID content		return false;	});//stage02	$("#stage02 .tab_content").hide(); //Hide all content	$("#stage02 .tabblock li.tabmenu:first").addClass("active").show(); //Activate first tab	$("#stage02 .tab_content:first").show(); //Show first tab content	//On Click Event	$("#stage02 .tabblock li.tabmenu").click(function() {		$("#stage02 .tabblock li.tabmenu").removeClass("active"); //Remove any "active" class		$(this).addClass("active"); //Add "active" class to selected tab		$("#stage02 .tab_content").hide(); //Hide all tab content		var activeTab = $(this).find("a").attr("href"); //Find the href attribute value to identify the active tab + content		$(activeTab).fadeIn(); //Fade in the active ID content		return false;	});//stage03	$("#stage03 .tab_content").hide(); //Hide all content	$("#stage03 .tabblock li.tabmenu:first").addClass("active").show(); //Activate first tab	$("#stage03 .tab_content:first").show(); //Show first tab content	//On Click Event	$("#stage03 .tabblock li.tabmenu").click(function() {		$("#stage03 .tabblock li.tabmenu").removeClass("active"); //Remove any "active" class		$(this).addClass("active"); //Add "active" class to selected tab		$("#stage03 .tab_content").hide(); //Hide all tab content		var activeTab = $(this).find("a").attr("href"); //Find the href attribute value to identify the active tab + content		$(activeTab).fadeIn(); //Fade in the active ID content		return false;	});//stage04	$("#stage04 .tab_content").hide(); //Hide all content	$("#stage04 .tabblock li.tabmenu:first").addClass("active").show(); //Activate first tab	$("#stage04 .tab_content:first").show(); //Show first tab content	//On Click Event	$("#stage04 .tabblock li.tabmenu").click(function() {		$("#stage04 .tabblock li.tabmenu").removeClass("active"); //Remove any "active" class		$(this).addClass("active"); //Add "active" class to selected tab		$("#stage04 .tab_content").hide(); //Hide all tab content		var activeTab = $(this).find("a").attr("href"); //Find the href attribute value to identify the active tab + content		$(activeTab).fadeIn(); //Fade in the active ID content		return false;	});//stage05	$("#stage05 .tab_content").hide(); //Hide all content	$("#stage05 .tabblock li.tabmenu:first").addClass("active").show(); //Activate first tab	$("#stage05 .tab_content:first").show(); //Show first tab content	//On Click Event	$("#stage05 .tabblock li.tabmenu").click(function() {		$("#stage05 .tabblock li.tabmenu").removeClass("active"); //Remove any "active" class		$(this).addClass("active"); //Add "active" class to selected tab		$("#stage05 .tab_content").hide(); //Hide all tab content		var activeTab = $(this).find("a").attr("href"); //Find the href attribute value to identify the active tab + content		$(activeTab).fadeIn(); //Fade in the active ID content		return false;	});//stage06	$("#stage06 .tab_content").hide(); //Hide all content	$("#stage06 .tabblock li.tabmenu:first").addClass("active").show(); //Activate first tab	$("#stage06 .tab_content:first").show(); //Show first tab content	//On Click Event	$("#stage06 .tabblock li.tabmenu").click(function() {		$("#stage06 .tabblock li.tabmenu").removeClass("active"); //Remove any "active" class		$(this).addClass("active"); //Add "active" class to selected tab		$("#stage06 .tab_content").hide(); //Hide all tab content		var activeTab = $(this).find("a").attr("href"); //Find the href attribute value to identify the active tab + content		$(activeTab).fadeIn(); //Fade in the active ID content		return false;	});//stage07a	$("#stage07a .tab_content").hide(); //Hide all content	$("#stage07a .tabblock li.tabmenu:first").addClass("active").show(); //Activate first tab	$("#stage07a .tab_content:first").show(); //Show first tab content	//On Click Event	$("#stage07a .tabblock li.tabmenu").click(function() {		$("#stage07a .tabblock li.tabmenu").removeClass("active"); //Remove any "active" class		$(this).addClass("active"); //Add "active" class to selected tab		$("#stage07a .tab_content").hide(); //Hide all tab content		var activeTab = $(this).find("a").attr("href"); //Find the href attribute value to identify the active tab + content		$(activeTab).fadeIn(); //Fade in the active ID content		return false;	});//stage07b	$("#stage07b .tab_content").hide(); //Hide all content	$("#stage07b .tabblock li.tabmenu:first").addClass("active").show(); //Activate first tab	$("#stage07b .tab_content:first").show(); //Show first tab content	//On Click Event	$("#stage07b .tabblock li.tabmenu").click(function() {		$("#stage07b .tabblock li.tabmenu").removeClass("active"); //Remove any "active" class		$(this).addClass("active"); //Add "active" class to selected tab		$("#stage07b .tab_content").hide(); //Hide all tab content		var activeTab = $(this).find("a").attr("href"); //Find the href attribute value to identify the active tab + content		$(activeTab).fadeIn(); //Fade in the active ID content		return false;	});//stage08	$("#stage08 .tab_content").hide(); //Hide all content	$("#stage08 .tabblock li.tabmenu:first").addClass("active").show(); //Activate first tab	$("#stage08 .tab_content:first").show(); //Show first tab content	//On Click Event	$("#stage08 .tabblock li.tabmenu").click(function() {		$("#stage08 .tabblock li.tabmenu").removeClass("active"); //Remove any "active" class		$(this).addClass("active"); //Add "active" class to selected tab		$("#stage08 .tab_content").hide(); //Hide all tab content		var activeTab = $(this).find("a").attr("href"); //Find the href attribute value to identify the active tab + content		$(activeTab).fadeIn(); //Fade in the active ID content		return false;	});//stage09	$("#stage09 .tab_content").hide(); //Hide all content	$("#stage09 .tabblock li.tabmenu:first").addClass("active").show(); //Activate first tab	$("#stage09 .tab_content:first").show(); //Show first tab content	//On Click Event	$("#stage09 .tabblock li.tabmenu").click(function() {		$("#stage09 .tabblock li.tabmenu").removeClass("active"); //Remove any "active" class		$(this).addClass("active"); //Add "active" class to selected tab		$("#stage09 .tab_content").hide(); //Hide all tab content		var activeTab = $(this).find("a").attr("href"); //Find the href attribute value to identify the active tab + content		$(activeTab).fadeIn(); //Fade in the active ID content		return false;	});//stage10	$("#stage10 .tab_content").hide(); //Hide all content	$("#stage10 .tabblock li.tabmenu:first").addClass("active").show(); //Activate first tab	$("#stage10 .tab_content:first").show(); //Show first tab content	//On Click Event	$("#stage10 .tabblock li.tabmenu").click(function() {		$("#stage10 .tabblock li.tabmenu").removeClass("active"); //Remove any "active" class		$(this).addClass("active"); //Add "active" class to selected tab		$("#stage10 .tab_content").hide(); //Hide all tab content		var activeTab = $(this).find("a").attr("href"); //Find the href attribute value to identify the active tab + content		$(activeTab).fadeIn(); //Fade in the active ID content		return false;	});//stage11	$("#stage11 .tab_content").hide(); //Hide all content	$("#stage11 .tabblock li.tabmenu:first").addClass("active").show(); //Activate first tab	$("#stage11 .tab_content:first").show(); //Show first tab content	//On Click Event	$("#stage11 .tabblock li.tabmenu").click(function() {		$("#stage11 .tabblock li.tabmenu").removeClass("active"); //Remove any "active" class		$(this).addClass("active"); //Add "active" class to selected tab		$("#stage11 .tab_content").hide(); //Hide all tab content		var activeTab = $(this).find("a").attr("href"); //Find the href attribute value to identify the active tab + content		$(activeTab).fadeIn(); //Fade in the active ID content		return false;	});//stage12	$("#stage12 .tab_content").hide(); //Hide all content	$("#stage12 .tabblock li.tabmenu:first").addClass("active").show(); //Activate first tab	$("#stage12 .tab_content:first").show(); //Show first tab content	//On Click Event	$("#stage12 .tabblock li.tabmenu").click(function() {		$("#stage12 .tabblock li.tabmenu").removeClass("active"); //Remove any "active" class		$(this).addClass("active"); //Add "active" class to selected tab		$("#stage12 .tab_content").hide(); //Hide all tab content		var activeTab = $(this).find("a").attr("href"); //Find the href attribute value to identify the active tab + content		$(activeTab).fadeIn(); //Fade in the active ID content		return false;	});//stage13	$("#stage13 .tab_content").hide(); //Hide all content	$("#stage13 .tabblock li.tabmenu:first").addClass("active").show(); //Activate first tab	$("#stage13 .tab_content:first").show(); //Show first tab content	//On Click Event	$("#stage13 .tabblock li.tabmenu").click(function() {		$("#stage13 .tabblock li.tabmenu").removeClass("active"); //Remove any "active" class		$(this).addClass("active"); //Add "active" class to selected tab		$("#stage13 .tab_content").hide(); //Hide all tab content		var activeTab = $(this).find("a").attr("href"); //Find the href attribute value to identify the active tab + content		$(activeTab).fadeIn(); //Fade in the active ID content		return false;	});//stage14	$("#stage14 .tab_content").hide(); //Hide all content	$("#stage14 .tabblock li.tabmenu:first").addClass("active").show(); //Activate first tab	$("#stage14 .tab_content:first").show(); //Show first tab content	//On Click Event	$("#stage14 .tabblock li.tabmenu").click(function() {		$("#stage14 .tabblock li.tabmenu").removeClass("active"); //Remove any "active" class		$(this).addClass("active"); //Add "active" class to selected tab		$("#stage14 .tab_content").hide(); //Hide all tab content		var activeTab = $(this).find("a").attr("href"); //Find the href attribute value to identify the active tab + content		$(activeTab).fadeIn(); //Fade in the active ID content		return false;	});//stage15	$("#stage15 .tab_content").hide(); //Hide all content	$("#stage15 .tabblock li.tabmenu:first").addClass("active").show(); //Activate first tab	$("#stage15 .tab_content:first").show(); //Show first tab content	//On Click Event	$("#stage15 .tabblock li.tabmenu").click(function() {		$("#stage15 .tabblock li.tabmenu").removeClass("active"); //Remove any "active" class		$(this).addClass("active"); //Add "active" class to selected tab		$("#stage15 .tab_content").hide(); //Hide all tab content		var activeTab = $(this).find("a").attr("href"); //Find the href attribute value to identify the active tab + content		$(activeTab).fadeIn(); //Fade in the active ID content		return false;	});//stage16	$("#stage16 .tab_content").hide(); //Hide all content	$("#stage16 .tabblock li.tabmenu:first").addClass("active").show(); //Activate first tab	$("#stage16 .tab_content:first").show(); //Show first tab content	//On Click Event	$("#stage16 .tabblock li.tabmenu").click(function() {		$("#stage16 .tabblock li.tabmenu").removeClass("active"); //Remove any "active" class		$(this).addClass("active"); //Add "active" class to selected tab		$("#stage16 .tab_content").hide(); //Hide all tab content		var activeTab = $(this).find("a").attr("href"); //Find the href attribute value to identify the active tab + content		$(activeTab).fadeIn(); //Fade in the active ID content		return false;	});//stage17	$("#stage17 .tab_content").hide(); //Hide all content	$("#stage17 .tabblock li.tabmenu:first").addClass("active").show(); //Activate first tab	$("#stage17 .tab_content:first").show(); //Show first tab content	//On Click Event	$("#stage17 .tabblock li.tabmenu").click(function() {		$("#stage17 .tabblock li.tabmenu").removeClass("active"); //Remove any "active" class		$(this).addClass("active"); //Add "active" class to selected tab		$("#stage17 .tab_content").hide(); //Hide all tab content		var activeTab = $(this).find("a").attr("href"); //Find the href attribute value to identify the active tab + content		$(activeTab).fadeIn(); //Fade in the active ID content		return false;	});//stage18	$("#stage18 .tab_content").hide(); //Hide all content	$("#stage18 .tabblock li.tabmenu:first").addClass("active").show(); //Activate first tab	$("#stage18 .tab_content:first").show(); //Show first tab content	//On Click Event	$("#stage18 .tabblock li.tabmenu").click(function() {		$("#stage18 .tabblock li.tabmenu").removeClass("active"); //Remove any "active" class		$(this).addClass("active"); //Add "active" class to selected tab		$("#stage18 .tab_content").hide(); //Hide all tab content		var activeTab = $(this).find("a").attr("href"); //Find the href attribute value to identify the active tab + content		$(activeTab).fadeIn(); //Fade in the active ID content		return false;	});//stage19	$("#stage19 .tab_content").hide(); //Hide all content	$("#stage19 .tabblock li.tabmenu:first").addClass("active").show(); //Activate first tab	$("#stage19 .tab_content:first").show(); //Show first tab content	//On Click Event	$("#stage19 .tabblock li.tabmenu").click(function() {		$("#stage19 .tabblock li.tabmenu").removeClass("active"); //Remove any "active" class		$(this).addClass("active"); //Add "active" class to selected tab		$("#stage19 .tab_content").hide(); //Hide all tab content		var activeTab = $(this).find("a").attr("href"); //Find the href attribute value to identify the active tab + content		$(activeTab).fadeIn(); //Fade in the active ID content		return false;	});//stage20	$("#stage20 .tab_content").hide(); //Hide all content	$("#stage20 .tabblock li.tabmenu:first").addClass("active").show(); //Activate first tab	$("#stage20 .tab_content:first").show(); //Show first tab content	//On Click Event	$("#stage20 .tabblock li.tabmenu").click(function() {		$("#stage20 .tabblock li.tabmenu").removeClass("active"); //Remove any "active" class		$(this).addClass("active"); //Add "active" class to selected tab		$("#stage20 .tab_content").hide(); //Hide all tab content		var activeTab = $(this).find("a").attr("href"); //Find the href attribute value to identify the active tab + content		$(activeTab).fadeIn(); //Fade in the active ID content		return false;	});//stage21	$("#stage21 .tab_content").hide(); //Hide all content	$("#stage21 .tabblock li.tabmenu:first").addClass("active").show(); //Activate first tab	$("#stage21 .tab_content:first").show(); //Show first tab content	//On Click Event	$("#stage21 .tabblock li.tabmenu").click(function() {		$("#stage21 .tabblock li.tabmenu").removeClass("active"); //Remove any "active" class		$(this).addClass("active"); //Add "active" class to selected tab		$("#stage21 .tab_content").hide(); //Hide all tab content		var activeTab = $(this).find("a").attr("href"); //Find the href attribute value to identify the active tab + content		$(activeTab).fadeIn(); //Fade in the active ID content		return false;	});//stage22	$("#stage22 .tab_content").hide(); //Hide all content	$("#stage22 .tabblock li.tabmenu:first").addClass("active").show(); //Activate first tab	$("#stage22 .tab_content:first").show(); //Show first tab content	//On Click Event	$("#stage22 .tabblock li.tabmenu").click(function() {		$("#stage22 .tabblock li.tabmenu").removeClass("active"); //Remove any "active" class		$(this).addClass("active"); //Add "active" class to selected tab		$("#stage22 .tab_content").hide(); //Hide all tab content		var activeTab = $(this).find("a").attr("href"); //Find the href attribute value to identify the active tab + content		$(activeTab).fadeIn(); //Fade in the active ID content		return false;	});//stage23	$("#stage23 .tab_content").hide(); //Hide all content	$("#stage23 .tabblock li.tabmenu:first").addClass("active").show(); //Activate first tab	$("#stage23 .tab_content:first").show(); //Show first tab content	//On Click Event	$("#stage23 .tabblock li.tabmenu").click(function() {		$("#stage23 .tabblock li.tabmenu").removeClass("active"); //Remove any "active" class		$(this).addClass("active"); //Add "active" class to selected tab		$("#stage23 .tab_content").hide(); //Hide all tab content		var activeTab = $(this).find("a").attr("href"); //Find the href attribute value to identify the active tab + content		$(activeTab).fadeIn(); //Fade in the active ID content		return false;	});//stage24	$("#stage24 .tab_content").hide(); //Hide all content	$("#stage24 .tabblock li.tabmenu:first").addClass("active").show(); //Activate first tab	$("#stage24 .tab_content:first").show(); //Show first tab content	//On Click Event	$("#stage24 .tabblock li.tabmenu").click(function() {		$("#stage24 .tabblock li.tabmenu").removeClass("active"); //Remove any "active" class		$(this).addClass("active"); //Add "active" class to selected tab		$("#stage24 .tab_content").hide(); //Hide all tab content		var activeTab = $(this).find("a").attr("href"); //Find the href attribute value to identify the active tab + content		$(activeTab).fadeIn(); //Fade in the active ID content		return false;	});//goods	$("#goods .tab_content").hide(); //Hide all content	$("#goods .tabblock li.tabmenu:first").addClass("active").show(); //Activate first tab	$("#goods .tab_content:first").show(); //Show first tab content	//On Click Event	$("#goods .tabblock li.tabmenu").click(function() {		$("#goods .tabblock li.tabmenu").removeClass("active"); //Remove any "active" class		$(this).addClass("active"); //Add "active" class to selected tab		$("#goods .tab_content").hide(); //Hide all tab content		var activeTab = $(this).find("a").attr("href"); //Find the href attribute value to identify the active tab + content		$(activeTab).fadeIn(); //Fade in the active ID content		return false;	});});
