// items du menu principal
var height = 20;
var width = 118; //103;
var SSRUB_ITEMS = [];

var ACCUEIL_ITEMS = {
	"01" : "Sommaire",
	"02" : "Plan",
	"03" : "Extranet",
	"04" : "Photothèque",
	"05" : "Mentions légales"
}

var MENU_ITEMS =
[
	{"size":[height, width], "imgsDir":"../site/_imgs/menu/menu"},
	{code:"L'entreprise", key:'01', url:"../site_r01entreprise/0100.htm"
	},
	{code:"La fabrication", key:"02", url:"../site_r02fabrication/0200.htm"
	},
	{code:"Les produits", key:"03", url:"../site_r03produits/0300.htm"
	},
	{code:"Les visites", key:'04', url:"../site_r04visites/0400.htm"
	},
	{code:"Les plus", key:'05', url:"../site_r05plus/0500.htm"
	}
];

var l_sep = {code:'sep', "format":{'disabled':'yes'}};
// items du menu transversal
var BOTTOM_ITEMS = [
	{code:"Contacts", key:"01", url:'../site_r01entreprise/0105.htm'
	},
	l_sep,
	{code:"Accès Pro", key:"02", url:'../control?key=core.login&_action=show'
	},
	l_sep,
	{code:"Photothèque", key:"06", url:'../control?key=goodies.phototheque.login&_action=show'
	},
	l_sep,
	{code:"Points de vente", key:"03", url:'../site_r03produits/0310.htm'
	},
	l_sep,
	{code:"Plan du site", key:"04", url:'../site/plan.htm'
	},
	l_sep,
	{code:"Mentions légales", key:"05", url:'../site/mentions.htm'
	}
]

