/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.

Variables Below:

l = Link - basic path to page
pa = picture arrow
pb = picture blank

*/


var l = 'mvc/index.cfm?fuseaction=';
var pa = '<img src="menu/tri.gif" border="0">'
var pb = '<img src="menu/tri_blank.gif" border="0" width="10" height="14">'
var news = '<img src="../images/universal/news.gif" border="0" width="50" height="14">'

var MENU_ITEMS = [
	['<img src="../images/universal/title_issue.gif" border="0">'],
	
	[this.pb + 'Breaking News' + this.news, 'breaking_news.cfm'],
	
	[this.pa + 'Features','','',
		[' Identity Crisis? Naming Craft Museums Proves Difficult', 'features1.cfm', ''],
		[' Auction Houses Go Toe to Toe', 'features2.cfm', ''],
		[' Roundtable: The Ins and Outs of Selling Art', 'features3.cfm', '']
	],
	
	
	[this.pa + 'In the News', '', '',
		[' Life Inspires "Mobster" Painter', 'news1.cfm', ''],
		[' MoMA Reopens in Manhattan', 'news2.cfm', ''],
		[' Painter of Wine Redefines "Life"', 'news3.cfm', '']
		
	],
	
	
	[this.pa + 'Departments', '', '',
		[' ABN Editorial', 'dept_editorial.cfm', ''],
		[' Marketing Moves', 'dept_moves.cfm', ''],
		[' Q &amp; A - NEW!', 'dept_qa.cfm', ''],
		[' Museum Highlights', 'dept_highlights.cfm', ''],
		[' Artist Profile', 'dept_profile.cfm', ''],
		[' New Editions [PDF Format]', 'pdf/neweditions.pdf', ''],
		[' Emerging Artists [PDF Format]', 'pdf/emerging.pdf', ''],
		[' Advertiser Index', 'dept_adindex.cfm', ''],
		[' Show Dates', 'dept_dates.cfm', '']
	
	],
	
	[this.pb + 'ABN Home', 'index.cfm', ''],
	
	['<img src="../images/universal/title_quick.gif" border="0">'],
	
	[this.pb + 'Article Archive', 'search.cfm', ''],
	
	[this.pb + 'Advertiser Index', 'dept_adindex.cfm', ''],
	
	[this.pb + 'Show Dates', 'dept_dates.cfm', ''],
	
	[this.pb + 'Subscribe to ABN', 'https://secureafg.pfpub.com/subscribeabn/', ''],
	
	['<img src="../images/universal/title_about.gif" border="0">'],
	
	[this.pb + 'Editorial Objectives/Staff', 'objectives.cfm', ''],
	
	[this.pb + 'Editorial Guidelines', 'guidelines.cfm', ''],
	
	[this.pb + 'Terms of Use Guidelines', 'copyright.cfm', ''],
	
	[this.pa + 'Advertiser Info', '', '',
		['Media Kit', 'mediakit.cfm', ''],
		['Request Reprints', 'adinfo_reprints.cfm', '']
	],
	
	[this.pb + 'Contact Us', 'contact.cfm', '']
];

