function openURL(one,two) {

	if(one == 1) { // ÀÌÅÍ³Î¼Ò½Ä
		if(two == 0 || two == 1){
			location.href = "/news/index.mgame";
		}else if(two == 2){
			location.href = "/news/index.mgame?strRtype=U";
		}else if(two == 3){
			location.href = "/news/index.mgame?strRtype=E";
		}else if(two == 4){
			location.href = "/news/index.mgame?strRtype=N";
		}
	}else if(one == 2) {//ÀÌÅÍ³Î¼Ò°³
		if(two == 0 || two ==1){
			location.href = "/intro/index.mgame";
		}else if(two==2){
			location.href = "/intro/index.mgame?sort=3";
		}else if(two==3){
			location.href = "/intro/index.mgame?sort=2";
		}else if(two==4){
			location.href = "/intro/index.mgame?sort=7";
		}
	}else if (one ==3) {	//ÀÌÅÍ³ÎÁ¤º¸
		if(two == 0 || two ==1){
			location.href = "/info/index.mgame";
		}else if(two==2){
			location.href = "/info/index.mgame?sort=5";
		}else if(two==3){
			location.href = "/info/index.mgame?sort=12";
		}
	}else if (one ==4) {	//·©Å·
		if(two == 0 || two ==1){
			location.href = "/ranking/index.mgame";
		}else if(two==2){
			location.href = "/ranking/index.mgame?sort=5";
		}
	}else if (one ==5) {	//Ä¿¹Â´ÏÆ¼
		if(two == 0 || two ==1){
			location.href = "/community/index.mgame";
		}else if(two==2){
			location.href = "/community/index.mgame?sort=2";
		}else if(two==3){
			location.href = "/community/index.mgame?sort=6";
		}else if(two==4){
			location.href = "/community/index.mgame?sort=12";
		}else if(two==5){
			location.href = "/community/index.mgame?sort=13";
		}else if(two==6){
			location.href = "/community/index.mgame?sort=14";
		}else if(two==7){
			location.href = "/community/index.mgame?sort=15";
		}else if(two==8){
			location.href = "/community/index.mgame?sort=17";
		}
	}else if (one ==6) {//ÀÚ·á½Ç
		if(two == 0 || two ==1){//´Ù¿î·Îµå
			location.href = "/data/index.mgame";
		}else if(two==2){//µ¿¿µ»ó
			location.href = "/data/index.mgame?sort=2";
		}else if(two==3){//ÅëÇÕÀÚ·á½Ç
			location.href = "/data/index.mgame?sort=3";
		}
	}else if (one ==7) {//°í°´¼¾ÅÍ
		if(two == 0 || two ==1){//FAQ
			location.href = "/customer/customer.mgame?menu=1";
		}else if(two==2){//1:1¹®ÀÇ
			location.href = "/customer/customer.mgame?menu=2";
		}else if(two==3){//½Å°í¼¾ÅÍ
			location.href = "/customer/singo.mgame";
		}else if(two==4){//Áú¹®Ã³¸®ÇöÈ²
			location.href = "/customer/customer.mgame?menu=5";
		}else if(two==5){//°èÁ¤ºí·°Á¶È¸
			location.href = "/customer/customer.mgame?menu=8";
		}else if(two==6){//¿î¿µÁ¤Ã¥
			location.href = "/customer/policy.mgame";
		}else if(two==7){//Àå¾ÖÁ¦º¸
			window.open("http://csweb.mgame.com/csagent/helpdesk/obstacle/write.jsp?st=24&gubun=ÀÌÅÍ³Î½ÃÆ¼");
		}
	}else if (one ==11) {	 //Áö½ÄÃ¢°í
		location.href = "/knowledge/knowledge.mgame";
	}else if (one ==12) {	 //Ä«Æä
		location.href = "/cafe/index.mgame";
	} else if(one == 13){	 //ÀÌÅÍ³Î RSS
		location.href = "/rss/index.mgame";
	}
}