//<a href='JavaScript:goto1();' onFocus='this.blur()'><img src=img/main_contents_notice_top.gif border=0></a>
//home
function goto_home()
{
   document.location.href='/index.html';
}

//////////////////////////////////////////////////////////////////////////////////////////
//about yakun
//////////////////////////////////////////////////////////////////////////////////////////
//yakun's store
function menu1_1()
{
   //document.location.href='/about/story.html';
   top.parent.location.href='/about/story.html'
}

//yakun toast&coffee
function menu1_2()
{
   document.location.href='/about/yatocoffee.html';
}
//press release
function menu1_3()
{
   document.location.href='/about/press.html';
}
//recruit
function menu1_4()
{
   document.location.href='/about/about_recruit1.html';
}
//½Å±ÔÀÔÁ¡Á¦ÀÇ
function menu1_5()
{
   document.location.href='/about/business.html';
}


//////////////////////////////////////////////////////////////////////////////////////////
//yakun's menu
//////////////////////////////////////////////////////////////////////////////////////////
//best of best
function menu2_1()
{
   document.location.href='/menu/best.html';
}
//grliied toast
function menu2_2()
{
   document.location.href='/menu/toast_list.html';
}
//coffee
function menu2_3()
{
   document.location.href='/menu/coffee_list.html';
}
//tea
function menu2_4()
{
   document.location.href='/menu/tea_list.html';
}
//drinks
function menu2_5()
{
   document.location.href='/menu/drinks_list.html';
}
//extras
function menu2_6()
{
   document.location.href='/menu/extra_list.html';
}
//set menu
function menu2_7()
{
   document.location.href='/menu/set_list.html';
}

//////////////////////////////////////////////////////////////////////////////////////////
//yakun store
//////////////////////////////////////////////////////////////////////////////////////////
//new store
function menu3_1()
{
   document.location.href='/store/newstore.html';
}
//fine store
function menu3_2()
{
   document.location.href='/store/find.html';
}
//internation store
function menu3_3()
{
   document.location.href='/store/international.html';
}

//////////////////////////////////////////////////////////////////////////////////////////
//promotion event
//////////////////////////////////////////////////////////////////////////////////////////
//ÁøÇàÁßÀÎÀÌº¥Æ®
function menu4_1()
{
   document.location.href='/event/event_now.html';
}
//yakun news
function menu4_2()
{
   document.location.href='/event/news_list.html';
}
//Áö³­ÀÌº¥Æ®
function menu4_3()
{
   document.location.href='/event/event1.html';
}

//////////////////////////////////////////////////////////////////////////////////////////
//customer service
//////////////////////////////////////////////////////////////////////////////////////////
//coupon milleage
function menu5_1()
{
   document.location.href='/customer/customer_coupon.html';
}
//catering service
function menu5_2()
{
   document.location.href='/customer/customer_catering.html';
}
//°í°´ÀÇ¼Ò¸®
function menu5_3()
{
   document.location.href='/customer/customer_voice.html';
}
//my info
function menu5_4()
{
   document.location.href='/customer/customer_myinfo.html';
}

//////////////////////////////////////////////////////////////////////////////////////////
//log out
function menu6_1()
{
   document.location.href='/logout.html';
}
//join
function menu6_2()
{
   document.location.href='/membership/member_join.html';
}
//log in
function menu6_3()
{
   document.location.href='/membership/member_login.html';
}

//°³ÀÎÁ¤º¸º¸È£Á¤Ã¥
function menu6_4()
{
   document.location.href='/membership/privacy.html';
}

//ÀÌ¿ë¾à°ü
function menu6_5()
{
   document.location.href='/membership/policy.html';
}

//»çÀÌÆ®¸Ê
function menu6_6()
{
   document.location.href='/sitemap.html';
}
