/* ÇÃ·¡½Ã ¸µÅ©*/

//¼ÒÀÌº¥ Ã³
function link(num)
{
	if(num=="welcome"){ 
    location.href="/soyventure/welcome.php";      
   }else if(num=='hyh'){
    location.href="/soyventure/hyh.php";
	}else if(num=='study'){
    location.href="/soyventure/study.php";
	}else if(num=='agakong'){
    location.href="/soyventure/agakong.php";
   }else if(num=='introduce'){
    location.href="/soyventure/introduce.php";
   }else if(num=='info'){
    location.href="/soyventure/info.php";
   }else if(num=='notice'){
    location.href="/bbs/gboard.php?id=notice";		//"/soyventure/notice.php";
   }else if(num=='pr'){
    location.href="/bbs/gboard.php?id=prize";		//"/soyventure/pr.php";
   }else if(num=='location'){
    location.href="/soyventure/location.php";
    }

//¼îÇÎ¸ô     
   else if(num=='soy_a001'){
    location.href="/shop/index.php?p_code=SOY_A001";
   }else if(num=='soy_a001_set'){
    location.href="/shop/index.php?p_code=SOY_A002";
   }else if(num=='haewoowhan'){
    location.href="/shop/index.php?p_code=s30";	
   }else if(num=='chu_b003'){
    location.href="/shop/index.php?p_code=CHU_B003";
   }else if(num=='chu_b002'){
    location.href="/shop/index.php?p_code=CHU_B002";
   }else if(num=='chu_b003_st'){
    location.href="/shop/index.php?p_code=ST_SOY01";	
   }else if(num=='chu_b002_st'){
    location.href="/shop/index.php?p_code=ST_SOY02";
	}else if(num=='bla_d001'){
    location.href="/shop/index.php?p_code=BLA_D001";
   }else if(num=='bla_d002'){
    location.href="/shop/index.php?p_code=BLA_D002";	
   }else if(num=='bla_d001_st'){
    location.href="/shop/index.php?p_code=ST_BLA01";
	}else if(num=='bla_d002_st'){
    location.href="/shop/index.php?p_code=ST_BLA02";
	}else if(num=='CHU_B004'){
    location.href="/shop/index.php?p_code=CHU_B004";
   }else if(num=='JANG_B003'){
    location.href="/shop/index.php?p_code=JANG_B003";	
	 }else if(num=='JANG_B004'){
    location.href="/shop/index.php?p_code=JANG_B004";	
   }else if(num=='ETC_C005'){
    location.href="/shop/index.php?p_code=ETC_C005";
	}else if(num=='EVENT_5003'){
    location.href="/shop/index.php?p_code=EVENT_5003";
	}else if(num=='delivery'){
    location.href="/mypage/gajung.php";
   }

//°í°´¼¾ÅÍ
   else if(num=='faq'){
    location.href="/board/board_list.php?bid=faq";		//"/customer/faq.php";
   }else if(num=='qna'){
    location.href="/board/board_list.php?bid=qna";		//"/customer/qna.php";
	}else if(num=='counsel'){
    location.href="/customer/counsel.php";
	}else if(num=='soy_knowledge'){
    location.href="/bbs/gboard.php?id=alsong";			//"/customer/soy_knowledge.php";
	}else if(num=='bout'){
    location.href="/bbs/gboard.php?id=taste";			//"/customer/bout.php";
	}else if(num=='review'){
    location.href="/bbs/gboard.php?id=review";			//"/customer/review.php";
	}else if(num=='event'){
    location.href="/bbs/gboard.php?id=event";			//"/customer/event.php";
	}else if(num=='card'){
    location.href="/bbs/gboard.php?id=letter";			//"/customer/card.php";
	}

//·Î±×ÀÎ
	else if(num=='login'){
    location.href="/member/login.php";
    }else if(num=='join_agreement'){
    location.href="/member/join_agreement.php";
   }else if(num=='find'){
    location.href="/member/find.php";
   }

   //¸¶ÀÌÆäÀÌÁö
	else if(num=='buy_info'){
    location.href="/mypage/buy_info.php";
    }else if(num=='point_info'){
    location.href="/mypage/point_info.php";
	}else if(num=='coupon_info'){
    location.href="/mypage/coupon_info.php";
	}else if(num=='cart'){
    location.href="/order/cart.php";
	}else if(num=='wish_list'){
    location.href="/mypage/wish_list.php";
	}else if(num=='gajung'){
    location.href="/mypage/gajung_view.php";
	}else if(num=='my_info'){
    location.href="/mypage/my_info.php";
	}else if(num=='pw_change'){
    location.href="/mypage/pw_change.php";
	}else if(num=='leave'){
    location.href="/mypage/leave.php";
   }
}
