import App

def CreateMenus():
	import Systems.Utils
	return Systems.Utils.CreateSystemMenu("Ascella", "Systems.Ascella.Ascella5",
										  "Systems.Ascella.Ascella1",
										  "Systems.Ascella.Ascella2",
										  "Systems.Ascella.Ascella3",
										  "Systems.Ascella.Ascella4",
										  "Systems.Ascella.Ascella5")
