	function menu_click(val){
		
		if(val == '10'){	document.location.href = '/intro/intro.jsp';							}
		if(val == '11'){	document.location.href = '/intro/history.jsp';							}
		if(val == '12'){	document.location.href = '/intro/relation.jsp';							}
		if(val == '13'){	document.location.href = '/intro/map.jsp';								}
		
		if(val == '20'){	document.location.href = '/content/ON_CONTENT_NOW_LIST.jsp';			}
		if(val == '21'){	document.location.href = '/content/ON_CONTENT_PLAN_LIST.jsp';			}	
		if(val == '22'){	document.location.href = '/content/ON_CONTENT_TOP10_LIST.jsp';			}

		if(val == '30'){	document.location.href = '/service/service_intro.jsp';					}
		if(val == '31'){
			var windowFeatures;		
			windowFeatures = "height=620,width=735,location=no,scrollbars=yes,menubar=no,resizable=no,status=no,toolbar=no";	
			window.open('http://www3.ontown.co.kr/franchise_list_link.asp','ontownPopup',windowFeatures);		
		}	
		if(val == '32'){	document.location.href = '/service/service_join.jsp';					}
		
		if(val == '40'){
			//var windowFeatures;		
			//windowFeatures = "height=620,width=735,location=no,scrollbars=yes,menubar=no,resizable=no,status=no,toolbar=no";	
			//window.open('http://www3.ontown.co.kr/event_list_link.asp?ingtype=1','ontownPopup',windowFeatures);		
			document.location.href = '/event/ON_EVENT_NOW_LIST.jsp';
		}
		if(val == '41'){
			//var windowFeatures;		
			//windowFeatures = "height=620,width=735,location=no,scrollbars=yes,menubar=no,resizable=no,status=no,toolbar=no";	
			//window.open('http://www3.ontown.co.kr/event_winner_list_link.asp?ingtype=1','ontownPopup',windowFeatures);		
			document.location.href = '/event/ON_EVENT_RESULT_LIST.jsp';
		}		
		
		if(val == '50'){	document.location.href = '/bbs/ON_NOTICE_LIST.jsp';						}
		if(val == '51'){	document.location.href = '/bbs/ON_FAQ_LIST.jsp';						}
		if(val == '52'){	document.location.href = '/bbs/ON_QUESTION_LIST.jsp';					}
		
		if(val == '80'){	document.location.href = '/etc/agreement.jsp';						}
		if(val == '81'){	document.location.href = '/etc/privacy.jsp';						}
		if(val == '82'){	document.location.href = '/etc/partner.jsp';						}		
		if(val == '83'){	document.location.href = '/etc/sitemap.jsp';						}		
				
	}
