/* Minification failed. Returning unminified contents.
(5,1-2): run-time warning JS1195: Expected expression: <
(5,25-26): run-time warning JS1004: Expected ';': b
(7,1-2): run-time warning JS1195: Expected expression: i
(7,57-58): run-time warning JS1004: Expected ';': {
(16,3-4): run-time warning JS1034: Unmatched 'else'; no 'if' defined: e
(19,1-2): run-time warning JS1002: Syntax error: }
(21,23-24): run-time warning JS1004: Expected ';': {
(73,2-3): run-time warning JS1195: Expected expression: <
(80,19-21): run-time warning JS1197: Too many errors. The file might not be a JavaScript file: --
(64,1-38): run-time error JS1301: End of file encountered before function is properly closed: function genHeader(login_state, tier)
(80,21-22): run-time warning JS1195: Expected expression: >
(81,2-10): run-time warning JS1197: Too many errors. The file might not be a JavaScript file: document
 */
// JavaScript Document

// load css ///

<!--- css for different browser -->

if (/Firefox[\/\s](\d+\.\d+)/.test(navigator.userAgent)){ //test for Firefox/x.x or Firefox x.x (ignoring remaining digits);
	var ffversion=new Number(RegExp.$1) // capture x.x portion and store as a number
	//document.write("You're using FF" + ffversion)
	if (ffversion<5) {
		document.write("<link rel='stylesheet' type='text/css' media='all' href='css/style.css' />")
	} else { 
		//document.write("load all responsive style");
		genRestyle();
	}
} else {
	//document.write("load all responsive style");
	genRestyle();
}

function genRestyle() {
		document.write("<link rel='stylesheet' media='handheld, screen and (max-width: 510px)' href='css/style_mobile.css' />")
		document.write("<link rel='stylesheet' media='screen and (min-width: 511px) and (max-width: 768px)' href='css/style_tablet.css' />")
		document.write("<link rel='stylesheet' media='screen and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait)' href='css/style_tablet.css' /> ")
		document.write("<link rel='stylesheet' media='screen and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape)' href='css/style.css' />")
		document.write("<link rel='stylesheet' media='screen and (min-width: 769px), screen and (min-width: 1025px)' href='css/style.css' />")
        document.write("<link rel='stylesheet' media='print' href='1410add/style.css' />")
}


/// language switch ////

function switchingLang(toLang)
{
var currentURL = location.href;
if(toLang=="en"){
	currentURL = currentURL.replace("/tc/", "/en/");
	currentURL = currentURL.replace("/cn/", "/en/");
	currentURL = currentURL.replace("/jp/", "/en/");
	window.location.assign(currentURL);
}else if(toLang=="tc"){
	currentURL = currentURL.replace("/en/", "/tc/");
	currentURL = currentURL.replace("/cn/", "/tc/");
	currentURL = currentURL.replace("/jp/", "/tc/");
	window.location.assign(currentURL);
}else if(toLang=="sc"){
	currentURL = currentURL.replace("/en/", "/cn/");
	currentURL = currentURL.replace("/tc/", "/cn/");
	currentURL = currentURL.replace("/jp/", "/cn/");
	window.location.assign(currentURL);
}else if(toLang=="jp"){
	currentURL = currentURL.replace("/en/", "/jp/");
	currentURL = currentURL.replace("/tc/", "/jp/");
	currentURL = currentURL.replace("/cn/", "/jp/");
	window.location.assign(currentURL);
}
}

function showDebug(){
	/// debug ////
	document.write("<textarea name=\"debug_box\" cols=\"\" rows=\"10\" class=\"text_field\" id=\"debug_box\"></textarea>");

}

