// JavaScript Document
function jump_detail_singleN(hotelCode){
	    window.document.single_n.HotelCode.value = hotelCode;
	    window.document.single_n.action = "http://www.sunroute.jp/VacantRoomInqSV";
	    window.document.single_n.method = "POST";
	    window.document.single_n.target="_blank";
	    window.document.single_n.submit();
}
function jump_detail_singleS(hotelCode){
	    window.document.single_s.HotelCode.value = hotelCode;
	    window.document.single_s.action = "http://www.sunroute.jp/VacantRoomInqSV";
	    window.document.single_s.method = "POST";
	    window.document.single_s.target="_blank";
	    window.document.single_s.submit();
}
function jump_detail_singleSN(hotelCode){
	    window.document.single_sn.HotelCode.value = hotelCode;
	    window.document.single_sn.action = "http://www.sunroute.jp/VacantRoomInqSV";
	    window.document.single_sn.method = "POST";
	    window.document.single_sn.target="_blank";
	    window.document.single_sn.submit();
}
function jump_detail_doubleA(hotelCode){
	    window.document.doubleA.HotelCode.value = hotelCode;
	    window.document.doubleA.action = "http://www.sunroute.jp/VacantRoomInqSV";
	    window.document.doubleA.method = "POST";
	    window.document.doubleA.target="_blank";
	    window.document.doubleA.submit();
}
function jump_detail_doubleAN(hotelCode){
	    window.document.doubleA_n.HotelCode.value = hotelCode;
	    window.document.doubleA_n.action = "http://www.sunroute.jp/VacantRoomInqSV";
	    window.document.doubleA_n.method = "POST";
	    window.document.doubleA_n.target="_blank";
	    window.document.doubleA_n.submit();
}
function jump_detail_doubleAS(hotelCode){
	    window.document.doubleA_s.HotelCode.value = hotelCode;
	    window.document.doubleA_s.action = "http://www.sunroute.jp/VacantRoomInqSV";
	    window.document.doubleA_s.method = "POST";
	    window.document.doubleA_s.target="_blank";
	    window.document.doubleA_s.submit();
}
function jump_detail_doubleASN(hotelCode){
	    window.document.doubleA_sn.HotelCode.value = hotelCode;
	    window.document.doubleA_sn.action = "http://www.sunroute.jp/VacantRoomInqSV";
	    window.document.doubleA_sn.method = "POST";
	    window.document.doubleA_sn.target="_blank";
	    window.document.doubleA_sn.submit();
}
function jump_detail_twin(hotelCode){
	    window.document.twin.HotelCode.value = hotelCode;
	    window.document.twin.action = "http://www.sunroute.jp/VacantRoomInqSV";
	    window.document.twin.method = "POST";
	    window.document.twin.target="_blank";
	    window.document.twin.submit();
}
function jump_detail_twinN(hotelCode){
	    window.document.twin_n.HotelCode.value = hotelCode;
	    window.document.twin_n.action = "http://www.sunroute.jp/VacantRoomInqSV";
	    window.document.twin_n.method = "POST";
	    window.document.twin_n.target="_blank";
	    window.document.twin_n.submit();
}
function jump_detail_twinS(hotelCode){
	    window.document.twin_s.HotelCode.value = hotelCode;
	    window.document.twin_s.action = "http://www.sunroute.jp/VacantRoomInqSV";
	    window.document.twin_s.method = "POST";
	    window.document.twin_s.target="_blank";
	    window.document.twin_s.submit();
}
function jump_detail_twinSN(hotelCode){
	    window.document.twin_sn.HotelCode.value = hotelCode;
	    window.document.twin_sn.action = "http://www.sunroute.jp/VacantRoomInqSV";
	    window.document.twin_sn.method = "POST";
	    window.document.twin_sn.target="_blank";
	    window.document.twin_sn.submit();
}

