﻿$().ready(function(){$(".FooterContentNavLikeButton").click(function(){currentIndex=0;$(".StartPageClientCaseBoxPreviewPlate").hide();$(".FooterContentNavPlate").hide();$(".StartPageMapPlate").hide();$(".FooterContentNavLikePlate").fadeIn(300)});$(".FooterContentNavShareButton").click(function(){currentIndex=0;$(".StartPageClientCaseBoxPreviewPlate").hide();$(".FooterContentNavPlate").hide();$(".StartPageMapPlate").hide();$(".FooterContentNavSharePlate").fadeIn(300)});$(".FooterContentNavMail").click(function(){$(".StartPageClientCaseBoxPreviewPlate").hide();$(".FooterContentNavPlate").hide();$(".FooterContentNavMailPlate").fadeIn(300)});$(".FooterContentNavContactButton").click(function(){$(".StartPageClientCaseBoxPreviewPlate").hide();$(".FooterContentNavPlate").hide();$(".FooterContentNavContactPlate").fadeIn(300)});$(".FooterContentNavPlateCloseIco").click(function(){$(".FooterContentNavPlate").hide()});$(".FooterFormItemCancelButton").click(function(){$(".FooterContentNavPlate").hide()})});