function genHeader(login_state, tier) {

	showDebug();

	tier_list = ["","LOYAL MEMBER", "EXCLUSIVE MEMBER"]
	tier_name = tier_list[tier-1];

	document.write("<div class=\"header_bg line_"+tier+"\"><div id=\"main_header\"><div class=\"header_logo logo_"+tier+"\" onclick=\"location.href='https://oneharmony.com/jp/Welcome'\"></div>");

	<!-- mobile menu button -->
	document.write("<div id=\"mobile_menu_button\"></div>");
	<!-- /mobile menu button -->

	<!-- mobile menu group -->
	document.write("<div id=\"mobile_menu\">");

	<!-- login panel -->
	document.write("<div id=\"login_panel\">");
	<!-- check login state -->
	if(login_state==1){
		
	document.write("<div id=\"member_info\">");
	document.write("<div id=\"member_tier_"+tier+"\">"+tier_name+"</div>");
	document.write("<div id=\"member_name\"><span class=\"salutation\">ようこそ、</span>鈴木太郎<span class=\"salutation\">さん</span></div>");
	document.write("<div id=\"member_point_label\">ポイント残高</div>");
	document.write("<div id=\"member_point\">333330000</div>");
	document.write("<div id=\"logout_btn\" onclick=\"location.href='https://oneharmony.com/jp/Account/Login'\">ログアウト</div>");
	document.write("<div class=\"space\"></div>");
	document.write("</div>");
	document.write("<ul>");
	} else {
	document.write("<ul>");
	document.write("<li><div class=\"login_btn\" onclick=\"location.href='https://oneharmony.com/jp/Account/Login'\">ログイン <br><span class=\"text_en\">LOGIN</span></div></li>");
	document.write("<li><div class=\"join_btn\" onclick=\"location.href='https://oneharmony.com/jp/Member/Create'\">入会 <br><span class=\"text_en\">JOIN US NOW</span></div></li>");
	}

	document.write("<li><div class=\"reserve_btn\" onclick=\"location.href='http://oneharmony.com/jp/Welcome#hotel_search'\">宿泊予約 <br><span class=\"text_en\">RESERVATION</span></div></li>");

	<!-- reserve pulldown -->
	//document.write("<div id=\"reserve_pulldown\"><ul>");
	//document.write("<li onclick=\"window.open('http://www.okura.com/jp/');\" class=\"reserve_okura\">Okura Hotels & Resorts</li>");
	//document.write("<li onclick=\"window.open('http://www.nikko-jalcity.com/jp/');\" class=\"reserve_jal\">JAL Hotels</li>");
	//document.write("</ul></div>");
	<!-- /reserve pulldown -->

	document.write("</ul>");

	<!-- /check login state -->
	document.write("</div>");
	<!-- /login panel -->

	<!-- top menu -->
	genMenu(login_state);
	<!-- /top menu -->

	<!-- language switch -->
	document.write("<div id=\"language_panel\">");
	document.write("<div id=\"language_btn\">日本語</div>");
	document.write("<div id=\"language_pulldown\">");
	document.write("<ul>");
	document.write("<li class=\"select\">日本語</li>");
	document.write("<li onclick=\"switchingLang('en')\">ENGLISH</li>");
	//document.write("<li onclick=\"switchingLang('jp')\">日本語</li>");
	document.write("<li onclick=\"switchingLang('tc')\">繁體中文</li>");
	document.write("<li onclick=\"switchingLang('sc')\">简体中文</li>");
	document.write("</ul>");
	document.write("</div>");
	document.write("</div>");
	<!-- /language switch -->

	document.write("</div>");
	<!-- /mobile menu group -->

	document.write("</div></div>");

}

function genHeader2() {

	showDebug();
	
	document.write("<div class=\"header_bg line_1\"><div id=\"main_header\"><div class=\"header_logo logo_1\" onclick=\"location.href='index.html'\"></div>");

	<!-- mobile menu button -->
	document.write("<div id=\"mobile_menu_button\"></div>");
	<!-- /mobile menu button -->

	<!-- mobile menu group -->
	document.write("<div id=\"mobile_menu\">");

	<!-- login panel -->
	<!-- /login panel -->

	<!-- top menu -->
	<!-- /top menu -->

	<!-- language switch -->
	document.write("<div id=\"language_panel\">");
	document.write("<div id=\"language_btn\">日本語</div>");
	document.write("<div id=\"language_pulldown\">");
	document.write("<ul>");
	document.write("<li class=\"select\">日本語</li>");
	document.write("<li onclick=\"switchingLang('en')\">ENGLISH</li>");
	//document.write("<li onclick=\"switchingLang('jp')\">日本語</li>");
	document.write("<li onclick=\"switchingLang('tc')\">繁體中文</li>");
	document.write("<li onclick=\"switchingLang('sc')\">简体中文</li>");
	document.write("</ul>");
	document.write("</div>");
	document.write("</div>");
	<!-- /language switch -->

	document.write("</div>");
	<!-- /mobile menu group -->

	document.write("</div></div>");

}

