function goPage(menu){
	if(menu == "10"){		/* ABC´º¿åÁ¦°ú */
		location.href="/web/abc/about/index.html?spname=introduce";
	}else if(menu == "11"){	/* ÀÎ»ç¸» */
		location.href="/web/abc/about/index.html?spname=introduce";
	}else if(menu == "12"){	/* ±â´ÉÀå¼Ò°³ */
		location.href="/web/abc/about/index.html?spname=ceo";
	}else if(menu == "13"){	/* Ã£¾Æ¿À½Ã´Â±æ */
		location.href="/web/abc/about/index.html?spname=location";



	}else if(menu == "20"){	/* ¸ÅÀå¾È³» */
		location.href="/web/abc/branch/index.html?spname=room_photo";
	}else if(menu == "21"){	/* ¸ÅÀåÀü°æ */
		location.href="/web/abc/branch/index.html?spname=room_photo";



	}else if(menu == "30"){	/* º£ÀÌÄ¿¸®¾È³» */
		location.href="/web/abc/bakery/index.html?spname=bread";
	}else if(menu == "31"){	/* Á¦»§·ù */
		location.href="/web/abc/bakery/index.html?spname=bread";
	}else if(menu == "32"){	/* ÄÉÀÌÅ©·ù */
		location.href="/web/abc/bakery/index.html?spname=cake";
	}else if(menu == "33"){	/* Á¦°ú·ù */
		location.href="/web/abc/bakery/index.html?spname=snack";



	}else if(menu == "40"){	/* ´º¿åIN */
		location.href="/web/abc/newyork/index.html?spname=bread_story";
	}else if(menu == "41"){	/* »§ÀÌ¾ß±â */
		location.href="/web/abc/newyork/index.html?spname=bread_story";
	}else if(menu == "42"){	/* º£ÀÌÄ¿¸®¿Í Ä¿ÇÇÀÌ¾ß±â */
		location.href="/web/abc/newyork/index.html?spname=coffee_story";
	}else if(menu == "43"){	/* TalkTalk */
		location.href="/web/abc/newyork/index.html?spname=talktalk";



	}else if(menu == "50"){	/* ÀÌº¥Æ® */
		location.href="/web/abc/event/index.html?spname=list";
	}else if(menu == "51"){	/* ÀÌº¥Æ® */
		location.href="/web/abc/event/index.html?spname=list";



	}else if(menu == "60"){	/* MY¸Þ´º */
		location.href="/web/abc/mymenu/index.html?spname=order";
	}else if(menu == "61"){	/* ÁÖ¹®ÇÏ±â */
		location.href="/web/abc/mymenu/index.html?spname=order";
	}else if(menu == "62"){	/* È¸¿øÁ¤º¸¼öÁ¤ */
		location.href="/web/abc/mymenu/index.html?spname=personal";
	}else if(menu == "63"){	/* È¸¿øÅ»Åð */
		location.href="/web/abc/mymenu/index.html?spname=secede";
	}
}

