$(function(){
		$( "#datepicker" ).datepicker({
			showOn: "button",
			buttonImage: "/wp-content/themes/diplomers/images/calendar.gif",
			buttonImageOnly: true
		});

    $("a#links").click(function(){
      $("a#links").parent().removeClass('act');
      $(this).parent().addClass('act');
    });

	$('a.close-info').click(function () {
	var id = $(this).attr('id');
	$('#box-overlay'+id+', #box-info'+id).hide();return true;});
	$('#box-overlay'+id).click(function () {$('#box-overlay'+id+', #box-info'+id).hide();return true;});
	$(window).resize(function () {if (!$('#box-info'+id).is(':hidden')) popup();});
});

$(window).load(function(){
        $('html,body').animate({scrollTop: $(".service-open").offset().top},500);
})