function genMenu(login_state) {

	document.write("<div id=\"top_menu\"><ul>");
	document.write("<li><div class=\"menu_btn_2\" onclick=\"location.href='https://oneharmony.com/jp/Membership'\">会員特典</div></li>");
	document.write("<li><div class=\"menu_btn_3\" onclick=\"location.href='https://oneharmony.com/jp/EarnPoints'\">ポイント獲得</div></li>");
	document.write("<li><div class=\"menu_btn_4\" onclick=\"location.href='https://oneharmony.com/jp/RedeemPoints'\">ポイント交換</div></li>");

	if(login_state==1){
	document.write("<li><div class=\"menu_btn_5\" onclick=\"location.href='https://oneharmony.com/jp/account_summary.html'\">");
	} else {
	document.write("<li><div class=\"menu_btn_5\" onclick=\"location.href='https://oneharmony.com/jp/account_summary.html'\">");
	}
	document.write("マイアカウント</div></li>");

	document.write("<li><div class=\"menu_btn_6\" onclick=\"location.href='https://oneharmony.com/jp/SpecialOffers'\">キャンペーン</div></li>");
	document.write("<li><div class=\"menu_btn_1\" onclick=\"location.href='https://oneharmony.com/jp/ProgramRules'\">会員規約</div></li>");
	document.write("</ul></div>");

}

account_menu = [
	["アカウントサマリー", "https://oneharmony.com/jp/account_summary.html"], 
	["ポイント・宿泊履歴", "https://oneharmony.com/jp/earning_search.html"], 
	["ポイント交換履歴", "https://oneharmony.com/jp/redemption_search.html"], 
	["プロフィールの編集", "https://oneharmony.com/jp/update_profile.html"], 
	["パスワード変更", "https://oneharmony.com/jp/change_password.html"]
]

membership_menu = [
	["ご宿泊特典", "membership.html"], 
	["レストランご優待特典", "https://oneharmony.com/jp/membership_restaurant.html"], 
	["ボーナスマイル特典", "https://oneharmony.com/jp/membership_mileage.html"], 
	["バースデー特典", "https://oneharmony.com/jp/membership_birthday.html"], 
	["婚礼特典", "https://oneharmony.com/jp/membership_wedding.html"], 
	["提携ホテルの特典", "https://oneharmony.com/jp/membership_allianced.html"], 
	["ホテルオリジナル特典", "https://oneharmony.com/jp/membership_original.html"]
]

redeem_menu = [
	["ステイアワード", "https://oneharmony.com/jp/redeem_stay_search.html"], 
	["アップグレードアワード", "https://oneharmony.com/jp/redeem_room_search.html"], 
	["ホテルオリジナルアワード", "https://oneharmony.com/jp/redeem_hoa_search.html"],
	["ギフトアワード", "https://oneharmony.com/jp/redeem_gift_search.html"],
	["ショッピングカート", "https://oneharmony.com/jp/redeem_cart_1.html"],
	["ホテルオークラ・JALホテルズ共通ご利用券", "http://www.okura-jalhotels.com/jp/giftcheck/", 1]
]

function genSubmenu(submenu_list, section) {

	document.write("<div id=\"submenu\">");
	document.write("<div id=\"submenu_btn_on\">"+submenu_list[section][0]+"</div>");
	document.write("<ul id=\"submenu_pulldown\">");
	
	for (a=0;a<submenu_list.length;a++){
		if (a!=section){
			if (submenu_list[a][2] == 1){
				// open new window //
				document.write("<li><div onclick=\"window.open('"+submenu_list[a][1]+"')\">"+submenu_list[a][0]+"</div></li>");
			} else {
				document.write("<li><div onclick=\"location.href='"+submenu_list[a][1]+"'\">"+submenu_list[a][0]+"</div></li>");
			}
		} else {
			document.write("<li class=\"on\">"+submenu_list[a][0]+"<div id=\"submenu_btn_off\"></div></li>");
		}
	}

	document.write("</ul>");
	document.write("</div>");

}


function genBanner(loc) {
/* orginal code */
/*
<div id="banner_ad_left">
<div class="banner"><img src="images/banner_1.jpg" alt="" width="180" height="60" /></div>
<div class="banner"><img src="images/banner_2.jpg" alt="" width="180" height="45" /></div>
</div>
*/

	/*if(loc==0){
	document.write("<div id=\"banner_ad_left\">");
	} else if(loc==1){
	document.write("<div id=\"banner_ad_bottom\">");
	} else if(loc==2){
	document.write("<div id=\"banner_ad_right\">");
	}
	document.write("<div class=\"banner\"><img src=\"images/banner_1.jpg\" alt=\"\" width=\"180\" height=\"60\" /></div>");
	document.write("<div class=\"banner\"><img src=\"images/banner_2.jpg\" alt=\"\" width=\"180\" height=\"45\" /></div>");
	document.write("</div>");*/

}

