$(document).ready(function(){
	// for Fancybox image map (in gallery, use rel='anything')
    $('area.fancy').fancybox({
        'hideOnContentClick': true
    });
    
    $(".sf-menu").superfish({ 
        autoArrows:  false 
    }); 
	//$('#medarbejdere').scrollTo( '50%', { axis: 'x' } );
	$("#homeIcon").parent().hover(function(){
		$("#homeIcon").attr("src", "/image.php?filename=/theme/conexia3/img/hus_hvid.png&mwidth=30&mheight=50");
		$(this).css("background-color", "black");
	}, function(){
		$("#homeIcon").attr("src", "/image.php?filename=/theme/conexia3/img/hus_sort.png&mwidth=30&mheight=50");
		$(this).css("background-color", "white");
	});
	
	$("#aalborglink").click(function(){
		$("#map")		.html('<iframe frameborder="0" height="315" id="aalborg" marginheight="0" marginwidth="0" scrolling="no" src="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=da&amp;geocode=&amp;q=Conexia,+gravensgade&amp;aq=&amp;sll=57.026085,9.896634&amp;sspn=0.01621,0.039525&amp;ie=UTF8&amp;hq=Conexia,+gravensgade&amp;hnear=&amp;t=h&amp;cid=7725588028073806997&amp;ll=57.048807,9.917135&amp;spn=0.014706,0.027809&amp;z=14&amp;iwloc=A&amp;output=embed" width="325"></iframe>');
		$(this)			.css("color", '#859300'); 
		$("#kbhlink")	.css("color", 'black');
		return false;
	});
	
	
	$("#kbhlink").click(function(){
		$("#map")			.html('<iframe frameborder="0" height="315" id="kbh" marginheight="0" marginwidth="0" scrolling="no" src="http://maps.google.dk/maps?f=q&amp;source=s_q&amp;hl=da&amp;geocode=&amp;q=Dampf%C3%A6rgevej+7,+2+sal+2100+K%C3%B8benhavn&amp;ie=UTF8&amp;hq=&amp;hnear=Dampf%C3%A6rgevej+7,+2100+K%C3%B8benhavn,+K%C3%B8benhavn+%C3%98&amp;t=m&amp;ll=55.697035,12.594194&amp;spn=0.015237,0.027809&amp;z=14&amp;iwloc=A&amp;output=embed" width="325"></iframe>');
		$(this)				.css("color", '#859300'); 
		$("#aalborglink")	.css("color", 'black');
		return false;
	});
	$("#aalborglink").click();
});
