
AddFreeformMenu "QCDE_SkirmishMenu" below "qcde_randommap1"
{
	SubMenu {
		VisibilityCVar skirm_skirmishgamemode,	3, 10
		Pos		0, 12				Text				"Accelerated Maps"	Background			BV21028
		Size	105, 14				Font				SmallFont		SelectedBackground	BV21028S
		Anchor	center, center		FontColor			Tan				menu				QCDE_AccelMaps
		Padding	0, 0				SelectedFontColor	Tan
	}
}

AddFreeformMenu "QCDE_CallVote" below "qcde_randommapmp"
{
	SubMenu {
		VisibilityCVar deathmatch,	1, 1
		Pos		0, 12				Text				"Accelerated Maps"	Background			BV21028
		Size	105, 14				Font				SmallFont		SelectedBackground	BV21028S
		Anchor	center, center		FontColor			Tan				menu				QCDE_AccelMaps
		Padding	0, 0				SelectedFontColor	Tan
	}
}

FreeformMenu QCDE_AccelMaps
{
	TopPadding 0
	ScrollSpeed 16
	OverrideHeight 800

	Label {	// generic maps background
		Static
		Background	"BackMaps"
		Size		450, 2000
	}

	Label {
		Pos			0, 10				Font		QCSMFONT
		Text		"Accelerated Maps"		FontColor	Gold
	}

	Command { Pos -198,   30	Text "ACCEDM01"	Background PVACDM01		Command map_ACCEDM01		Size 96, 54		MouseArea 96, 64	Font SmallFont		SelectedForeground	MAPSELEC, 104, 62		Anchor left, top	FontColor DarkGray		Padding	2, 1 SelectedFontColor Gray	}
	Command { Pos  -98,   30	Text "ACCEDM02"	Background PVACDM02		Command map_ACCEDM02		Size 96, 54		MouseArea 96, 64	Font SmallFont		SelectedForeground	MAPSELEC, 104, 62		Anchor left, top	FontColor DarkGray		Padding	2, 1 SelectedFontColor Gray	}
	Command { Pos    2,   30	Text "ACCEDM03"	Background PVACDM03		Command map_ACCEDM03		Size 96, 54		MouseArea 96, 64	Font SmallFont		SelectedForeground	MAPSELEC, 104, 62		Anchor left, top	FontColor DarkGray		Padding	2, 1 SelectedFontColor Gray	}
	Command { Pos  102,   30	Text "ACCEDM04"	Background PVACDM04		Command map_ACCEDM04		Size 96, 54		MouseArea 96, 64	Font SmallFont		SelectedForeground	MAPSELEC, 104, 62		Anchor left, top	FontColor DarkGray		Padding	2, 1 SelectedFontColor Gray	}
	Label {	Pos -150,   84	MaxTextWidth 95		Font SmallFont	Text "Dongmatch"							}
	Label {	Pos  -50,   84	MaxTextWidth 95		Font SmallFont	Text "Cadavers"								}
	Label {	Pos   50,   84	MaxTextWidth 95		Font SmallFont	Text "Arena Origins"					}
	Label {	Pos  150,   84	MaxTextWidth 95		Font SmallFont	Text "Little Trouble"					}
	//Command { Pos -198,  105	Text "ACCEDM05"	Background PVQCDE01		Command map_ACCEDM05		Size 96, 54		MouseArea 96, 64	Font SmallFont		SelectedForeground	MAPSELEC, 104, 62		Anchor left, top	FontColor DarkGray		Padding	2, 1 SelectedFontColor Gray	}
	//Label { Pos -150,  159	MaxTextWidth 95		Font SmallFont	Text "Temple of Creation"						}
}