function genContact(loc) {
	
	if(loc==0){
	document.write("<div id=\"banner_ad_left\">");
	} else if(loc==1){
	document.write("<div id=\"banner_ad_bottom\" style=\"text-align:left\" >");
	} else if(loc==2){
	document.write("<div id=\"banner_ad_right\">");
	}
	document.write("<div id=\"contact_us\">");
	document.write("<p class=\"b_title\">お問い合わせ <span class=\"en\">CONTACT US</span></p>");
	document.write("<div id=\"contact_content\">");
	document.write("<H4>One Harmony事務局</H4>");
	document.write("<div id=\"phone\"><img src=\"images/phone.jpg\" alt=\"\" width=\"30\" height=\"18\" style=\"margin:0px\" /> 0120-80-3789</div>");
	document.write("または TEL. 03-3224-6617<br />");
	document.write("<a href=\"https://www.jalhotels.com/jp/inquiry/oneharmony/\" target=\"_blank\">お問い合わせフォームはこちら</a><br />");
	document.write("平日/9:30~18:00<br />");
	document.write("(土・日・祝・年末年始を除く)");
	document.write("</div>");
	document.write("</div>");
	document.write("</div>");
	
}



function genFooter() {

	document.write("<div id=\"footer\">");
	document.write("<div id=\"footer_logo\"><img src=\"https://oneharmony.com/content/en/images/footer_logo.png\" alt=\"\" width=\"290\" height=\"80\" usemap=\"#footer_logo_map\"/></div>");
	document.write("<div id=\"footer_link\">")
	document.write("<a href=\"https://oneharmony.com/jp/terms.html\">免責事項</a> | ")
	document.write("<a href=\"https://oneharmony.com/jp/program.html#ppi\">個人情報の保護</a> | ")
	//document.write("<a href=\"https://oneharmony.com/jp/policy.html\">サイトポリシー</a> | ")
	document.write("<a href=\"https://oneharmony.com/jp/faq.html\">よくあるご質問</a> | ")
	document.write("<a href=\"https://www.jalhotels.com/jp/inquiry/oneharmony/\" target=\"_blank\">お問い合わせ</a> | ")
	document.write("<a href=\"https://oneharmony.com/jp/sitemap.html\">サイトマップ</a>")
	document.write("<br/>Copyright &copy; Okura Nikko Hotel Management Co., Ltd. All Rights Reserved.");
	document.write("</div>");
	document.write("</div>");
	
	document.write("<map name=\"footer_logo_map\" id=\"footer_logo_map\">");
	document.write("<area shape=\"rect\" coords=\"12,12,77,69\" href=\"http://www.okura-nikko.com/ja/okura/\" target=\"_blank\" alt=\"オークラ ホテルズ & リゾーツ\" />");
	document.write("<area shape=\"rect\" coords=\"92,12,165,69\" href=\"http://www.okura-nikko.com/ja/nikko/\" target=\"_blank\" alt=\"ニッコー・ホテルズ・インターナショナル\" />");
    document.write("<area shape=\"rect\" coords=\"182,31,285,56\" href=\"http://www.okura-nikko.com/ja/jal-city/\" target=\"_blank\" alt=\"ホテルJALシティ\" />");
	document.write("</map>");
	
}


<!--- show hide layers -->

function showLayer(layer_ref) {
	form_object=document.getElementById? document.getElementById(layer_ref) : layer_ref
	form_object.style.display = "block";
}

function hideLayer(layer_ref) {
	form_object=document.getElementById? document.getElementById(layer_ref) : layer_ref
	form_object.style.display = "none";
}

function showClass(class_ref) {
	$(class_ref).fadeIn(0);
}
function hideClass(class_ref) {
	$(class_ref).fadeOut(0);
}

function toggleFFP(select_name, target_name) {
	select_object=document.getElementById? document.getElementById(select_name) : select_name
	select_value=select_object.value;
	if (select_value==''){
		$(target_name).fadeOut(0);
	} else {
		$(target_name).fadeIn(0);
	}
}


