/****** Menu Link Set *******/

//1
function goto_A01(){ //	
	document.location = "/sub_01/company.htm"
}

function goto_A02(){ //	
	document.location = "/sub_01/history.htm"
}

function goto_A03(){ //	
	document.location = "/sub_01/map.htm"
}



//2
function goto_B01(){	//
	document.location = "/sub_02/identity.htm"
}


function goto_B03(){	//
	document.location = "/sub_02/factor.htm"
}

function goto_B04(){	//
	document.location = "/sub_02/rights.htm"
}

function goto_B05(){	//
	document.location = "/sub_02/make.htm"
}


//3
function goto_C01(){	//
	document.location = "/sub_03/product.htm"
}




//4
function goto_D01(){	//
	document.location = "/sub_04/order_how.htm"
}

function goto_D02(){	//
	document.location = "/sub_04/order.htm"
}

function goto_D03(){	//
	document.location = "/sub_04/estimate.htm"
}

function goto_D04(){	//
	document.location = "/sub_04/order_ok.htm"
}

//5
function goto_E01(){	//
	document.location = "/sub_05/qna_list.htm"
}

function goto_E02(){	//
	document.location = "/sub_05/data_list.htm"
}

function goto_E03(){	//
	document.location = "/sub_05/faq_list.htm"
}

function goto_E04(){	//
	document.location = "/sub_05/bbs_list.htm"
}

function goto_E05(){	//
	document.location = "/sub_05/notice_list.htm"
}



function goto_F01(){	//
	document.location = "/sub_02/main_product.htm"
}

function goto_F02(){	//
	document.location = "/sub_02/product_info.htm"
}


function goto_home(){	//
	document.location = "/index.htm"
}

function goto_login(){	//
	document.location = "/sub_06/member_login.htm"
}

function goto_member(){	//
	document.location = "/sub_06/member_agree.htm"
}






