function box_news_change_tab(e,f)
{
	for(i=1;i<5;i++)
	{
		try
		{
			document.getElementById("box_news_tab_"+i).className=document.getElementById("box_news_tab_"+i).lang;
			document.getElementById("home_news_content_"+i).className="hide";
		}
		catch(e)
		{
		}
	}
	
	tab=document.getElementById("box_news_tab_"+e)
	tab.className=tab.className+"_hover";
	document.getElementById("home_news_content_"+e).className="show";
	document.getElementById("home_page_news_read_more").href="/?action-category-catid-"+f;
}

function box_wcs_change_tab(e,f)
{
	for(i=1;i<4;i++)
	{
		try
		{
			document.getElementById("box_wcs_tab_"+i).className=document.getElementById("box_wcs_tab_"+i).lang;
			document.getElementById("box_wcs_content_"+i).className="hide";
		}
		catch(e)
		{
		}
	}
	
	tab=document.getElementById("box_wcs_tab_"+e)
	tab.className=tab.className+"_hover";
	document.getElementById("box_wcs_content_"+e).className="show";
	document.getElementById("box_wcs_read_more").href=f;
}

function goto_url(e)
{
	var siteUrl = $("#siteUrl").val();
	switch(e)
	{
		case "forum":
			window.location= "http://forum.livevn.com/index.php?gid=948";
			break;
		case "101":
			window.location= siteUrl + "/Gioi-thieu/He-thong-nuoi-thu-627.html";
			break;
		case "102":
			window.location= siteUrl + "/Gioi-thieu/Vu-dieu-538.html";
			break;
		case "103":
			window.location= siteUrl + "/Gioi-thieu/Dai-hoi-khieu-vu-476.html";
			break;
		case "104":
			window.location= siteUrl + "/?action-viewnews-itemid-435";
			break;
		case "105":
			window.location= siteUrl + "/Gioi-thieu/Vu-cong-tren-desktop-434.html";
			break;
		case "106":
			window.location= siteUrl + "/Gioi-thieu/Sieu-thi-660.html"; // <--- ???????????
			break;
		case "107":
			window.location= siteUrl + "/Gioi-thieu/Phong-rieng-433.html";
			break;
		case "108":
			window.location= siteUrl + "/Gioi-thieu/Can-nang-431.html";
			break;
		case "109":
			window.location= siteUrl + "/Gioi-thieu/Vu-doan-430.html";
			break;
		case "110":
			window.location= siteUrl + "/Gioi-thieu/Ket-ban-ket-hon-429.html";
			break;
		case "111":
			window.location= siteUrl + "/Gioi-thieu/Tham-nhay-427.html";
			break;
		case "200":
			window.location= siteUrl + "/Tin-tuc/Ban-tin-sanh-dieu-Cat-99.html";
			break;
		case "301":
			window.location= siteUrl + "/Huong-dan/Nguoi-moi-722.html";
			break;
		case "302":
			window.location= siteUrl + "/Huong-dan/Cach-choi-585.html";
			break;
		case "303":
			window.location= siteUrl + "/Huong-dan/Su-dung-vat-pham-691.html";
			break;
		case "304":
			window.location= siteUrl + "/Huong-dan/Nhiem-vu-680.html";
			break;
		case "305":
			window.location= siteUrl + "/Huong-dan/He-thong-bieu-cam-667.html";
			break;
		case "306":
			window.location= siteUrl + "/Huong-dan/He-thong-tan-ngau-661.html";
			break;
		case "307":
			window.location= siteUrl + "/Huong-dan/Su-dung-tham-nhay-428.html";
			break;
		case "401":
			window.location= siteUrl + "/Sieu-thi/Vat-pham.html";
			break;
		case "402":
			window.location= siteUrl + "/Sieu-thi/Bo-suu-tap-thoi-trang.html";
			break;
		case "501":
			window.location= siteUrl + "/Thu-vien/Clip-nhay.html";
			break;
		case "502":
			window.location= siteUrl + "/Thu-vien/Wallpaper.html";
			break;
		case "503":
			window.location= siteUrl + "/Thu-vien/Anh-dep.html";
			break;
	}
}