function onnet(str) {
	switch (str)
	{
		case "home" : location.href = "/index.php"; break;

		case "about" : location.href = "/about/index.php"; break;
		case "about1" : location.href = "/about/index.php"; break;
		case "about2" : location.href = "/about/index2.php"; break;
		case "about3" : location.href = "/about/index3.php"; break;
		case "about4" : location.href = "/about/index4.php"; break;
		case "about5" : location.href = "/about/index5.php"; break;
		
		case "games" : location.href = "/games/index.php"; break;
		case "games1" : location.href = "/games/index.php"; break;
		case "games2" : location.href = "/games/index2.php"; break;
		case "games3" : location.href = "/games/index3.php"; break;
		case "games4" : location.href = "/games/index4.php"; break;

		case "global" : location.href = "/global/index4.php"; break;
		case "global1" : location.href = "/global/index4.php"; break;
		case "global2" : location.href = "/global/index.php"; break;

		case "recruit" : location.href = "/recruit/index.php"; break;

		case "recruit" : location.href = "/recruit/index.php"; break;
		case "recruit1" : location.href = "/recruit/index.php"; break;
		case "recruit2" : location.href = "/recruit/index2.php"; break;
		case "recruit3" : location.href = "/recruit/index3.php"; break;
		case "recruit4" : location.href = "https://crt.onnet.co.kr/recruit/recruit_step1.php"; break;
		case "recruit5" : location.href = "https://crt.onnet.co.kr/recruit/recruit_search.php"; break;
		case "recruit6" : location.href = "/recruit/index4.php"; break;
		case "recruit7" : location.href = "/recruit/index6.php"; break;

		case "pr" : location.href = "/relation/index.php"; break;
		case "pr1" : location.href = "/relation/index.php"; break;



	}
}