$(document).ready(function(){
	Whl.Site.initPage();
	Whl.getMore();
	Whl.toggleContent();
	Whl.tab('accm-tab', 'active');
	$("#facilitives-more-link,#services-more-link,#recreations-more-link").click(function(){
		$(this).closest("li").hide();
		var id = $(this).attr("id");
		var type = id.substring(0,id.indexOf("-"));
		$("."+type+"-other").show();
	});
	new Whl.Accm.Rate(accmUrl);
	// VIew special offer detail
    $('.so-detail').tooltip({prefixCont: 'so-detail'});
	$('#btn_print').click(Whl.Site.print.bindEvent(null, 'accm_home'));
});
