$( document ).ready(
	function()
	{
		$( ".xrobrcsbtdsdeogdyaja" ).removeClass( "xrobrcsbtdsdeogdyaja" );

		$( ".menuButton" ).hover(
			function()
			{
				id = $( this ).attr( "alt" );
				if( id != "selected" )
					$( this ).attr( "src", "img/" + id + "-pressed.png" );
			},
			function()
			{
				id = $( this ).attr( "alt" );
				if( id != "selected" )
					$( this ).attr( "src", "img/" + id + ".png" );
			}
		);

		$( ".albumImage" ).lightBox();

	}
);
