navObject_developers = new navObject ({
	name: 				'navObject_developers',
	scriptRootRelPath:	'javascript/navObject.js',
	imagesRootRelPath:	'images/',
	linksRootRelPath:	'developers/',
	layoutStart:		'<IMG SRC="[~IMG~]tops/devtitle.gif" WIDTH="178" HEIGHT="21">',
	layoutDivider:		'<IMG SRC="[~IMG~]subnav/subsline.gif" WIDTH="178" HEIGHT="1">',
	layoutFinish:		'<IMG SRC="[~IMG~]subnav/subsline.gif" WIDTH="178" HEIGHT="1">',
	navItems: [
		{
			alt:	'Community',
			href:	'index.html',
			on:		'subnav/dev1_on.gif',
			off:	'subnav/dev1_off.gif',
			width:	178,
			height:	19
		},
		{
			alt:	'Best Practices',
			href:	'practices.html',
			on:		'subnav/dev2_on.gif',
			off:	'subnav/dev2_off.gif',
			width:	178,
			height:	19
		},
		{
			alt:	'FAQs',
			href:	'faqs.html',
			on:		'subnav/dev3_on.gif',
			off:	'subnav/dev3_off.gif',
			width:	178,
			height:	19
		},
		{
			alt:	'Development Partners',
			href:	'partners.html',
			on:		'subnav/dev4_on.gif',
			off:	'subnav/dev4_off.gif',
			width:	178,
			height:	19
		},
		{
			alt:	'Developer Resources',
			href:	'resources.html',
			on:		'subnav/dev5_on.gif',
			off:	'subnav/dev5_off.gif',
			width:	178,
			height:	19
		}
	]
});
navObject_top.setCurrentNavItem('Developers');
