
/*************** ÇÃ·¡½Ã ¸Þ´º url (start) ******************/
/************************************************************
*  javascript:gotoPage('page')
************************************************************/

function mPage(Num){

	//1. ´º½º/ÀÌº¥Æ®
	if(Num == 1){
		location.href="/newsEvent/NoticeBoardList.aspx";
	}else if(Num == 11){
		location.href="/newsEvent/NoticeBoardList.aspx";
	}else if(Num == 12){
		location.href="/newsEvent/EventBoardList.aspx";
	//2. ºê·£µå¼Ò°³
	}else if(Num == 2){
		location.href="/brand/brand.aspx";
	}else if(Num == 21){
		location.href="/brand/brand.aspx";
	}else if(Num == 22){
		location.href="/brand/award.aspx";
	//3. Á¦Ç°¾È³»
	}else if(Num == 3){
		location.href="/product/productlist.aspx?category=1";
	}else if(Num == 31){
		location.href="/product/productlist.aspx?category=1";
	}else if(Num == 32){
		location.href="/product/productlist.aspx?category=2";	
	}else if(Num == 33){
		location.href="/product/productlist.aspx?category=3";	
	}else if(Num == 34){
		location.href="/product/productlist.aspx?category=4";	
	}else if(Num == 35){
		location.href="/product/productlist.aspx?category=5";	
	}else if(Num == 36){
		location.href="/product/productlist.aspx?category=6";	
	}else if(Num == 37){
		location.href="/product/productlist.aspx?category=7";	
	}else if(Num == 38){
		location.href="/product/productlist.aspx?category=8";		
	}else if(Num == 39){
		location.href="/product/productlist.aspx?category=9";				
	//4. ¿£ÅÍÅ×ÀÎ¸ÕÆ®
	}else if(Num == 4){
		location.href="/entertainment/tv.aspx";
	}else if(Num == 41){
		location.href="/entertainment/tv.aspx";
	}else if(Num == 42){
		//location.href="/entertainment/game.aspx";
		location.href="/entertainment/ani.aspx";
	}else if(Num == 43){
		location.href="/entertainment/download.aspx";					
	//5. Ä¿¹Â´ÏÆ¼
	}else if(Num == 5){
		location.href="/community/FreeBoardList.aspx";
	}else if(Num == 51){
		location.href="/community/FreeBoardList.aspx";
	}else if(Num == 52){
		location.href="/community/TradeBoardList.aspx";		
		
	//6. °í°´¼¾ÅÍ
	}else if(Num == 6){
		location.href="/customer/faq.aspx";
	}else if(Num == 61){
		location.href="/customer/faq.aspx";
	}else if(Num == 62){
		location.href="/customer/onetoone.aspx";	
	
	//7. ±¸ÀÔÃ³¾È³»
	}else if(Num == 7){
		location.href="/store/store.aspx";						
	}	


}		