var remote_B = new Array();
remote_B[2] = new alternateWindow();
remote_B[2].setName("regist");
remote_B[2].setAttributes("width=543","height=440","left=10","top=10","resize=yes","scroll=yes");
remote_B[2].setLocation("https://www.mitsui-chintai.co.jp/resident/websearch/A0403frame.jsp");

function onClickReceiver() {
	if (arguments[0] == "search") {
		if (document.layers) location.href = arguments[1];
	} else if (arguments[0] == "regist") {
		if (document.layers) {
			location.href = arguments[1];
		} else { //https://www.mitsui-chintai.co.jp/e-desk/websearch/A0403frame.jsp
			remote_B[2].setNewWindow();
		}
	}
}
