import App

def CreateMenus():
	import Systems.Utils
	return Systems.Utils.CreateSystemMenu("Beol", "Systems.Beol.Beol4",
							 "Systems.Beol.Beol1",
							 "Systems.Beol.Beol2",
							 "Systems.Beol.Beol3",
							 "Systems.Beol.Beol4")
