// JavaScript Document

function gngwc(urlStr) {

	switch (urlStr) {
		case "home" : location.href = "index.html"; break;
		case "intro" : location.href = "sub_intro.html"; break;
		case "info" : location.href = "sub_info.html"; break;
		case "place" : location.href = "sub_place.html"; break;
		case "method" : location.href = "sub_match01.html"; break;
		case "last" : location.href = "sub_gngwc01.html"; break;

	}
}
