﻿// JavaScript Document

/**
 * File Name : navi.js
 * Description : 메뉴스크립트 설정
 * @author Web business Team / Choi Hyun Mi
 * Email : designtj@olymcompnay.com
 * Date : 2010.07.28
 * Update : 2010.10.12
 * Copyright (c) 2010 OLYM Communications. All Rights Reserved.
 */


//Sitemap
function showHideLayer(stat){
  if(stat){
    document.all.sitemap.style.visibility = "visible";
  }else{
    document.all.sitemap.style.visibility = "hidden";
  }
}


// CI
  function ci()
    { self.location.href = '/index.asp'; }

// GNB
  function gnb01() // HOME
    { self.location.href = '/index.asp'; }
  function gnb02() // sitemap
  {
    document.getElementById("sitemap_ov").style.display = "block";
  }
  function full_menu02(){
    document.getElementById("sitemap_ov").style.display = "none";
  }
  function gnb03() // contact us
    { self.location.href = './sub.asp?atom=28'; }

// FOOTER
  function footer01() // 인사말
    { self.location.href = './sub.asp?atom=6'; }
  function footer02() // 채용정보
    { self.location.href = './sub.asp?atom=26'; }
  function footer03() // 문의하기
    { self.location.href = './sub.asp?atom=28'; }
  function footer04() // 찾아오시는길
    { self.location.href = './sub.asp?atom=18'; }
  function footer05() // 개인정보취급방침
   { window.open('/template/include/poli/poli.asp','','width=688,height=500'); }
  function footer06() // 관리자모드
   { window.open('/admin','',','); }
  function footer07() // 웹접근성정책
   { window.open('/template/include/web/web.asp','','width=688,height=500'); }

   function stipulation_popup(){
    popup_center('stipulation', '/template/include/stip/stipulation.asp', 688, 500, 0, 0, 0) ;
  }
   function policy_popup(){
    popup_center('web', '/template/include/poli/policy.asp', 688, 500, 0, 0, 0) ;
  }
  function web_popup(){
    popup_center('web', '/template/include/web/web.asp', 688, 500, 0, 0, 0) ;
  }




// LNB------------------------------------------------------------
// 01_abou
  function lnb010101() // 인사말
    { self.location.href = './sub.asp?atom=6'; }
  function lnb010201() // 연혁
    { self.location.href = './sub.asp?atom=7'; }
  function lnb010301() // 비전
    { self.location.href = './sub.asp?atom=8'; }
  function lnb010401() // CI소개-로고타입
    { self.location.href = './sub.asp?atom=11'; }
  function lnb010402() // CI소개-색상규정
    { self.location.href = './sub.asp?atom=12'; }
  function lnb010501() // 사업소개
    { self.location.href = './sub.asp?atom=13'; }
  function lnb010601() // 환경안전-환경방침
    { self.location.href = './sub.asp?atom=15'; }
  function lnb010602() // 환경안전-환경적 안정성
    { self.location.href = './sub.asp?atom=16'; }
  function lnb010701() // 그룹사
    { self.location.href = './sub.asp?atom=17'; }
  function lnb010801() // 조감도
    { self.location.href = './sub.asp?atom=35'; }
  function lnb010901() // 공사현자
    { self.location.href = './sub.asp?atom=36'; }
  function lnb011001() // 찾아오시는길
    { self.location.href = './sub.asp?atom=18'; }

// 02_prod
  function lnb020101() //
    { self.location.href = './sub.asp?atom=25'; }
  function lnb020201() //
    { self.location.href = './sub.asp?atom=20'; }
  function lnb020202() //
    { self.location.href = './sub.asp?atom=21'; }
  function lnb020203() //
    { self.location.href = './sub.asp?atom=22'; }
  function lnb020204() //
    { self.location.href = './sub.asp?atom=23'; }
  function lnb020205() //
    { self.location.href = './sub.asp?atom=24'; }

// 03_proc
  function lnb030101() // 제조공정
    { self.location.href = './sub.asp?atom=30'; }

// 04_recu
  function lnb040101() // 채용공고
    { self.location.href = './sub.asp?atom=26'; }
  function lnb040201() // 채용절차안내
    { self.location.href = './sub.asp?atom=31'; }
  function lnb040301() // 채용FAQ
    { self.location.href = './sub.asp?atom=32'; }
  function lnb040401() // 전형결과확인
    { self.location.href = './sub.asp?atom=37'; }

// 05_supp
  function lnb050101() // 공지사항
    { self.location.href = './sub.asp?atom=27'; }
  function lnb050201() // 문의하기
    { self.location.href = './sub.asp?atom=28'; }
  function lnb050301() // FAQ
    { self.location.href = './sub.asp?atom=29'; }

//main_products
  function maif01(){
    self.location.href = './sub.asp?atom=20';
  }
  function maif02(){
    self.location.href = './sub.asp?atom=21';
  }
  function maif03(){
    self.location.href = './sub.asp?atom=23';
  }