<!-- forms -->
function writeOption(x, y){
	//document.write("<option></option>");
	for(i=x;i<=y;i++){
		document.write("<option>"+i+"</option>");
	}
}

function enableField(field_name) {
	document.form[field_name].disabled=false;

	form_object=document.getElementById? document.getElementById(field_name) : field_name
	form_object.className = "form_field";
}

function disableField(field_name) {
	document.form[field_name].disabled=true;

	form_object=document.getElementById? document.getElementById(field_name) : field_name
	form_object.className = "form_field_disable";
}


function loadPageMember() {
	$("#various3").fancybox({
				'width'				: 160,
				'height'			: 260,
				'autoScale'			: false,
				'scrolling'			: 'no',
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe'
	});
}

////////////// google plus /////////////////////
function googlePlus(){
	var gPlusOne = document.createElement('g:plusone');
	gPlusOne.setAttribute("size", "tall");
	gPlusOne.setAttribute("href", "http://google.com");
	container.appendChild(gPlusOne);
}

function fillRedeemForm (startdate, room, point) {
	$("#redeem_room").val(room);	
	$("#redeem_start_date").val(startdate);
}


;$(document).ready(function () {



    /// range slider /////

    InitjQueryUISlider();


    window_w = $(document).width()

    //// language pulldown ////

    function showLanguageMenu() {
        ////////// check if it is firefox 5 or lower and ie 8 or lower?
        if (window_w > 768) {
            $("#language_pulldown").slideDown(300);
        }
    }
    function hideLanguageMenu() {
        if (window_w > 768) {
            $("#language_pulldown").slideUp(300);
        }
    }

    if ($("#language_btn").length != 0) {


        var menuTimeout = null;
        $("#language_btn").click(function () {
            if (window_w > 768) {
                showLanguageMenu();
                menuTimeout = setTimeout(hideLanguageMenu, 2500);
            }
        });
        $("#language_pulldown").hover(function () {
            if (window_w > 768) {
                clearTimeout(menuTimeout);
            }
        });
        $("#language_pulldown").mouseleave(function () {
            if (window_w > 768) {
                menuTimeout = setTimeout(hideLanguageMenu, 1500);
            }
        });
        $("#language_pulldown").click(function () {
            if (window_w > 768) {
                menuTimeout = setTimeout(hideLanguageMenu, 800);
            }
        });

    }

    ///// mobile menu ///////

    if ($("#mobile_menu_button").length != 0) {

        $("#mobile_menu_button").click(function () {
            $("#language_pulldown").fadeIn(0);
            //$("#reserve_pulldown").fadeIn(0);
            $("#mobile_menu").slideToggle(200);
        });

    }


    ////// submenu /////////

    if ($("#submenu_btn_on").length != 0) {
        $("#submenu_btn_on").click(function () {
            $("#submenu_btn_on").slideToggle(200);
            $("#submenu_pulldown").slideToggle(200);
        });
        $("#submenu_btn_off").click(function () {
            $("#submenu_btn_on").slideToggle(200);
            $("#submenu_pulldown").slideToggle(200);
        });
    }



    ////// faq collapes /////

    if ($(".faq_question").length != 0) {
        $(".faq_question").click(function () {
            //alert("!!!");
            $(this).siblings(".faq_answer").slideToggle(400);
            $(this).toggleClass("faq_question_dn");
        });
    }


    ////// hotel region collapes /////

    if ($(".h_region").length != 0) {
        $(".h_region").click(function () {
            //alert("!!!");
            $(this).next("ul").slideToggle(400);
            $(this).toggleClass("h_region_open");
        });
    }


    ////// benefit table row ////
    if ($(".benefit_table").length != 0) {
        //alert($("table.benefit_table").length)
        $("table.benefit_table").each(function (tableindex) {
            //alert($(this).find("tr.benefit_color_row").length)
            $(this).find("tr.benefit_color_row").each(function (index) {
                //alert(index)
                if ((index % 2) == 0) {
                    $(this).addClass("benefit_odd_row");
                } else {
                    $(this).addClass("benefit_even_row");
                }
            });
        });
    }

    ////// benefit pulldown ////

    function showTierMenu() {
        ////////// check if it is firefox 5 or lower and ie 8 or lower?
        if (window_w <= 510) {

            if ($("#b_1").css('display') == 'inline') {
                $("#t_1").fadeOut(0);
                $("#t_2").fadeIn(0);
                $("#t_3").fadeIn(0);
            }
            if ($("#b_2").css('display') == 'inline') {
                $("#t_1").fadeIn(0);
                $("#t_2").fadeOut(0);
                $("#t_3").fadeIn(0);
            }
            if ($("#b_3").css('display') == 'inline') {
                $("#t_1").fadeIn(0);
                $("#t_2").fadeIn(0);
                $("#t_3").fadeOut(0);
            }

            $("#tier_pulldown_list").slideDown(300);
        }
    }
    function hideTierMenu() {
        if (window_w <= 510) {
            clearTimeout(tierTimeout);
            $("#tier_pulldown_list").slideUp(0);
        }
    }

    //alert($("#tier_pulldown_button").length);

    if ($("#tier_pulldown_button").length != 0) {

        var tierTimeout = null;
        $("#tier_pulldown_button").click(function () {
            if (window_w <= 510) {
                showTierMenu();
                clearTimeout(tierTimeout);
                tierTimeout = setTimeout(hideTierMenu, 1600);
            }
        });
        $("#tier_pulldown_list").hover(function () {
            if (window_w <= 510) {
                clearTimeout(tierTimeout);
            }
        });
        $("#tier_pulldown_list").mouseleave(function () {
            if (window_w <= 510) {
                tierTimeout = setTimeout(hideTierMenu, 1600);
            }
        });

        $("#t_1").click(function () {
            if (window_w <= 510) {
                $(".tc_1").fadeIn(0);
                $(".tc_2").fadeOut(0);
                $(".tc_3").fadeOut(0);
                $("#b_1").fadeIn(0);
                $("#b_2").fadeOut(0);
                $("#b_3").fadeOut(0);
                hideTierMenu();
            }
        });
        $("#t_2").click(function () {
            if (window_w <= 510) {
                $(".tc_1").fadeOut(0);
                $(".tc_2").fadeIn(0);
                $(".tc_3").fadeOut(0);
                $("#b_1").fadeOut(0);
                $("#b_2").fadeIn(0);
                $("#b_3").fadeOut(0);
                hideTierMenu();
            }
        });
        $("#t_3").click(function () {
            if (window_w <= 510) {
                $(".tc_1").fadeOut(0);
                $(".tc_2").fadeOut(0);
                $(".tc_3").fadeIn(0);
                $("#b_1").fadeOut(0);
                $("#b_2").fadeOut(0);
                $("#b_3").fadeIn(0);
                hideTierMenu();
            }
        });

    }


    ////// benefit pulldown for birthday////

    function bshowTierMenu() {
        ////////// check if it is firefox 5 or lower and ie 8 or lower?
        if (window_w <= 510) {

            if ($("#bb_1").css('display') == 'inline') {
                $("#bt_1").fadeOut(0);
                $("#bt_2").fadeIn(0);
                $("#bt_3").fadeIn(0);
            }
            if ($("#bb_2").css('display') == 'inline') {
                $("#bt_1").fadeIn(0);
                $("#bt_2").fadeOut(0);
                $("#bt_3").fadeIn(0);
            }
            if ($("#bb_3").css('display') == 'inline') {
                $("#bt_1").fadeIn(0);
                $("#bt_2").fadeIn(0);
                $("#bt_3").fadeOut(0);
            }

            $("#btier_pulldown_list").slideDown(300);
        }
    }
    function bhideTierMenu() {
        if (window_w <= 510) {
            clearTimeout(btierTimeout);
            $("#btier_pulldown_list").slideUp(0);
        }
    }

    //alert($("#tier_pulldown_button").length);

    if ($("#btier_pulldown_button").length != 0) {

        var btierTimeout = null;
        $("#btier_pulldown_button").click(function () {
            if (window_w <= 510) {
                bshowTierMenu();
                clearTimeout(btierTimeout);
                btierTimeout = setTimeout(bhideTierMenu, 1600);
            }
        });
        $("#btier_pulldown_list").hover(function () {
            if (window_w <= 510) {
                clearTimeout(btierTimeout);
            }
        });
        $("#btier_pulldown_list").mouseleave(function () {
            if (window_w <= 510) {
                btierTimeout = setTimeout(bhideTierMenu, 1600);
            }
        });

        $("#bt_1").click(function () {
            if (window_w <= 510) {
                $(".btc_1").fadeIn(0);
                $(".btc_2").fadeOut(0);
                $(".btc_3").fadeOut(0);
                $("#bb_1").fadeIn(0);
                $("#bb_2").fadeOut(0);
                $("#bb_3").fadeOut(0);
                bhideTierMenu();
            }
        });
        $("#bt_2").click(function () {
            if (window_w <= 510) {
                $(".btc_1").fadeOut(0);
                $(".btc_2").fadeIn(0);
                $(".btc_3").fadeOut(0);
                $("#bb_1").fadeOut(0);
                $("#bb_2").fadeIn(0);
                $("#bb_3").fadeOut(0);
                bhideTierMenu();
            }
        });
        $("#bt_3").click(function () {
            if (window_w <= 510) {
                $(".btc_1").fadeOut(0);
                $(".btc_2").fadeOut(0);
                $(".btc_3").fadeIn(0);
                $("#bb_1").fadeOut(0);
                $("#bb_2").fadeOut(0);
                $("#bb_3").fadeIn(0);
                bhideTierMenu();
            }
        });

    }




    //// date picker /////

    InitDatePicker();



});

