﻿selId = new String("A01T01");

function recMenuChange(nextId) {

	if (document.getElementById("defaultValue").value != "") {
		selId = document.getElementById("defaultValue").value;
		document.getElementById("defaultValue").value = "";
	}

	control1 = document.getElementById(selId).style;
	control2 = document.getElementById(nextId).style;
	
	control1.display = "none";
	control2.display = "block";

	selId = nextId;

	GetHeight2(nextId);

}

function GetHeight(ID,NAME) {
	if (document.height) {
		document.getElementById(ID).style.height = parent.frames[NAME].document.height + 6 +"px";
	} else {
		document.getElementById(ID).style.height = parent.frames[NAME].document.body.scrollHeight + 6 +"px";
	}
}

function GetHeight2(nextId) {
	var strID = "IFrame";
	var strName = "RecWin";
	var num;

	strID = nextId + strID;
	strName = nextId + strName;

	for (i = 1;i < 4; i++) {
		GetHeight(strID + i, strName + i);
	}
}

function setAirCopy() {
	// 以下に固定のコピーを記述します。
	document.write("この季節におすすめの組合せ");
}

<!-- ▼コメントアウト START -->
function setAirCatch() {
	// 航空全体キャッチを記述します。
	document.write('<a class="ico-link1" href="http://pblog.rurubu.travel/info/2009/11/45-0cd0.html" target="_blank">JALスーパー先得</a>はご利用45日前までの予約で先得割引よりさらにお得に利用できる割引運賃です。');
}

function setCarCopy() {
	// 以下に固定のコピーを記述します。
	document.write("週末に「レンタカー」で夏をさきどり！ドライブ2日間");
}

function setCarCatch() {
	// レンタカー全体キャッチを記述します。
	document.write('レンタカーを借りて、潮風と波の音を感じよう！');
}
<!-- ▲コメントアウト END -->

