// JavaScript Document
function jump_detail_singleN(hotelCode){
	    window.document.single_n.HotelCode.value = hotelCode;
	    window.document.single_n.action = "http://www.sunroute.jp/VacantRoomInqSVE";
	    window.document.single_n.method = "POST";
	    window.document.single_n.target="_blank";
	    window.document.single_n.submit();
}
function jump_detail_doubleA(hotelCode){
	    window.document.doubleA.HotelCode.value = hotelCode;
	    window.document.doubleA.action = "http://www.sunroute.jp/VacantRoomInqSVE";
	    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/VacantRoomInqSVE";
	    window.document.doubleA_n.method = "POST";
	    window.document.doubleA_n.target="_blank";
	    window.document.doubleA_n.submit();
}
function jump_detail_twin(hotelCode){
	    window.document.twin.HotelCode.value = hotelCode;
	    window.document.twin.action = "http://www.sunroute.jp/VacantRoomInqSVE";
	    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/VacantRoomInqSVE";
	    window.document.twin_n.method = "POST";
	    window.document.twin_n.target="_blank";
	    window.document.twin_n.submit();
}

