//BLANK_IMAGE = 'images/b.gif';
BLANK_IMAGE = 'images/spacer.gif';

var STYLE = {
	border:0,			// 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:"#FFCB00",	// color of the item shadow, if any
		//bgON:"#626262"//,	// background color for the items
		//bgOVER:""	
		//bgOVER:"#98CACB"	// 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 STYLE_SUB = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		//border:"#999999"//,	// color of the item border, if any
		//shadow:"#FFCB00"//,//,	// color of the item shadow, if any
		//bgON:"#000000"//,		// background color for the items
		//bgOVER:"#000000"*/

		//bgOVER:"#98CACB"	// 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_ITEMS = [
	{pos:[175,110], itemoff:[0,89], leveloff:[22,0],style:STYLE,size:[27,99]},
	{code:"",
		url:'Research.php', format:{size:[22,95],itemoff:[0,80]}},
	{code:"",
		url:'Upload.php', format:{size:[22,140],itemoff:[0,175]}},
	{code:"",
	sub:[
			{leveloff:[24,-85],size:[100,99]},
			{code:"STORIES",
				url:'Stories.php?language=ALL', format:{style:STYLE_SUB,size:[22,240],itemoff:[20,0]}
			},
			{code:"JINGLES",
				url:'Jingles.php?language=ALL', format:{style:STYLE_SUB,size:[22,240],itemoff:[20,0]}
			},
			{code:"LANGUAGE eLEARNING",
				url:'Language_eLearning.php?language=ALL', format:{style:STYLE_SUB,size:[22,240],itemoff:[20,0]}
			},
			{code:"LANGUAGE eMAGAZINE",
				url:'Language_eMagazine.php?language=ALL', format:{style:STYLE_SUB,size:[22,240],itemoff:[20,0]}
			},
			{code:"DIALOGUES",
				url:'Dialogues.php?language=ALL', format:{style:STYLE_SUB,size:[22,240],itemoff:[20,0]}
			},
			{code:"GAMES AND FUN",
				url:'Games.php?language=ALL', format:{style:STYLE_SUB,size:[22,240],itemoff:[20,0]}
			}
			],	
		url:'Entertainment.php', format:{size:[22,140],itemoff:[0,210]}},
	{code:"",format:{size:[22,100]},
		url:'News_Events.php', format:{size:[22,145],itemoff:[0,210]}}
		
	
];

