// JavaScript Document
// The structure of the menu is as follows:
// ['icon', 'title', 'url', 'target', 'description'],  // a menu item
// Forgetting a comma will cause the menu to stop processing during build time.

// menu items for:  navigation 1, menu 1, left
var n1m1l_items =
[
	[null,'Guide',null,null,null,
		[null,'Introduction','#anchor-guide-intro',null,null],
		[null,'Named Anchors','#anchor-guide-na',null,null],
		[null,'Images','#anchor-guide-img',null,null],
		[null,'Bubble Wrappers',null,null,null,
			[null,'What is \'The Bubble\'?','#anchor-guide-bubble',null,null],
			[null,'Bubble Paragraph Formatting','#anchor-guide-bubble-paragraph',null,null],
			[null,'Multi-column Bubble Layouts','#anchor-guide-bubble-column',null,null],
		],
	[null,'Text Styles','#anchor-guide-text',null,null],
	[null,'Form Styles','#anchor-guide-form',null,null],
	[null,'Table Styles','#anchor-guide-table',null,null],
	[null,'List/Bullet Styles','#anchor-guide-list',null,null],
	[null,'Color Standards','#anchor-guide-color',null,null],
	[null,'Adobe Flash','#anchor-guide-flash',null,null],
	[null,'JavaScript','#anchor-guide-js',null,null],
	[null,'Browser Compatibility','#anchor-guide-browser',null,null]
	],
	_cmSplit,
	[null,'Theme',null,null,null,
		[null,'Default','index.html',null,null,
			[null,'Web Application Decorator','webapp-decorator.html',null,null],
			[null,'Web Site Decorator','website-decorator.html',null,null]
		],
		[null,'Blue','../blue/index.html',null,null,
			[null,'Web Application Decorator','../blue/webapp-decorator.html',null,null],
			[null,'Web Site Decorator','../blue/website-decorator.html',null,null]
		],
	],
	_cmSplit,
	[null,'Browser Test','../../browsertest.html',null,null]
];

// menu items for:  navigation 1, menu 2, right
var n1m2r_items =
[
	[null,'www.nemours.org','http://www.nemours.org','_new', 'Visit Nemours Internet site'],
	_cmSplit,
	[null,'static.nemours.org','http://static.nemours.org',null, 'Reload this guide']
];


