<!--
$(function()
{
	$("a[href*='#Container']").easingScroll({easing: "easeInOutExpo",duration: 1200});
	$("a img").hover(function(){
		$(this).fadeTo(200, 0.5);
		$(this).fadeTo(200, 1);
	},function(){
		$(this).fadeTo(200, 1);
	});
	$(".popupwindow").popupwindow(profiles);
});
// -->
