// 로고 function home01() { location.href = "/index.html"; } //////탑버튼 function top01() { location.href = "#"; } // 1.회사소개 ////01.인사말 function com01() { location.href = "/1_com/com_01.html"; } ////02.연혁 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"; } // 2.명과삐오꼬 ////01.명과삐오꼬 function mung01() { location.href = "/2_mung/mung_01.html"; } // 3.복분자 호두빵 ////01.복분자호두빵 function walnut01() { location.href = "/3_walnut/walnut_01.html"; } // 4.찰보리병 ////01.찰보리병 function barley01() { location.href = "/4_barley/barley_01.html"; } // 5.라이스팝 ////01.라이스팝 function rice01() { location.href = "/5_rice/rice_01.html"; } // 6.커뮤니티 ////01.커뮤니티 function notice01() { location.href = "/6_notice/notice_01.html"; } ////02.돋영상 자료 function notice02() { location.href = "/6_notice/notice_02.html"; } ////03.가맹점 문의 function notice03() { location.href = "/6_notice/notice_03.html"; }