$(document).ready( function() {
	displayBackgroundImage();
	$("#menu ul li:first-child").addClass("first");
	$("#menu ul li:last-child").addClass("last");
	
	$("#menu").show();
});

$(window).resize( function() {
	displayBackgroundImage();
});
