// items du menu transversal
var TRANS_ITEMS = 
[
	{},		// pas de format spécifique
	{code:"Plan du site", url:"../root/plan.htm"
	},
	{code:"Presse", url:"../r07_infos/070301.htm"
	},
	{code:"Agenda", url:"javascript:executeCommand('activites.agenda:-1')"
	}
]

// items du menu principal
var MENU_ITEMS =
[
	{"pos":"relative", "size":[height,30], "itemoff":[0,70], "leveloff":[0,0], 
		"delay":delay, "arrsize":[13,13],  "style":Format_noBorder(prefixe)},
	{code:"Musée", key:'01', "format":{"size":[height, 47]},
		sub:[{"size":[subHeight,102], "itemoff":[subHeight,0], "leveloff":[height,0], "style":borderMid},
			{code:'Historique',  url:'../r01_musee/010101.htm', key:'0101', "format":{"style":borderTop}
			},
			{code:'Projet du musée', url:'../r01_musee/010201.htm', key:'0102'
			},
			{code:'Architecture', url:'../r01_musee/010301.htm', key:'0103'
			},
			{code:'Muséographie', url:'../r01_musee/010401.htm', key:'0104'
			},
			{code:'Services', url:'../r01_musee/010501.htm', key:'0105', "format":{"style":borderBot}
			}
		]
	},
	{code:"Collections", key:'03', "format":{"size":[height, 70]},
		sub:[
			{"size":[subHeight,103], "itemoff":[subHeight,0], "leveloff":[height,0], "style":borderMid},
			{code:'Préhistoire', url:'../r03_collections/030101.htm', key:'0301', "format":{"style":borderTop}
			},
			{code:'Protohistoire', url:'../r03_collections/030201.htm', key:'0302'
			},
			{code:'Haut-Empire', url:'../r03_collections/030301.htm', key:'0303'
			},
			{code:'Economie', url:'../r03_collections/030401.htm', key:'0304'
			},
//			{code:'Vie quotidienne', url:'../r03_collections/030501.htm'
//			},
			{code:'Mosaïque', url:'../r03_collections/030601.htm', key:'0306'
			},
			{code:'Rites funéraires', url:'../r03_collections/030701.htm', key:'0307'
			},
			{code:'Antiquité tardive', url:'../r03_collections/030801.htm', key:'0308'
			},
			itemSep,
			{code:'Maquettes', url:'../r03_collections/030901.htm', key:'0309', "format":{"style":borderBot}
			}
			]
	},
	{code:"Activités", key:'04', "format":{"size":[height, 60]},
		sub:activitesMenuItems 
	},
	{code:"Expos temporaires", key:'05', "format":{"size":[height, 102]},
		sub:[
			{"size":[subHeight,135], "itemoff":[subHeight,0], "leveloff":[height,0], "style":borderMid},
			{code:'Expositions passées', url:'../r05_expos/050301.htm', key:'0503'
			}
			]
	},
	
/* vesion old 
	{code:"Education", key:'06', "format":{"size":[height, 62]},
		sub:[
			{"size":[subHeight,143], "itemoff":[subHeight,0], "leveloff":[height,0], "style":borderMid},
			{code:'Visites ateliers', url:'../r06_education/060101.htm', key:'0601', "format":{"style":borderTop}
			},
			{code:'CD Rom', url:'../r06_education/060201.htm', key:'0602'
			},
			//{code:'Dossiers pédagogiques', url:'../r06_education/060201.htm', key:'0602'
			//},
			{code:'Réalisations et projets', url:'../r06_education/060301.htm', key:'0603'
			},
			{code:'Actions transversales', url:'../r06_education/060501.htm', key:'0605'
			},
			{code:'Regards croisés', url:'../r06_education/060601.htm', key:'0606'
			},
			//{code:'Formation', url:'../r06_education/060701.htm', key:'0607'
			//},
			itemSep,
			{code:'Comment s\'inscrire ?', url:'../r06_education/060401.htm', key:'0604', "format":{"style":borderBot}
			}
			]
	},
*/
/* version new */
	{code:"Education", key:'06', "format":{"size":[height, 62]},
		sub:[
			{"size":[subHeight,190], "itemoff":[subHeight,0], "leveloff":[height,0], "style":borderMid},
			{code:'Venir au musée avec une classe', url:'../r06_education/060101.htm', key:'0601', "format":{"style":borderTop}
			},
			{code:'Programme 2011/2012', url:'../r06_education/060201.htm', key:'0602'
			},
			{code:'Dossiers enseignants', url:'../r06_education/060301.htm', key:'0603'
			},
			{code:'Tarifs et réservations', url:'../r06_education/060401.htm', key:'0604'
			},
			{code:'Partenariats', url:'../r06_education/060501.htm', key:'0605', "format":{"style":borderBot}
			}
			]
	},

	{code:"Infos pratiques", key:'07', "format":{"size":[height, 89]},
		sub:[
			{"size":[subHeight,140], "itemoff":[subHeight,0], "leveloff":[height,0], "style":borderMid},
			{code:'Préparez votre visite', url:'../r07_infos/070101.htm', key:'0701', "format":{"style":borderTop}
			},
			{code:'Contactez-nous', url:'../r07_infos/070201.htm', key:'0702'
			},
			{code:'Espace presse', url:'../r07_infos/070301.htm', key:'0703'
			},
			{code:'Liens utiles', url:'../r07_infos/070401.htm', key:'0704' 
			},
			{code:'Lettre d\'information', key:'0705', url:'../control?_action=show&key=modules.galatee.news.inscription',"format":{"style":borderBot}
            }
			]
	},
/* version old 
	{code:"Base documentaire", key:'08', "format":{"size":[height,109]},
		sub:[
			{"size":[subHeight,145], "itemoff":[subHeight,0], "leveloff":[height,0], "style":borderMid},
			{code:'Atlas départemental', url:'../r08_base/080101.htm', key:'0801', "format":{"style":borderTop}
			},
			{code:'Bibliothèque', url:'../r08_base/080201.htm', key:'0802'
			},
			{code:'Inventaire collections', url:'../r08_base/080301.htm', key:'0803'
			},
			{code:'Publications du musée', url:'../r08_base/080401.htm', key:'0804', "format":{"style":borderBot}
			}
			]
	},
*/
/* version new */
	{code:"Ressources en ligne", key:'08', "format":{"size":[height,109]},
		sub:[
			{"size":[subHeight,155], "itemoff":[subHeight,0], "leveloff":[height,0], "style":borderMid},
			{code:'Base de données', url:'../r08_base/080101.htm', key:'0801', "format":{"style":borderTop}
			},
			{code:'Dossiers enseignants', url:'../r08_base/080201.htm', key:'0802'
			},
			{code:'Dossiers thématiques', url:'../r08_base/080301.htm', key:'0803'
			},
			{code:'\" En savoir + \"', url:'../r08_base/080401.htm', key:'0804'
			},
			{code:'Visites audioguidées', url:'../r08_base/080501.htm', key:'0805', "format":{"style":borderBot}
			}
			]
	},
/* version en attente 
	{code:"Boutique", key:'10', "format":{"size":[height, 60]},
		sub:boutiqueMenuItems 
	},
*/
	{code:"Bonus", key:'09', "format":{"size":[height,50]},
		sub:[
			{"size":[subHeight,110], "itemoff":[subHeight,0], "leveloff":[height,0], "style":borderMid},
			{code:'Fonds d\'écran', url:'../r09_bonus/090101.htm', key:'0901', "format":{"style":borderTop}
			},
			{code:'Cartes postales', url:'../r09_bonus/090201.htm', key:'0902'
			},
			{code:'Jeu de mémoire', url:'../r09_bonus/090301.htm', key:'0903'
			},
			{code:'Musée en images', url:'../r09_bonus/090401.htm', key:'0904'
			},
			{code:'Mini-site', url:'../r09_bonus/090501.htm', key:'0905', "format":{"style":borderBot}
			}
			]
	}
];

