BLANK_IMAGE = '/java/b.gif';  
 
var STYLE0 = {  
	border:0,			// item's border width, pixels; zero means "none"  
	shadow:0,			// item's shadow size, pixels; zero means "none"  
	css:{  
		ON:"Style1MOn",		// CSS class for items  
		OVER:"Style1MOver"	// CSS class  for item which is under mouse  
	}  
}; 
  
var STYLE1 = {  
	border:0,			// item's border width, pixels; zero means "none"  
	shadow:0,			// item's shadow size, pixels; zero means "none"  
	css:{  
		ON:"Style1MOn",		// CSS class for items  
		OVER:"Style1MOver"	// CSS class  for item which is under mouse  
	}  
};  
var STYLE2 = {  
	border:1,			// item's border width, pixels; zero means "none"  
	shadow:1,			// item's shadow size, pixels; zero means "none"  
	color:{  
		border:"#cccccc",	// color of the item border, if any  
		shadow:"#efefef",	// color of the item shadow, if any  
		bgON:"#F6F6F6",		// background color for the items  
		bgOVER:"#efefef"	// background color for the item which is under mouse right now  
	},  
	css:{  
		ON:"Style2MOn",		// CSS class for items  
		OVER:"Style2MOver"	// CSS class  for item which is under mouse  
	}  
}; 
var STYLE3 = {  
	border:1,			// item's border width, pixels; zero means "none"  
	shadow:1,			// item's shadow size, pixels; zero means "none"  
	color:{  
		border:"#cccccc",	// color of the item border, if any  
		shadow:"#93B491",	// color of the item shadow, if any  
		bgON:"#005027",		// background color for the items  
		bgOVER:"#93B491"	// background color for the item which is under mouse right now  
	},  
	css:{  
		ON:"Style3MOn",		// CSS class for items  
		OVER:"Style3MOver"	// CSS class  for item which is under mouse  
	}  
}; 
var STYLE4 = {  
	border:1,			// item's border width, pixels; zero means "none" 
	shadow:0, 
	color:{  
		border:"#bbbbbb",	// color of the item border, if any  
		shadow:"#DBD8D1",	// color of the item shadow, if any  
		bgON:"#F6F6F6",		// background color for the items  
		bgOVER:"#efefef"	// background color for the item which is under mouse right now  
	},  
	css:{  
		ON:"Style4MOn",		// CSS class for items  
		OVER:"Style4MOver"	// CSS class  for item which is under mouse  
	} 
};  
// top menu 
 
var MENU_ITEMS1 = [  
	{pos:[0,3], itemoff:[0,170], leveloff:[10,99], style:STYLE1, size:[15,165]}, 
	{code:'公司介绍', url:'/ch/profile.html', format:{}, 
		sub:[
			{leveloff:[22,0], itemoff:[23,0], style:STYLE3, size:[24,165]}, 
			{code:"公司介绍", url:'/ch/profile.html', format:{image:"", oimage:"", imgsize:[0,0]}}, 
			{code:"法规遵守", url:'/ch/compliance.html', format:{image:"", oimage:"", imgsize:[0,0]}}, 
			{code:"会议召集", url:'/ch/conferences.html', format:{image:"", oimage:"", imgsize:[0,0]}}, 
			{code:"职业生涯", url:'/ch/careers.html', format:{image:"", oimage:"", imgsize:[0,0]}}, 
			{code:"新闻发布", url:'/ch/press.html', format:{image:"", oimage:"", imgsize:[0,0]}}, 
			{code:"联系我们", url:'/ch/contact.html', format:{image:"", oimage:"", imgsize:[0,0]}}, 
		]}, 

	{code:'投资银行业务', url:'/ch/investment_banking.html', 
		sub:[ 
			{leveloff:[22,0], itemoff:[23,0], style:STYLE3, size:[24,165]}, 
			{code:"投资银行", url:'/ch/investment_banking.html', format:{image:"", oimage:"", imgsize:[0,0]}}, 
			{code:"最近交易（ PDF格式）", url:' http://www.breanmurraycarret.com/pdf/RecentTransactions.pdf', target:'_blank', format:{image:"", oimage:"", imgsize:[0,0]}}, 
			{code:"股票资本市场", url:'/ch/syndicate.html', format:{image:"", oimage:"", imgsize:[0,0]}}, 
		] 
	}, 
	{code:'机构销售与交易', url:'/ch/institutional.html', 
		sub:[ 
			{leveloff:[22,0], itemoff:[23,0], style:STYLE3, size:[24,165]}, 
			{code:"机构销售", url:'/ch/institutional.html', format:{image:"", oimage:"", imgsize:[0,0]}}, 
			{code:"股票交易", url:'/ch/equity_trading.html', format:{image:"", oimage:"", imgsize:[0,0]}}, 
			{code:"做市商名录", url:'http://www.breanmurraycarret.com/mmlist_display.asp', target:'_blank', format:{image:"", oimage:"", imgsize:[0,0]}}, 
			{code:"会议&活动", url:'/ch/conferences_events.html', format:{image:"", oimage:"", imgsize:[0,0]}}, 
		] 
	}, 
	{code:'证券研究', url:'/ch/research_dept.html', 
		sub:[ 
			{leveloff:[22,0], itemoff:[23,0], style:STYLE3, size:[24,165]}, 
			{code:"研究分析部", url:'/ch/research_dept.html', format:{image:"", oimage:"", imgsize:[0,0]}}, 
			{code:"高级分析师", url:'/ch/analysts.html', format:{image:"", oimage:"", imgsize:[0,0]}}, 
			{code:"研究涵盖（ PDF格式）", url:'http://www.breanmurraycarret.com/pdf/ResearchUniverse.pdf', target:'_blank', format:{image:"", oimage:"", imgsize:[0,0]}}, 
		] 
	}, 
	{code:'资产管理', url:'/ch/asset_management.html', 
		sub:[ 
			{leveloff:[22,0], itemoff:[23,0], style:STYLE3, size:[24,165]}, 
			{code:"资产管理", url:'/ch/asset_management.html', format:{image:"", oimage:"", imgsize:[0,0]}}, 
			{code:"受监管股票销售", url:'/ch/regulated_stock.html', format:{image:"", oimage:"", imgsize:[0,0]}}, 
		] 
	}, 
 
]; 
