var BLANK_IMAGE="http://www.woodnet.com/images/transparent_dot.gif";
var NOSTYLE = {"border":0, "shadow":0, "color":0, "css":0};
var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#666600",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"#FFCC33"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS0 = [
	{pos:"relative", itemoff:[0,0], leveloff:[14,-2], style:NOSTYLE, size:[0,0]},
	{code:"Filière Bois",
		sub:[
			{"size":[21,170], itemoff:[21,0], leveloff:[21,0], style:STYLE},
			{code:"Fédérations", "url":"http://www.woodnet.com/fr/federations.asp", target: "_top"},
			{code:"Annuaires des Fédérations", "url":"http://www.woodnet.com/fr/annuaire.asp", target: "_top"},
		]
	}
	
];
var MENU_ITEMS2 = [
	{pos:"relative", itemoff:[0,0], leveloff:[10,0], style:NOSTYLE, size:[0,0]},
	{code:"Commerce de bois",
		sub:[
			{"size":[21,170], itemoff:[21,0], leveloff:[21,0], style:STYLE},
			{code:"Annonces de commerce", "url":"http://www.woodnet.com/fr/ANNONCES/annoncebois.asp", target: "_top"},
			{code:"Annonces de services", "url":"http://www.woodnet.com/fr/ANNONCES/PTANNONCES/liste.asp", target: "_top"},
			{code:"Bois sur pied", "url":"http://www.woodnet.com/bourse/boursehome.asp", target: "_top"},
			{code:"Bourse à l'emploi", "url":"http://www.woodnet.com/fr/ANNONCES/EMPLOIS/liste.asp", target: "_top"},
		]
	}
	
];
var MENU_ITEMS1 = [
	{pos:"relative", itemoff:[0,0], leveloff:[10,-1], style:NOSTYLE, size:[0,0]},
	{code:"Informations",
		sub:[
			{"size":[21,170], itemoff:[21,0], leveloff:[21,0], style:STYLE},
			//{code:"Echo des bois", "url":"http://www.woodnet.com/fr/ECHO/fedhome.asp?fedid=16&lg=FR", target: "_top"},
			{code:"Nouvelles", "url":"http://www.woodnet.com/fr/home_news_all.asp", target: "_top"},
			{code:"Agenda", "url":"http://www.woodnet.com/fr/home_agenda_all.asp", target: "_top"},
			{code:"Liens utiles", "url":"http://www.woodnet.com/fr/liens_utiles.asp", target: "_top"},
			{code:"Un métier en bois", "url":"http://www.woodnet.com/fr/SITE/fedhome.asp?fedid=19", target: "_top"},
		]
	}
	
];
