// JavaScript Document
function change(n){
				if(n==1){
					$(".link_top_tab").children("li").children("a").css({ "width": "135px", "height": "27px", "background-image": "url(images/back_link_pu.jpg)", "line-height": "30px", "color": "#868686", "font-weight": "300", "margin": "5px 0 0 5px" }); 
					$(".link_t_a1").css({ "width": "141px", "height": "30px", "background-image": "url(images/back_link_se.jpg)", "line-height": "34px", "color": "#0B75AD", "font-weight": "bold", "margin": "2px 0 0 5px" }); 
					$(".link_main").children("div").hide();
					$(".link1").show();
				}
				if(n==2){
					$(".link_top_tab").children("li").children("a").css({ "width": "135px", "height": "27px", "background-image": "url(images/back_link_pu.jpg)", "line-height": "30px", "color": "#868686", "font-weight": "300", "margin": "5px 0 0 5px" }); 
					$(".link_t_a2").css({ "width": "141px", "height": "30px", "background-image": "url(images/back_link_se.jpg)", "line-height": "34px", "color": "#0B75AD", "font-weight": "bold", "margin": "2px 0 0 5px" }); 
					$(".link_top_tab").children("li").children("a").addClass("nomorl");
					$(".link_main").children("div").hide();
					$(".link2").show();
				}
				if(n==3){
					$(".link_top_tab").children("li").children("a").css({ "width": "135px", "height": "27px", "background-image": "url(images/back_link_pu.jpg)", "line-height": "30px", "color": "#868686", "font-weight": "300", "margin": "5px 0 0 5px" }); 
					$(".link_t_a3").css({ "width": "141px", "height": "30px", "background-image": "url(images/back_link_se.jpg)", "line-height": "34px", "color": "#0B75AD", "font-weight": "bold", "margin": "2px 0 0 5px" }); 
					$(".link_top_tab").children("li").children("a").addClass("nomorl");
					$(".link_main").children("div").hide();
					$(".link3").show();
				}
				if(n==4){
					$(".link_top_tab").children("li").children("a").css({ "width": "135px", "height": "27px", "background-image": "url(images/back_link_pu.jpg)", "line-height": "30px", "color": "#868686", "font-weight": "300", "margin": "5px 0 0 5px" }); 
					$(".link_t_a4").css({ "width": "141px", "height": "30px", "background-image": "url(images/back_link_se.jpg)", "line-height": "34px", "color": "#0B75AD", "font-weight": "bold", "margin": "2px 0 0 5px" }); 
					$(".link_top_tab").children("li").children("a").addClass("nomorl");
					$(".link_main").children("div").hide();
					$(".link4").show();
				}
				if(n==5){
					$(".link_top_tab").children("li").children("a").css({ "width": "135px", "height": "27px", "background-image": "url(images/back_link_pu.jpg)", "line-height": "30px", "color": "#868686", "font-weight": "300", "margin": "5px 0 0 5px" }); 
					$(".link_t_a5").css({ "width": "141px", "height": "30px", "background-image": "url(images/back_link_se.jpg)", "line-height": "34px", "color": "#0B75AD", "font-weight": "bold", "margin": "2px 0 0 5px" }); 
					$(".link_top_tab").children("li").children("a").addClass("nomorl");
					$(".link_main").children("div").hide();
					$(".link5").show();
				}
			}

function change2(n){
				if(n==1){
					$(".left_info_3").toggle();
					
				}
				if(n==2){
				   $(".left_info_2").toggle();
				   }
			}
			
function cha(n,j,k)
{
	$(".news_tab_a0").css({ "background-image": "url(images/back_14.jpg)", "line-height": "30px", "color": "#575757"}); 
	$(".news_tab_a1").css({ "background-image": "url(images/back_14.jpg)", "line-height": "30px", "color": "#575757"}); 
	$(".news_tab_a2").css({ "background-image": "url(images/back_14.jpg)", "line-height": "30px", "color": "#575757"}); 
	$(".news_tab_a3").css({ "background-image": "url(images/back_14.jpg)", "line-height": "30px", "color": "#575757"}); 
	$(".index_n0").hide();
	$(".index_n1").hide();
	$(".index_n2").hide();
	$(".index_n3").hide();
	$("#lnkNews_Tab").attr("href","/GovWeb/Work/News_List.aspx?id=" + j + "&pid=" + k);

	if(n==0){
		$(".news_tab_a0").css({ "background-image": "url(images/back_13.jpg)", "line-height": "33px", "color": "#fff"});
		$(".index_n0").show();
	}
	else if(n==1){
		$(".news_tab_a1").css({ "background-image": "url(images/back_13.jpg)", "line-height": "33px", "color": "#fff"});
		$(".index_n1").show();
	}
	else if(n==2){
		$(".news_tab_a2").css({ "background-image": "url(images/back_13.jpg)", "line-height": "33px", "color": "#fff"});
		$(".index_n2").show();
	}
	else if(n==3){
		$(".news_tab_a3").css({ "background-image": "url(images/back_13.jpg)", "line-height": "33px", "color": "#fff"});
		$(".index_n3").show();
	}
}
