function asCallLink(str){
	switch(str){
		case "home": 
			window.location.href = "/";
			break;
		case "start":
			goGameStart();
			break;
		case "gamestart":
			goGameStart();
			break;
		case "download":
			goGameDownload();
			break;
		case "info0": 
			window.location.href = "/noticebbs.nhn?gameid=FMST_NOTICE";
			break;
		case "info1": 
			window.location.href = "/noticebbs.nhn?m=categoryList&gameid=FMST_NOTICE&doccatecode=1";
			break;
		case "info2": 
			window.location.href = "/noticebbs.nhn?m=categoryList&gameid=FMST_NOTICE&doccatecode=2";
			break;
		case "info3": 
			window.location.href = "/noticebbs.nhn?m=categoryList&gameid=FMST_NOTICE&doccatecode=3";
			break;
		case "info4": 
			window.location.href = "/noticebbs.nhn?m=categoryList&gameid=FMST_NOTICE&doccatecode=4";
			break;
		case "info5": 
			window.location.href = "/noticebbs.nhn?m=categoryList&gameid=FMST_NOTICE&doccatecode=5";
			break;
		case "info6": 
			window.location.href = "/noticebbs.nhn?m=categoryList&gameid=FMST_NOTICE&doccatecode=6";
			break;
		case "aboutgame0": 
			window.location.href = "/aboutgame/index.nhn";
			break;
		case "aboutgame1": 
			window.location.href = "/aboutgame/library.nhn";
			break;
		case "playguide0": 
			window.location.href = "/playguide/preparation.nhn?m=step1";
			break;
		case "playguide1": 
			window.location.href = "/playguide/gameflow.nhn";
			break;
		case "playguide2": 
			window.location.href = "/playguide/operation.nhn?m=basic";
			break;
		case "playguide3": 
			window.location.href = "/playguide/guide.nhn?m=index";
			break;
		case "playguide4": 
			window.location.href = "/playguide/dictionary.nhn?m=list";
			break;
		case "playguide5": 
			window.location.href = "/playguide/rule.nhn?m=rule";
			break;
		case "gamedata0": 
			window.location.href = "/gamedata/myrecord.nhn?m=regular";
			break;
		case "gamedata1": 
			window.location.href = "/gamedata/ranking.nhn?m=regular";
			break;
		case "gamedata2": 
			window.location.href = "/gamedata/holdinfo.nhn?m=topinfo";
			break;
		case "gamedata3": 
			window.location.href = "/gamedata/catalog/player.nhn";
			break;
		case "gamedata4": 
			window.location.href = "/gamedata/skill.nhn?m=attack";
			break;
		case "gamedata5": 
			window.location.href = "/gamedata/vendor/roulette.nhn";
			break;
		case "gamedata6": 
			window.location.href = "/gamedata/mycollection.nhn";
			break;
		case "community0": 
			window.location.href = "/club/index.nhn";
			break;
		case "community1": 
			window.location.href = "/freebbs.nhn?gameid=FMST_FREE";
			break;
		case "community2": 
			window.location.href = "/community/blog.nhn";
			break;
		case "community3": 
			window.location.href = "/fansite/fansitelink.nhn?m=list";
			break;
		case "shop0": 
			window.location.href = "/shop/shopguide.nhn";
			break;
		case "shop1": 
			window.location.href = "/shop/fcguide.nhn";
			break;
		case "shop2": 
			window.location.href = "/shop/shop.nhn?m=point";
			break;
		case "shop3": 
			window.location.href = "/shop/shopcard.nhn?m=card";
			break;
		case "shop4": 
			window.location.href = "/shop/history.nhn";
			break;
		default:
			break;		
	}
}
