var BLANK_IMAGE="../images/func_topmenu/b.gif";
//the style for the top navigation bar
var STYLETOP = {
	border:1,			// item's border width, pixels; zero means "none"
	borders:[0,0,1,0],
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#ffffff",	// color of the item border, if any
		shadow:"#0373bb",	// color of the item shadow, if any
		bgON:"#0373bb",		// background color for the items
		bgOVER:"#faaa11"	// background color for the item which is under mouse right now
	},
	css:{
		ON:null,		// CSS class for items
		OVER:null	// CSS class  for item which is under mouse
    }
};
//the style for the dropdowns
var STYLEDROP = {
	border:1,			// item's border width, pixels; zero means "none"
	borders:[1,1,0,0],
	shadow:1,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#0373bb",	// color of the item border, if any
		shadow:"#0373bb",	// color of the item shadow, if any
		bgON:"#0373bb",		// background color for the items
		bgOVER:"#faaa11"	// 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:"relative", 		
		itemoff:[0,0], 
		delay:[0,0], 
		leveloff:[0,0], 
		style:STYLETOP, 
		size:[39,746]
	},
	{
		code:"<img src='../images/func_topmenu/menu_start.jpg'>",
		format:{itemoff:[0,0], size:[39,27]}
	},
	{
		code:"<img src='../images/func_topmenu/menu_corporate.jpg'>",
		format:{itemoff:[0,27], size:[39,140]},
		sub:
		[
/*			{leveloff:[39,0], size:[20,145], style:STYLEDROP},
			{code:"Profile",url:"../corporate/profile.asp", format:{itemoff:[0,0]}},
			{code:"Corporate Governance",url:"../corporate/corporate_governance.asp", format:{itemoff:[0,75]}},
			{code:"Employment",url:"../corporate/employment.asp", format:{itemoff:[0,145]}},
			{code:"Locations",url:"../corporate/locations.asp", format:{itemoff:[0,100]}},
			{code:"Subsidiary Profiles",url:"../corporate/subsidairy.asp", format:{itemoff:[0,100]}}*/
		]
	},
	{
		code:"<img src='../images/func_topmenu/menu_press_releases.jpg'>",
		format:{itemoff:[0,140], size:[39,139]},
		sub:
		[
/*			{"itemoff":[0,100], leveloff:[39,0], size:[20,120], style:STYLEDROP},
			{code:"Earnings",url:"../pressrelease/earnings.asp"},
			{code:"Acquisition",url:"../pressrelease/Acquisition.asp"},
			{code:"News",url:"../pressrelease/News.asp"},*/
		]
	},	
	{
		code:"<img src='../images/func_topmenu/menu_sec_filing.jpg'>",
		/*url:"http://www.sec.gov/cgi-bin/browse-edgar?company=EXCEL+TECHNOLOGY+INC&CIK=&State=&SIC=&action=getcompany",
		target:"blank",*/
		format:{itemoff:[0,139], size:[39,139]}
	},
	{
		code:"<img src='../images/func_topmenu/menu_annual_reports.jpg'>",
		/*url:"../annualreports/annual.asp",*/
		format:{itemoff:[0,139], size:[39,141]}
	},	
	{
		code:"<img src='../images/func_topmenu/menu_information_request.jpg'>",
		/*url:"../inforequest/request.asp",*/
		format:{itemoff:[0,141], size:[39,137]}
	},	
	{
		code:"<img src='../images/func_topmenu/menu_end.jpg'>",
		format:{itemoff:[0,137], size:[39,23]}
	}
	
];
