import App

def CreateMenus():
	import Systems.Utils
	return Systems.Utils.CreateSystemMenu("Geble", "Systems.Geble.Geble4",
							 "Systems.Geble.Geble1",
							 "Systems.Geble.Geble2",
							 "Systems.Geble.Geble3",
							 "Systems.Geble.Geble4")
