$(document).ready(function(){$("#wrapper #footer .wrapper .center div .tabs .tab").click(function(){if($(this).hasClass("active")){}else{$(this).siblings(".tab").toggleClass("active");$(this).toggleClass("active");$(this).parent().siblings(".msg").children(".page").toggleClass("hide");$(this).parent().siblings(".msg").children("span").toggleClass("hide")}});$("#wrapper #footer .wrapper .center div .msg span").click(function(){$(this).siblings("span").toggleClass("hide");$(this).toggleClass("hide");$(this).siblings(".page").toggleClass("hide");$(this).parent().siblings(".tabs").children(".tab").toggleClass("active")});$("#wrapper #footer .wrapper .center a").click(function(){$(this).next().siblings("div").addClass("hide");$(this).next().toggleClass("hide")});$("#wrapper #right #header .hd_center .hd_c_top #hd_top a:eq(1)").click(function(){$("#wrapper #right .Services").addClass("hide");$("#wrapper #right .ContactUs").addClass("hide");$("#wrapper #right .AboutUs").toggleClass("hide")});$("#wrapper #right #header .hd_center .hd_c_top #hd_top a:eq(4)").click(function(){$("#wrapper #right .AboutUs").addClass("hide");$("#wrapper #right .ContactUs").addClass("hide");$("#wrapper #right .Services").toggleClass("hide")});$("#wrapper #right #header .hd_center .hd_c_top #hd_top a:eq(5)").click(function(){$("#wrapper #right .AboutUs").addClass("hide");$("#wrapper #right .Services").addClass("hide");$("#wrapper #right .ContactUs").toggleClass("hide")})});