<!--

function go_URL(num){

	// 홈 
		if (num=="a_1"){
		location.href="/index.php"; //홈
		}
	   else if (num=="a_2"){
	   window.open('/index.php','_self'); //국문홈페이지
	   }
	   else if (num=="a_3"){
	   window.open('/english/index.php','_self'); //영문홈페이지
	   }



	// 1 : 회사소개
		else if (num=="b"){
		location.href="/company/company.php";
		}
		else if (num=="b_1"){
		location.href="/company/company.php"; //회사소개
		}
		else if (num=="b_2"){
		location.href="/company/history.php"; //연혁
		}
		else if (num=="b_3"){
		location.href="/company/org.php"; //조직도
		}
		else if (num=="b_4"){
		location.href="/company/location.php"; //찾아오시는길_본사
		}
		else if (num=="b_4_2"){
		location.href="/company/location2.php"; //찾아오시는길_부산사무소
		}
		else if (num=="b_4_3"){
		location.href="/company/location3.php"; //찾아오시는길_광주공장
		}



	// 2 : 설비현황
		else if (num=="c"){
		location.href="/equipment/equipment.php";
		}
		else if (num=="c_1"){
		location.href="/equipment/equipment.php?idx=238"; //설비현황_Warping Machine (6 Units) 정경기
		}
		else if (num=="c_1_2"){
		location.href="/equipment/equipment.php?idx=241"; //설비현황_Warp Knit Machine (13 Units) 트리코트
		}
		else if (num=="c_1_3"){
		location.href="/equipment/equipment.php?idx=242"; //설비현황_Weaving Machine 직기
		}
		else if (num=="c_1_4"){
		location.href="/equipment/equipment.php?idx=245"; //설비현황_Sputtering Machine (1 Unit) 증착기
		}
		else if (num=="c_1_5"){
		location.href="/equipment/equipment.php?idx=246"; //설비현황_Extrude Mesh Machine (1unit) 압출망
		}
		else if (num=="c_1_6"){
		location.href="/equipment/equipment.php?idx=247"; //설비현황_PU Coating Line (1 Unit)
		}
		else if (num=="c_1_7"){
		location.href="/equipment/equipment.php?idx=248"; //설비현황_Double Raschel Machine
		}
		else if (num=="c_1_8"){
		location.href="/equipment/equipment8.php"; //설비현황_Test Equipment
		}



	// 3 : 제품소개
		else if (num=="d"){
		location.href="/product/mono.php";
		}
		else if (num=="d_1"){
		location.href="/product/mono.php"; //MonoMesh
		}
		else if (num=="d_2"){
		location.href="/product/air.php"; //AirMesh
		}
		else if (num=="d_3"){
		location.href="/product/general.php"; //일반Mesh
		}
		else if (num=="d_4"){
		location.href="/product/coated.php"; //CoatedMesh
		}



	// 4 : 고객센터
		else if (num=="e"){
		location.href="/cs_center/consult.php";
		}
		else if (num=="e_1"){
		location.href="/cs_center/consult.php"; //상담및문의_제품상담
		}
		else if (num=="e_1_2"){
		location.href="/cs_center/consult_2.php"; //상담및문의_기술상담
		}
		else if (num=="e_2"){
		location.href="/cs_center/contact.php"; //부서별연락처
		}
		else if (num=="e_3"){
		location.href="/cs_center/notice.php"; //공지사항
		}



	// 5 : 인트라넷
		else if (num=="f"){ // 
		location.href="/intranet/bulletin.php";
		}
		else if (num=="f_1"){
		location.href="/intranet/bulletin.php"; //사내게시판
		}
		else if (num=="f_2"){
		location.href="/intranet/data.php"; //사내자료실
		}
		else if (num=="f_3"){
		location.href="/intranet/calendar.php"; //월간일정표
		}
		else if (num=="f_4"){
		location.href="/intranet/member_modify.php"; //정보수정
		}
		else if (num=="f_5"){
		location.href="/intranet/member_logout.php"; //로그아웃
		}



	// 6 : 사이트맵
		else if (num=="g"){ // 
		location.href="/sitemap/sitemap.php";
		}		
		else if (num=="g_1"){
		location.href="/sitemap/sitemap.php"; //사이트맵
		}

}
//-->
