$(function() {
	$('.pageTop a[href*=#],area[href*=#]').click(function() {
		if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
			var target = $(this.hash);
			target = target.length && target;
			if (target.length) {
				var sclpos = 30;
				var scldurat = 1200;
				var targetOffset = target.offset().top - sclpos;
				$('html,body')
					.animate({scrollTop: targetOffset}, {duration: scldurat, easing: "easeOutExpo"});
				return false;
			}
		}
	});
});

$(document).ready( function () {
	$("#news-01 table tr:odd").addClass("odd");
	$("#news-02 table tr:odd").addClass("odd");
	$("#news-03 table tr:odd").addClass("odd");
	$("#news-04 table tr:odd").addClass("odd");
	$("#news-05 table tr:odd").addClass("odd");
	$('.contact tr:contains("x") th').css("display", "none");
	$('.contact tr:contains("x") td').css("display", "none");
	$('.contact tr:contains("y") th').css("display", "none");
	$('.contact tr:contains("y") td').css("display", "none");
	$(".footer ul:first-child").addClass("first-child");
});

