function goToAnchor(A){anchorHref=$(A).attr("href");scroll_top=$(document).scrollTop();anchorPosition=$(anchorHref).offset().top;if(scroll_top!=anchorPosition){$("html, body").animate({scrollTop:anchorPosition+"px"},"slow","swing")}return false}$(document).ready(function(){if($.browser.msie){$("img[@src$=.24.png]").ifixpng()}$("#main_menu>li").click(function(){window.location=$(this).children("a:first").attr("href");return false});$('a[rel="external"]').click(function(){window.open($(this).attr("href"));return false})});
