BLANK_IMAGE = "images/0-pix.gif";
	
var STYLENORMAL = {
	border:0,			// items border width, pixels; zero means "none"
	borders:[0,0,0,0], 
	shadow:0,			// items shadow size, pixels; zero means "none"
	color:{
		border:"",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"",		// background color for the items
		bgOVER:"",	// background color for the item which is under mouse right now
		imagebg:"",
		oimagebg:""
	},
	css:{
		ON:"menu_element",		// CSS class for items
		OVER:"menu_element_over"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
		
        {"pos":"relative","itemoff":[36,0],"leveloff":[0,200],"delay":"500","style":STYLENORMAL,"size":[36,200]},

		{url:"index.php", code:'Accueil',

				sub:[
				]
		},
		
		{url:"acces.php", code:'Mon accès',

				sub:[
				]
		},
		
		/*
		{url:"profil.php", code:'Mon profil',

				sub:[
				]
		},
		*/
		
		{url:"nouvelles.php", code:'Les nouvelles',

				sub:[
				]
		},
		
		/*
		{url:"annonces.php", code:'Les annonces',

				sub:[
				]
		},
		*/
		
		{url:"activites.php", code:'Conventums / Activités',

				sub:[
				]
		}
];