$(window).resize(function () {
    //alert(document.reserveTimeout);
    //$("#language_pulldown").fadeOut(300);
    //$("#reserve_pulldown").fadeOut(0);
    new_window_w = $(document).width();
    //alert("loadsize:"+window_w);
    //alert("new:"+new_window_w);
    //debug_box.value = debug_box.value+"old:"+window_w+"\n";
    //debug_box.value = debug_box.value+"new:"+new_window_w+"\n";

    if (window_w != new_window_w) {

        //window_w = $(document).width();
        //debug_box.value = debug_box.value+"rotate"+"\n";
        //alert("rotate");

        if (window_w <= 768 && new_window_w > 768) {

            debug_box.value = debug_box.value + "desktop" + "\n";

            if ($("#language_pulldown").length != 0) {

                $("#language_pulldown").fadeOut(0);
                //$("#reserve_pulldown").fadeOut(0);
                $("#mobile_menu").fadeIn(0);

            }

            if ($("#start_date").length != 0) {
                $("#start_date").mobiscroll("destroy");
                $("#end_date").mobiscroll("destroy");
                $(".dw").fadeOut(0);
                $(".dwo").fadeOut(0);
                datepick_desktop();
            }
            //if ($("input[type=date]").length != 0) {
            //}

            //alert($(window).width());
            if ($("#submenu_btn_on").length != 0) {
                //alert($(window).width());
                $("#submenu_btn_on").fadeOut(0);
                $("#submenu_pulldown").fadeIn(0);
            }

        } else if (window_w > 768 && new_window_w <= 768) {

            debug_box.value = debug_box.value + "tablet and mobile" + "\n";

            if ($("#language_pulldown").length != 0) {

                $("#language_pulldown").fadeIn(0);
                //$("#reserve_pulldown").fadeIn(0);
                $("#mobile_menu").fadeOut(0);

            }

            if ($("#start_date").length != 0) {
                $("#start_date").datepicker("destroy");
                $("#end_date").datepicker("destroy");
                $("#ui-datepicker-div").fadeOut(0);
                datepick_mobile();
            }
            //if ($("input[type=date]").length != 0) {
            //}

            if ($("#submenu_btn_on").length != 0) {
                //alert($(window).width());
                $("#submenu_btn_on").fadeIn(0);
                $("#submenu_pulldown").fadeOut(0);
            }


        }

        if (window_w <= 510 && new_window_w > 510) {

            debug_box.value = debug_box.value + "tab and desktop" + "\n";

            if ($(".benefit_pulldown").length != 0) {

                $(".benefit_pulldown").fadeOut(0);
                $(".benefit_top_row_toggle").fadeIn(0);
                $(".tc_1").fadeIn(0);
                $(".tc_2").fadeIn(0);
                $(".tc_3").fadeIn(0);

                /// birthday pulldown ///
                if ($("#btier_pulldown_list").length != 0) {
                    $(".btc_1").fadeIn(0);
                    $(".btc_2").fadeIn(0);
                    $(".btc_3").fadeIn(0);
                }
            }

        } else if (window_w > 510 && new_window_w <= 510) {

            //alert("mobile")

            debug_box.value = debug_box.value + "mobile only" + "\n";

            if ($(".benefit_pulldown").length != 0) {

                $(".benefit_pulldown").fadeIn(0);
                $(".benefit_top_row_toggle").fadeOut(0);
                $("#tier_pulldown_list").fadeOut(0);
                $("#b_1").fadeIn(0);
                $("#b_2").fadeOut(0);
                $("#b_3").fadeOut(0);
                $(".tc_1").fadeIn(0);
                $(".tc_2").fadeOut(0);
                $(".tc_3").fadeOut(0);

                /// birthday pulldown ///

                if ($("#btier_pulldown_list").length != 0) {
                    $("#btier_pulldown_list").fadeOut(0);
                    $("#bb_1").fadeIn(0);
                    $("#bb_2").fadeOut(0);
                    $("#bb_3").fadeOut(0);
                    $(".btc_1").fadeIn(0);
                    $(".btc_2").fadeOut(0);
                    $(".btc_3").fadeOut(0);
                }

            }

        }


        window_w = $(document).width();


        //$(".reserve_btn").removeClass("reserve_btn_on");

        //$(".reserve_btn").addClass("reserve_btn_on");
        //$(".reserve_btn_on").toggleClass("reserve_btn");
    }

});





