$(function() {
$(document).pngFix();
});

$(function() {
$("#popup_win").fancybox({'width': 715,'height': '85%','autoScale': false,'transitionIn': 'fade','transitionOut': 'fade','type': 'iframe'});
});

$(function(){
$("a.scroll").click(function(){
$('html,body').animate({ scrollTop: $($(this).attr("href")).offset().top}, 'slow','swing');
return false;
})
});

