	/****** µå·Ó´Ù¿î POPUP LINK ********************/
	function goSelectedLink(thisURL) {
			if (thisURL == "list") {
					location.href = "/familySite/list.asp";
			return;
			}
			else if(thisURL != null && thisURL != "") {
					window.open(thisURL, "", "");
			return;
			}
	}