function go_01() {
	document.location.href="/about/sub1.php";
}
function go_02() {
	//alert("준비중입니다.");
	document.location.href="/product/sub1.php";
}
function go_03() {
	//alert("준비중입니다.");
	document.location.href="/bbs/board.php?bo_table=as";
}
function go_04() {
	//alert("준비중입니다.");
	document.location.href="/bbs/board.php?bo_table=notice";
}


//sub01. 회사소개
function go_01_01() {		
	document.location.href="/about/sub1.php";
}
function go_01_02() {
	document.location.href="/about/sub2.php";
}
function go_01_03() {
	alert("준비중입니다.");
	//document.location.href="/board/clinic/clinic.html";
}
function go_01_04() {
	alert("준비중입니다.");
	//document.location.href="/about/merit.html";
}
function go_01_05() {
	document.location.href="/about/sub5.php";
}
//////////////////////////////////////////////////////////////////////////////////



//sub02. 장비소개

function go_02_01() {
	//alert("준비중입니다.");
	document.location.href="/product/sub1.php";
}
function go_02_02_1() {
	//alert("준비중입니다.");
	document.location.href="/product/sub2_1.php";
}
function go_02_02_2() {
	//alert("준비중입니다.");
	document.location.href="/product/sub2_2.php";
}
function go_02_03_1() {
	//alert("준비중입니다.");
	document.location.href="/product/sub3_1.php";
}
function go_02_03_2() {
	//alert("준비중입니다.");
	document.location.href="/product/sub3_2.php";
}
function go_02_04() {
	//alert("준비중입니다.");
	document.location.href="/product/sub4.php";
}
function go_02_05_1() {
	//alert("준비중입니다.");
	document.location.href="/product/sub5_1.php";
}
function go_02_05_2() {
	//alert("준비중입니다.");
	document.location.href="/product/sub5_2.php";
}
function go_02_06_1() {
	//alert("준비중입니다.");
	document.location.href="/product/sub6_1.php";
}
function go_02_06_2() {
	//alert("준비중입니다.");
	document.location.href="/product/sub6_2.php";
}
function go_02_07() {
	//alert("준비중입니다.");
	document.location.href="/product/sub7.php";
}
function go_02_08() {
	//alert("준비중입니다.");
	document.location.href="/product/sub8.php";
}
function go_02_09() {
	//alert("준비중입니다.");
	document.location.href="/product/sub9.php";
}
//////////////////////////////////////////////////////////////////////////////////



//sub03. 고객지원

function go_03_01() {
	//alert("준비중입니다.");
	document.location.href="/bbs/board.php?bo_table=as";
}
function go_03_02() {
	//alert("준비중입니다.");
	document.location.href="/bbs/board.php?bo_table=consult";
}
function go_03_03() {
	//alert("준비중입니다.");
	document.location.href="/bbs/board.php?bo_table=flie";
}
function go_03_04() {
	//alert("준비중입니다.");
	document.location.href="/bbs/board.php?bo_table=userfile";
}

function go_03_05() {
	//alert("준비중입니다.");
	document.location.href="/bbs/board.php?bo_table=branch";
}
//////////////////////////////////////////////////////////////////////////////////

//sub04. 게시판
function go_04_01() {
	//alert("준비중입니다.");
	document.location.href="/bbs/board.php?bo_table=notice";
}
function go_04_02() {
	//alert("준비중입니다.");
	document.location.href="/bbs/board.php?bo_table=academy";
}
function go_04_03() {
	//alert("준비중입니다.");
	document.location.href="/bbs/board.php?bo_table=QA";
}
//////////////////////////////////////////////////////////////////////////////////

//회원가입
function go_login() {
	//alert("준비중입니다.");
	document.location.href="/bbs/login.php";
}
function go_out() {
	//alert("준비중입니다.");
	document.location.href="/bbs/logout.php";
}
function go_join() {
	//alert("준비중입니다.");
	document.location.href="/bbs/register.php";
}
function go_mypage() {
	alert("준비중입니다.");
	//document.location.href="/about/merit.html";
}

//////////////////////////////////////////////////////////////////////////////////

//기타
function go_sitemap() {
	alert("준비중입니다.");
	//document.location.href="/about/merit.html";
}

function go_home() {
	//alert("준비중입니다.");
	document.location.href="/index.php";
}
//////////////////////////////////////////////////////////////////////////////////

