/*

 * setting.js
 * <head></head>内に記述するものをここにまとめて記述、リンクさせるファイル
 
 */


// フローティングメニュー(プラン枠追従)指定
jQuery(function() {
	jQuery('#scrollflow2').css({position: 'relative'});
	jQuery('#scrollflow2').scrollFollow({container: 'main'});
	jQuery('#group_hotels2').change(function(){					
		switch(parseInt($(this).val())) {
			case 1: window.open('https://advance.reservation.jp/vessel-hotel/stay_pc/rsv/cnf_rsv_ent.aspx?hi_id=1&lang=ja-JP&cp=3'); break;
			case 2: window.open('https://advance.reservation.jp/vessel-hotel/stay_pc/rsv/cnf_rsv_ent.aspx?hi_id=2&lang=ja-JP&cp=3'); break;
			case 3: window.open('https://advance.reservation.jp/vessel-hotel/stay_pc/rsv/cnf_rsv_ent.aspx?hi_id=3&lang=ja-JP&cp=3'); break;
			case 4: window.open('https://advance.reservation.jp/vessel-hotel/stay_pc/rsv/cnf_rsv_ent.aspx?hi_id=4&lang=ja-JP&cp=3'); break;
			case 5: window.open('https://advance.reservation.jp/vessel-hotel/stay_pc/rsv/cnf_rsv_ent.aspx?hi_id=5&lang=ja-JP&cp=3'); break;
			case 6: window.open('https://advance.reservation.jp/vessel-hotel/stay_pc/rsv/cnf_rsv_ent.aspx?hi_id=6&lang=ja-JP&cp=3'); break;
			case 7: window.open('https://advance.reservation.jp/vessel-hotel/stay_pc/rsv/cnf_rsv_ent.aspx?hi_id=7&lang=ja-JP&cp=3'); break;
			case 8: window.open('https://advance.reservation.jp/vessel-hotel/stay_pc/rsv/cnf_rsv_ent.aspx?hi_id=8&lang=ja-JP&cp=3'); break;
		}
	});
});


// lightbox指定 - 展望風呂
/*
$(function() {
$('a.ispa01').lightBox();
});

$(function() {
$('a.ispa02').lightBox();
});

$(function() {
$('a.ispa03').lightBox();
});*/
