// 인투인 가이드 개인
function openPerGuide() {
    window.open("/guide/my_01.html", "", "width=747,height=700,scrollbars=1");
}

// 인투인 가이드 기업
function openBizGuide() {
    window.open("/guide/biz_01.html", "", "width=730,height=700,scrollbars=1");
}

// 맞춤지원사업안내
function openCustomProject() {
    window.open("/popup/pop_support.html", "", "width=391,height=269,scrollbars=no");    
}

// 만화로 알아보는 나에게 맞는 지원사업 안내
function openMyProject() {    
    window.open("/support/001.html", "myContact", "width=775,height=650,scrollbars=no");    
}

// 중소기업 채용대행 서비스
function openRecruitSolution() {
    document.location.href = "/support/pre_emp.aspx";
}

// 마이커리어
function openMyCareer() {
    window.open("http://mycareer.intoin.or.kr/");    
}

// 지에듀
function openEdu() {
    window.open("http://gedu.intoin.or.kr/");
}

// 일대일 고객상담
function openOneToOne() {
    document.location.href = "/customer/customer_write.aspx";
}

// 이용안내
function openGuide() {
    window.open("/guide/my_01.html", "", "width=747,height=700,scrollbars=1");
}

// 이용약관
function openSign() {
    document.location.href = "/customer/rules.aspx?type=1";
}

// 개인정보보호방침
function openPersonProtect() {
    document.location.href = "/customer/rules.aspx?type=2";
}

// 이메일주소 무단 수집거부
function openEmailProtect() {
    document.location.href = "/customer/rules.aspx?type=3";
}

// 사이트 맵
function openSiteMap() {
    document.location.href = "/customer/sitemap.aspx";
}

// Rss
function openRss() {
    document.location.href = "/customer/useinfo.aspx";
}

// 찾아오시는 길
function openMap() {
    document.location.href = "/customer/map.aspx";
}

// 상단메뉴
function menu01() { window.location.href = "/jobs/index.aspx"; }
function menu02() { window.location.href = "/talent/tal_index.aspx"; }
function menu03() { window.location.href = "/support/support_index.aspx"; }
function menu04() { window.location.href = "/perinfo/perinfo_index.aspx"; }
function menu05() { window.location.href = "/per/dummy.aspx"; }

function network01() { window.open("http://as.intoin.or.kr") }
function network02() { window.open("http://sh.intoin.or.kr") }
function network03() { window.open("http://sn.intoin.or.kr") }
function network04() { window.open("http://kyonggijob.career.co.kr/") }
function network05() { window.open("http://job.sungkyul.ac.kr/") }