//// date picker /////

function datepick_desktop() {
    ///// check if the field is presented //////
    if ($("#start_date").length != 0) {
        //alert("datepick_desktop");
        //debug_box.value = debug_box.value+"datepick_desktop"+"\n";
        //// for browser not able to read html5 ////
        //if (!Modernizr.inputtypes.date) {
        //$("input[type=date]").datepicker();
        $("#start_date").datepicker();
        $("#end_date").datepicker();
        //}
    }
    if ($("#redeem_start_date").length != 0) {
        //alert("datepick_desktop");
        //debug_box.value = debug_box.value+"datepick_desktop"+"\n";
        //// for browser not able to read html5 ////
        //if (!Modernizr.inputtypes.date) {
        //$("input[type=date]").datepicker();
        $("#redeem_start_date").datepicker();
        $("#redeem_end_date").datepicker();
        //}
    }
}


function datepick_mobile() {
    ///// check if the field is presented //////
    if ($("#start_date").length != 0) {
        //alert("datepick_mobile");
        //debug_box.value = debug_box.value+"datepick_mobile"+"\n";
        //// for browser not able to read html5 ////
        //if (!Modernizr.inputtypes.date) {
        //$("input[type=date]").datepicker();
        $("#start_date").mobiscroll().date({
            //invalid: { daysOfWeek: [0, 6], daysOfMonth: ['5/1', '12/24', '12/25'] },
            invalid: { daysOfWeek: [], daysOfMonth: [] },
            theme: 'jqm',
            display: 'modal',
            mode: 'scroller',
            animate: 'none',
            dateFormat: 'yy/mm/dd',
            dateOrder: 'Mddyy'
        });


        $("#end_date").mobiscroll().date({
            //invalid: { daysOfWeek: [0, 6], daysOfMonth: ['5/1', '12/24', '12/25'] },
            invalid: { daysOfWeek: [], daysOfMonth: [] },
            theme: 'jqm',
            display: 'modal',
            mode: 'scroller',
            animate: 'none',
            dateFormat: 'yy/mm/dd',
            dateOrder: 'Mddyy'
        });

        //}
    }


    if ($("#redeem_start_date").length != 0) {
        //alert("datepick_mobile");
        //debug_box.value = debug_box.value+"datepick_mobile"+"\n";
        //// for browser not able to read html5 ////
        //if (!Modernizr.inputtypes.date) {
        //$("input[type=date]").datepicker();
        $("#redeem_start_date").mobiscroll().date({
            //invalid: { daysOfWeek: [0, 6], daysOfMonth: ['5/1', '12/24', '12/25'] },
            invalid: { daysOfWeek: [], daysOfMonth: [] },
            theme: 'jqm',
            display: 'modal',
            mode: 'scroller',
            animate: 'none',
            dateFormat: 'yy/mm/dd',
            dateOrder: 'Mddyy'
        });


        $("#redeem_end_date").mobiscroll().date({
            //invalid: { daysOfWeek: [0, 6], daysOfMonth: ['5/1', '12/24', '12/25'] },
            invalid: { daysOfWeek: [], daysOfMonth: [] },
            theme: 'jqm',
            display: 'modal',
            mode: 'scroller',
            animate: 'none',
            dateFormat: 'yy/mm/dd',
            dateOrder: 'Mddyy'
        });

        //}
    }


}



;