// 로고 function home01() { location.href = "/index.html"; } //////탑버튼 function top01() { location.href = "#"; } // 1.회사소개 ////01.회사개요 function com01() { location.href = "/1_com/com_01.html"; } ////02.CEO인사말 function com02() { location.href = "/1_com/com_02.html"; } ////03.연혁 function com03() { location.href = "/1_com/com_03.html"; } ////04.조직도 function com04() { location.href = "/1_com/com_04.html"; } ////05.오시는길 function com05() { location.href = "/1_com/com_05.html"; } // 2.사업분야 ////01.Network 컨설팅/설계 function bus01() { location.href = "/2_bus/bus_01.html"; } ////02.NI(R&S / Wireless / IPT ) function bus02() { location.href = "/2_bus/bus_02.html"; } ////03.Tools & Map Drawing function bus03() { location.href = "/2_bus/bus_03.html"; } // 3.제품정보 ////01.스위치,라우터 function pro01() { location.href = "/3_pro/pro_01.html"; } ////02.Wi-Fi 제품군 function pro02() { location.href = "/3_pro/pro_02.html"; } ////03.IP Telephony function pro03() { location.href = "/3_pro/pro_03.html"; } ////04.SMB function pro04() { location.href = "/3_pro/pro_04.html"; } ////05.Network Tools function pro05() { location.href = "/3_pro/pro_05.html"; } ////06.Security function pro06() { location.href = "/3_pro/pro_06.html"; } // 4.채용정보 ////01.모집분야 function rec01() { location.href = "/4_rec/rec_01.html"; } // 5.커뮤니티 ////01.뉴스/공지사항 function commu01() { location.href = "/5_commu/commu_01.html"; } ////02.Q&A function commu02() { location.href = "/5_commu/commu_02.html"; } ////03.자료실 function commu03() { location.href = "/5_commu/commu_03.html"; } ////04.제품문의/견적문의 function commu04() { location.href = "/5_commu/commu_04.html"; }