  // ¸ðµç ÆäÀÌÁö link Á¡¼± ¾ø¾Ö±â
  function allblur() { 
       for (i = 0; i < document.links.length; i++) 
            document.links[i].onfocus = document.links[i].blur; 
  } 
  
  onload=allblur;
  
  // ÇÃ·¡½¬ ¸Þ´º ¸µÅ©
  function go_url(n)
  {
    switch(n)
	{
	
	  // utility ¸Þ´º ±º
	  case 'home' : window.location="../index.asp";break;
	  case 'qna' : window.location="../other/q&a_list.asp";break;
	  case 'sitemap' : window.location="../other/sitemap.asp";break;

	  
	  // parent ¸ÞÀÎ ¸Þ´º ±º
	  case 'm1' : window.location="http://www.borinara.co.kr/hakwon/intro_about.asp";break;
	  case 'm2' : window.location="../barley/barley_festi01.asp";break;
	  case 'm3' : window.location="../buckwheat/buckw_festi01.asp";break;
	  case 'm4' : window.location="../hakwonmall/mall.asp";break;
	  case 'm5' : window.location="../village/village_tema.asp";break;
	  
	  
	  
	  // sub1_ÇÐ¿ø³óÀå ¸ÞÀÎ ¸Þ´º ±º
	  case 'm1_s1' : window.location="http://www.borinara.co.kr/hakwon/intro_about.asp";break;	  
	  case 'm1_s2' : window.location="../hakwon/intro_ceo.asp";break;
	  case 'm1_s3' : window.location="../hakwon/intro_scence.asp";break;	 
	  case 'm1_s4' : window.location="../hakwon/intro_farmlook_list.asp";break;	  
	  case 'm1_s5' : window.location="../hakwon/intro_notice_list.asp";break;	  
	  case 'm1_s6' : window.location="../hakwon/intro_info.asp";break;  
	  case 'm1_s7' : window.location="../hakwon/intro_ceo_with_list.asp";break;  
	  
	  
	  
	  // sub2_Ã»º¸¸®ÃàÁ¦ ¸ÞÀÎ ¸Þ´º ±º
	  
	  case 'm2_s1' : window.location="../barley/barley_festi01.asp";break;	  
	  case 'm2_s2' : window.location="../barley/barley_festi03.asp";break;
	  case 'm2_s3' : window.location="../barley/barley_join_list.asp";break;
	  case 'm2_s4' : window.location="../barley/barley_record_list.asp";break;
	  case 'm2_s5' : window.location="../barley/barley_photo_list.asp";break;
	 
	  
	  

	  // sub3_¸Þ¹Ð²ÉÃàÁ¦ ¸ÞÀÎ ¸Þ´º ±º
	  
	  case 'm3_s1'	 : window.location="../buckwheat/buckw_festi01.asp";break;
	  case 'm3_s2'	 : window.location="../buckwheat/buckw_join_list.asp";break;
	  case 'm3_s3'	 : window.location="../buckwheat/buckw_record_list.asp";break;
	  case 'm3_s4'	 : window.location="../buckwheat/buckw_photo_list.asp";break;
	

	  // sub4_ÇÐ¿øÀåÅÍ ¸ÞÀÎ ¸Þ´º ±º
	  
	  case 'm4_s1'	 : window.location="../hakwonmall/mall.asp";break;
	  case 'm4_s2'	 : window.location="../hakwonmall/mall_barley.asp?type=1";break;
	  case 'm4_s3'	 : window.location="../hakwonmall/mall_barley.asp?type=2";break;
	  case 'm4_s4'	 : window.location="../hakwonmall/mall_barley.asp?type=3";break;
	  case 'm4_s5'	 : window.location="../hakwonmall/mall_barley.asp?type=4";break;


	  // sub5_ÁÖº¯¸¶À» ¸ÞÀÎ ¸Þ´º ±º
	  
	  case 'm5_s1'	 : window.location="../village/village_tema.asp";break;	  
	  case 'm5_s2'	 : window.location="../village/village_season.asp";break;	  
	  case 'm5_s3'	 : window.location="../village/village_tour.asp";break;
	  case 'm5_s4'	 : window.location="../village/village_devel.asp";break;
	  case 'm5_s5'	 : window.location="../village/village_look_list.asp";break;

	  
	}
  }

