
//회사소개
function company01() {parent.location="../company/company01.jsp";}//회사개요
function company02() {parent.location="../company/company02.jsp";}//연혁
function company03() {parent.location="../company/company03.jsp";}//인사말
function company04() {parent.location="../company/company04.jsp";}//비전
function company05() {parent.location="../company/company05_7.jsp";}//가족
//function company06() {parent.location="../company/company06.jsp";}//기술력
function company06() {parent.location="../company/company12.jsp";}//사회공헌활동
function company07() {parent.location="../company/company09.jsp";}//재무제표
function company08() {parent.location="../company/company08.jsp";}//오시는길


//서비스안내
function service01() {parent.location="../service/service01.jsp";}//SM
function service02() {parent.location="../service/service06.jsp";}//SI
function service03() {parent.location="../service/service09.jsp";}//SYSTEM
function service04() {parent.location="../service/service16.jsp";}//NI


//제품소개
function product01() {parent.location="../product/product01.jsp";}//
function product02() {parent.location="../product/product04.jsp";}//


//고객지원
function customer01() {parent.location="../customer/customer01.jsp";}
function customer02() {parent.location="../customer/customer05.jsp";}
function customer03() {parent.location="../customer/customer02.jsp";}
function customer04() {parent.location="#";}
function customer05() {parent.location="#";}


//채용안내
function recruit01() {parent.location="../recruit/recruit01.jsp";}
function recruit02() {parent.location="../recruit/recruit03.jsp";}
function recruit03() {parent.location="../recruit/recruit02.jsp";}
/*function recruit03() {self.parent.location="http://recruit.hyundaihds.co.kr/part/frame_set/information.jsp","blank";}*/



//홍보센터

function pr01() {parent.location="../pr/pr02.jsp";}
function pr02() {parent.location="../pr/pr03.jsp";}
function pr03() {parent.location="../pr/pr04.jsp";}


 function win() {
	var frm = document.searchForm;
	var keyword = frm.keyword.value;
	if(frm.keyword.value == ""){
		alert("검색내용을 입력해주세요");
		frm.keyword.focus;
		return;
	}
  //window.open("search/search.jsp?keyword="+keyword,"newin","resizable=no, scrollbars=yes, width=770"); 
  window.open("","newin","resizable=no, scrollbars=yes, width=770"); 

	frm.action = "../search/search.jsp";
	frm.target="newin";
	frm.submit();
}
 
