BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's 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
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
	/*,
	fadeIn:'progid:DXImageTransform.Microsoft.Fade(duration=0.3)',
	fadeOut:'progid:DXImageTransform.Microsoft.Fade(duration=0.3)'*/
};

var MENU_ITEMS = [
	{pos:'relative', delay:[200, 800], itemoff:[0,99], leveloff:[32,0], style:STYLE, size:[32,188]},
	{code:'<img src="images/menu-hader.jpg" width="188" height="32" />',
		sub:[
			{itemoff:[30,0], size:[30,189], levelFilters:'progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#FFD038,strength=4)'},
			{code:'<img src="images/menu-01.gif" width="188" height="30" />', url:'../eng_management.asp',
			
			sub:[]
		 	},
			{code:'<img src="images/menu-02.gif" width="188" height="30" />', url:'../eng_services.asp',
				sub:[]
			},
			{code:'<img src="images/menu-03.gif" width="188" height="30" />', url:'../eng_term_and_condition.asp',
				sub:[]
			},
			{code:'<img src="images/menu-04.gif" width="188" height="30" />', url:'../eng_requirement.asp',
				sub:[]
			},
			{code:'<img src="images/menu-05.gif" width="188" height="30" />', url:'../eng_visaprocedures.asp',
				sub:[]
			},
			{code:'<img src="images/menu-06.gif" width="188" height="30" />', url:'../eng_selectionprocess.asp',
				sub:[]
			},
			{code:'<img src="images/menu-07.gif" width="188" height="30" />', url:'../eng_searchjobs.asp',
				sub:[]
			},
			{code:'<img src="images/menu-08.gif" width="188" height="30" />', url:'../eng_applicationform.asp',
				sub:[]
			},
			{code:'<img src="images/menu-09.gif" width="188" height="30" />', url:'../eng_passportinquiry.asp',
				sub:[]
			},
			{code:'<img src="images/menu-10.gif" width="188" height="30" />', url:'../eng_prerequisite.asp',
				sub:[]
			},
			{code:'<img src="images/menu-11.gif" width="188" height="30" />',url:'../eng_currentjobs.asp',
				sub:[]
			},

			{code:'<img src="images/menu-12.gif" width="188" height="30" />', url:'../eng_joboffering.asp',
				sub:[]
			},
			{code:'<img src="images/menu-13.gif" width="188" height="30" />', url:'../eng_currentjobs.asp',
				sub:[]
			}
		]
	}
];
