// JavaScript Document
$(function() {
	var cssArr = new Array('li.header_menu_selected', '.b_about_index_all', '.title_about_index', '.more_infor', '.b_cr_tour_index_all', '.tp_button', '.b_attraction_all', '.b_sv_index_all', '.b_food_dining_all', '.footer_menu', '.footer_information', '.tbook_submit', '.tbook_submit_2', 'div.cruise_tour_detail', 'span.ctd_charter', 'div.ctd_charter', 'ul.ctd_tab li span', 'SPAN.more_infor');
		if (window.PIE) {
			for(var r in cssArr){
			$(cssArr[r]).each(function() {
			PIE.attach(this);
			});
		}
	}
});
$(function() {
	if ($.browser.msie && $.browser.msie < 8) {
       var zIndexNumber = 1000;
       // Put your target element(s) in the selector below!
       $("li").each(function() {
               $(this).css('zIndex', zIndexNumber);
               zIndexNumber -= 10;
       });
	}
});
