<!--

	document.write("<TABLE ALIGN='left' BORDER='0' CELLSPACING='0' CELLPADDING='5' WIDTH='365' BGCOLOR='#FFFFCC'>");
	document.write("<TR><TD ALIGN='right'>");
	document.write("<IMG SRC='../yoyaku_frm01.gif'><!-- 予約（空室）状況表示 --></TD>");
	document.write("<TD><IMG SRC='../yoyaku_frm05.gif'><!-- Null gif --></TD>");
	document.write("<TR><TD ALIGN='right' VALIGN='top'>");
	document.write("<select name='year' size='1'>");
	document.write("<option value='2010' selected>2010 (H 22)</option>");
	document.write("</select><IMG SRC='../yoyaku_frm03.gif'><!-- 年 --><BR>");
	document.write("<select name='month' size='1'>");
	document.write("<option value='1'>1</option>");
	document.write("<option value='2' selected>2</option>");
	document.write("<option value='3'>3</option>");
	document.write("<option value='4'>4</option>");
	document.write("<option value='5'>5</option>");
	document.write("<option value='6'>6</option>");
	document.write("<option value='7'>7</option>");
	document.write("<option value='8'>8</option>");
	document.write("<option value='9'>9</option>");
	document.write("<option value='10'>10</option>");
	document.write("<option value='11'>11</option>");
	document.write("<option value='12'>12</option>");
	document.write("</select><IMG SRC='../yoyaku_frm04.gif'><!-- 月 -->");
	document.write("</TD><TD ALIGN='center' VALIGN='top' WIDTH='200'>");
	if  (navigator.appName=="Microsoft Internet Explorer"){
		document.write("<IMG SRC='../bt_db_c09.gif' WIDTH='200' HEIGHT='40' onClick='submit_check();'><!-- 空室状況＆予約メニュー -->");
	}
	else{
		document.write("<INPUT TYPE='button' VALUE='空室状況＆予約メニュー' onClick='submit_check();'>");
	}
	document.write("<BR><IMG SRC='../yoyaku_frm02.gif'><!-- 年月を指定しボタンをクリック -->");
	document.write("</TD></TR></TABLE><!-- 予約End -->");

function submit_check(){
	if(document.form1.ht_id.value!="030215"){	// こもれび
	if(document.form1.ht_id.value!="030218"){	// リゾートインローザンヌ
	if(document.form1.ht_id.value!="050017"){	// VILLA FROM NOW CLUB
	document.form1.submit();
	return false;
	}}}
	alert("現在、予約は電話で受け付けています。インターネットの「旅ing諏訪」を見たと言ってください。");
	return true;
}

//-->
