// JavaScript Document
$(function() {
	var cssArr = new Array('div.service_box', 'span.sh_more', 'div.sh_box', 'span.cb_corner_img', 'div.sh_box_title', 'span.tp_book','span.td_charter', 'span.td_book', 'ul.td_tab li span', 'span.td_prochure', 'div.tb_plan1', 'div.tb_plan2', 'div.route_sub', 'div.map_note');
	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;
       });
	}
});
