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":[55,0],"leveloff":[0,200],"delay":'500',"style":STYLENORMAL,"size":[55,205]},
		
        {url:"index.php?page=11", code:'<img title="Picture books" alt="Picture books" src="images/menu/en/menu_01.gif" width="205" height="55" />', "format":{"size":[55,205]}, 
				
                sub:[
						{"size":[28,140], "itemoff":[27,0], "leveloff":[3,0], "style":STYLESUB2,image:null},
						
						{code:"For ages 1 - 3",url:"index.php?page=44"},
						{code:"For ages 3 - 7",url:"index.php?page=47"},
						{code:"For ages 6 - 9",url:"index.php?page=48"}
						//{code:"For ages 9 - 12",url:"index.php?page=49"},
						//{code:"For ages 12 - 15",url:"index.php?page=45"},
						//{code:"For ages 15 - 18",url:"index.php?page=46"}
					]
        },
		
		{url:"index.php?page=12", code:'<img title="Fiction" alt="Fiction" src="images/menu/en/menu_02.gif" width="205" height="54" />', "format":{"size":[54,205],"itemoff":[55,0]}, 
                sub:[
					 	{"size":[28,140], "itemoff":[27,0], "leveloff":[0,0], "style":STYLESUB2,image:null},
						
					 	//{code:"For ages 1 - 3",url:"index.php?page=23"},
						{code:"For ages 3 - 7",url:"index.php?page=36"},
						{code:"For ages 6 - 9",url:"index.php?page=37"},
						{code:"For ages 9 - 12",url:"index.php?page=38"},
						{code:"For ages 12 - 15",url:"index.php?page=24"},
						{code:"For ages 15 - 18",url:"index.php?page=35"}
					]
        },
       
	   {url:"index.php?page=13", code:'<img title="Non-fiction" alt="Non-fiction" src="images/menu/en/menu_03.gif" width="205" height="53" />', "format":{"size":[53,205],"itemoff":[54,0]}, 
                sub:[
					 	{"size":[28,140], "itemoff":[27,0], "leveloff":[0,0], "style":STYLESUB2,image:null},
						
					 	{code:"For ages 1 - 3",url:"index.php?page=27"},
						{code:"For ages 3 - 7",url:"index.php?page=41"},
						{code:"For ages 6 - 9",url:"index.php?page=42"},
						{code:"For ages 9 - 12",url:"index.php?page=43"},
						{code:"For ages 12 - 15",url:"index.php?page=39"},
						{code:"For ages 15 - 18",url:"index.php?page=40"}
					]
        },
        
		{url:"index.php?page=14", code:'<img title="Books in French" alt="Books in French" src="images/menu/en/menu_04.gif" width="205" height="57" />', "format":{"size":[57,205],"itemoff":[53,0]}, 
                sub:[
					 	{"size":[28,140], "itemoff":[27,0], "leveloff":[0,0], "style":STYLESUB2,image:null},
						
					 	{code:"For ages 1 - 3",url:"index.php?page=30"},
						{code:"For ages 3 - 7",url:"index.php?page=32"},
						{code:"For ages 6 - 9",url:"index.php?page=33"},
						{code:"For ages 9 - 12",url:"index.php?page=34"},
						{code:"For ages 12 - 15",url:"index.php?page=28"},
						{code:"For ages 15 - 18",url:"index.php?page=29"}
					]
        },
        
		{url:"index.php?page=15", code:'<img title="Our Specials" alt="Our Specials" src="images/menu/en/menu_05.gif" width="205" height="80" />', "format":{"size":[80,205],"itemoff":[54,0]}, 
                sub:[
					]
        },
		
		{url:"index.php?page=52", code:'<img title="Kid\'s Zone" alt="Kid\'s Zone" src="images/menu/en/menu_06.gif" width="205" height="92" />', "format":{"size":[92,205], "itemoff":[90,0]},
                sub:[
					]
        },
		
		{url:"index.php?page=53", code:'<img title="Teacher\'s & Librairian\'s Zone" alt="Teacher\'s & Librairian\'s Zone" src="images/menu/en/menu_07.gif" width="205" height="100" />', "format":{"size":[100,205], "itemoff":[90,0]},
                sub:[
					]
        }	
		
];


