/* ------------------------------------------------------
	ÇÃ·¡½Ã ¸Þ´º ¸µÅ© ¹æ¹ý
	>> getURL("javascript:menu('menuName')") ;
--------------------------------------------------------- */
function menu(menuName) 
{
  switch (menuName) {
    // ÀÎµ¦½º
	case 'index' :
      url = '/html/main/main.php' ;
      break ;
	
	
	
	// º¸³ë·Õ¼Ò°³
	
	case 'a_1' :	// ÀÚ¿¬ÀÇÄ£±¸º¸³ë·Õ
      url = '/html/intro/intro_1.php' ;
      break ;
	case 'a_2' :	// ºñÁ¯
      url = '/html/intro/intro_2.php' ;
      break ;
	case 'a_3' :	// contact us
      url = '/html/intro/intro_3.php' ;
      break ;
	


	// ¼îÇÎ¸ô°ü·Ã
	case 'b_0' :	// Á¦Ç°¸®½ºÆ®
     url = '/html/shop/product_1.php' ;
     break ;
	case 'b_1' :	// Á¦Ç°¸®½ºÆ®
      url = '/html/shop/product_1.php' ;
      break ;

	  case 's_1' :	// Á¦Ç°¸®½ºÆ®
     url = 'http://bonorong.co.kr/html/shop/product_view.php?item_no=2&category_num=1' ;
     break ;
	case 's_2' :	// Á¦Ç°¸®½ºÆ®
      url = '/html/shop/product_view.php?item_no=3&category_num=1' ;
      break ;
	  case 's_3' :	// Á¦Ç°¸®½ºÆ®
      url = '/html/shop/product_view.php?item_no=4&category_num=1' ;
      break ;


	 
	case 'b_2' :	// ÁÖ¹®Á¶È¸
	 url = '/html/member/order.php' ;
         break ;   
	case 'b_3' :	// Q&A
	 url = '/html/community/board_list.php?bbs_no=4' ;
         break ;  
	case 'b_4' :	// Àå¹Ù±¸´Ï
      url = '/html/cart/cart.php' ;
      break ;
		 

	// ¿¬±¸¼Ò¼Ò°³
	
	case 'c_1' :	// ¼º±Õ°ü´ëÇÐ±³
      url = '/html/laboratory/laboratory_1.php' ;
      break ;
  case 'c_2' :	// Æ÷Ç×°ø´ë
       url = '/html/laboratory/laboratory_2.php' ;
      break ;     
	
	



	//Ä¿¹Â´ÏÆ¼
	case 'd_1' :	// °øÁö»çÇ×
      url = '/html/community/notice_list.php' ;
      break ;
	case 'd_2' :	// ±â¾÷º°°Ô½ÃÆÇ
      url = '/html/community/board_list.php?bbs_no=3' ;
      break ;
	case 'd_3' :	// Á¦Ç°»ç¿ëÈÄ±â
      url = '/html/community/board_list.php?bbs_no=2' ;
      break ;
	  case 'd_4' :	// Á¦ÈÞ¹®ÀÇ
      url = '/html/community/board_list.php?bbs_no=1' ;
      break ;
	    case 'd_5' :	// °Ç°­¸Þ¼¼Áö
      url = '/html/community/board_list.php?bbs_no=5' ;
      break ;



	



	//±âÅ¸
	case 'home' :	// home
      url = '/html/main/main.php' ;
      break ;
	case 'm_1' :	// È¸¿ø°¡ÀÔ
      url = '/html/member/join.php' ;
      break ;
	case 'm_2' :	// È¸¿øÁ¤º¸¼öÁ¤
      url = '/html/member/modify.php' ;
      break ;
	case 'm_3' :	// ¾ÆÀÌµðºñ¹øÃ£±â
      url = '/html/member/search.php' ;
      break ;
	case 'm_4' :	// °³ÀÎÁ¤Ãë±Þ¹æÄ§
      url = '/html/member/privacy.php' ;
      break ;
	  case 'm_5' :	// ¾à°ü
      url = '/html/member/rule.php' ;
      break ;
  case 'm_6' :	// ·Î±×ÀÎ
      url = '/html/member/login.php' ;
      break ;

	case 'm_7' :	// w
      url = 'mailto:7779hana@hanmail.net' ;
      break ;






	}
  window.open( url, '_self') ; 
}



