BLANK_IMAGE = 'images/0-pix.gif';

var STYLENORMAL = {
	border:0,			// item's border width, pixels; zero means "none"
	borders:[0,0,0,0], 
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"",	// color of the item border, if any
		shadow:"#DBD8D1",	// 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:"cssmenu",		// CSS class for items
		OVER:"cssmenu"	// CSS class  for item which is under mouse
	}
};

var STYLESUB1 = { border:0, shadow:0, color:{ border:"", shadow:"", bgON:"", bgOVER:"", imagebg:"", oimagebg:"" }, css:{ ON:"clsCMOnSub1", OVER:"clsCMOverSub1" } };

var STYLESUB2 = { border:0, shadow:0, color:{ border:"", shadow:"", bgON:"", bgOVER:"", imagebg:"", oimagebg:"" }, css:{ ON:"clsCMOnSub1", OVER:"clsCMOverSub1" } };


var MENU_ITEMS = [
        {"pos":'relative',"itemoff":[23,0],"leveloff":[0,145],"delay":'500',"style":STYLENORMAL,"size":[23,155]},
		
		{code:'<img src="images/menu/fr-fr/menu_00.png" width="155" height="23" />',ocode:'<img src="images/menu/fr-fr/menu_00.png" width="155" height="23" />',url:"index.php?page=117",
                sub:[
					]
        },
		
        {code:'<img src="images/menu/fr-fr/menu_01.png" width="155" height="23" />',ocode:'<img src="images/menu/fr-fr/menu_01.png" width="155" height="23" />',
                sub:[
					 	{"size":[27,202], "itemoff":[25,0], "leveloff":[0,0], "style":STYLESUB2,image:null},
						
						{code:"La liste",url:"index.php?page=116"},
						{code:"Où les trouver",url:"index.php?page=118"},
						{code:"Autres romans",url:"index.php?page=119"}
					]
        },
		
		{code:'<img src="images/menu/fr-fr/menu_02.png" width="155" height="23" />',ocode:'<img src="images/menu/fr-fr/menu_02.png" width="155" height="23" />',
                sub:[
                        {"size":[27,202], "itemoff":[25,0], "leveloff":[0,0], "style":STYLESUB2,image:null},
						
						{code:"Biographie",url:"index.php?page=120"},
						{code:"Entrevues",url:"index.php?page=143"}
						//{code:"Le journal d'Anne",url:"index.php?page=56"},
						//{code:"Futurs écrivains",url:"index.php?page=24"}
					]
        },
       
		{code:'<img src="images/menu/fr-fr/menu_04.png" width="155" height="23" />',ocode:'<img src="images/menu/fr-fr/menu_04.png" width="155" height="23" />',url:"index.php?page=122",
                sub:[
					]
        },
        
		{code:'<img src="images/menu/fr-fr/menu_05.png" width="155" height="23" />',ocode:'<img src="images/menu/fr-fr/menu_05.png" width="155" height="23" />',
                sub:[
						{"size":[27,202], "itemoff":[25,0], "leveloff":[0,0], "style":STYLESUB2,image:null},
						
						{code:"L'Ordre",url:"index.php?page=123"},
						{code:"Les personnages",url:"index.php?page=124"},
						{code:"La carte d'Enkidiev",url:"carte_enkidiev.php",target:"_blank"},
						{code:"La visite virtuelle",url:"tour/index.html",target:"_blank"},
						{code:"Le journal d'Onyx",url:"journal_onyx/journal_onyx_00.html",target:"_blank"}
					]
        },
		
		{code:'<img src="images/menu/fr-fr/menu_06.png" width="155" height="23" />',ocode:'<img src="images/menu/fr-fr/menu_06.png" width="155" height="23" />',
                sub:[
						{"size":[27,202], "itemoff":[25,0], "leveloff":[0,0], "style":STYLESUB2,image:null},
						
						{code:"Les personnages",url:"index.php?page=127"},
						{code:"Pigeonnier",url:"index.php?page=139"},
						{code:"Album souvenirs",url:"index.php?page=128"},
						{code:"Photo du mois",url:"index.php?page=194"}
					]
        },
		
		{code:'<img src="images/menu/fr-fr/menu_07.png" width="155" height="23" />',ocode:'<img src="images/menu/fr-fr/menu_07.png" width="155" height="23" />',
                sub:[
						{"size":[27,202], "itemoff":[25,0], "leveloff":[0,0], "style":STYLESUB2,image:null},
						
						{code:"Nos amis",url:"index.php?page=154"},
						{code:"Les liens",url:"index.php?page=138"},
						{code:"Bébés célèbres",url:"index.php?page=153"},
						{code:"Témoignages",url:"index.php?page=155"}
					]
        },
		
		{code:'<img src="images/menu/fr-fr/menu_10.png" width="155" height="23" />',ocode:'<img src="images/menu/fr-fr/menu_10.png" width="155" height="23" />',url:"index.php?page=129",
                sub:[
					]
        },
		
		{code:'<img src="images/menu/fr-fr/menu_11.png" width="155" height="23" />',ocode:'<img src="images/menu/fr-fr/menu_11.png" width="155" height="23" />',url:"index.php?page=130",
                sub:[
					]
        },
		
		{code:'<img src="images/menu/fr-fr/menu_12.png" width="155" height="23" />',ocode:'<img src="images/menu/fr-fr/menu_12.png" width="155" height="23" />',url:"index.php?page=131",
                sub:[
					]
        }		
		

];

