
function goLink (url)
{
	if (url == "company_company")
		location.href = "/ex/company/company.asp";

	if (url == "company_history")
		location.href = "/ex/company/history.asp";

	if (url == "company_area")
		location.href = "/ex/company/area.asp";

	if (url == "company_group")
		location.href = "/ex/company/group.asp";

	if (url == "company_ask")
		location.href = "/ex/company/ask.asp";

	if (url == "company_contact")
		location.href = "/ex/company/contact.asp";



	if (url == "products_clotinab")
		location.href = "/ex/products/clotinab.asp";

	if (url == "products_atp_cra")
		location.href = "/ex/products/atp_cra.asp";



	if (url == "rd_field_a")
		location.href = "/ex/rd/field_a.asp";

	if (url == "rd_pipeline")
		location.href = "/ex/rd/pipeline.asp";



    if (url == "ir_ir")
		location.href = "/ex/ir/public.asp";

	if (url == "ir_news")
		location.href = "/ex/ir/news.asp";

	if (url == "ir_public")
		location.href = "/ex/ir/public_b.asp";

	if (url == "ir_qa")
		location.href = "/ex/ir/qa.asp";



	if (url == "careers_abxis")
		location.href = "/ex/careers/abxis.asp";

	if (url == "careers_system")
		location.href = "/ex/careers/system.asp";

	if (url == "careers_application")
		location.href = "/ex/careers/application.asp";

	if (url == "careers_qa")
		location.href = "/ex/careers/qa.asp";


	if (url == "main")
		location.href = "/ex/main.asp";

	if (url == "sitemap")
		location.href = "/ex/sitemap/sitemap.asp";
}

