navObject_company = new navObject ({
	name: 				'navObject_company',
	scriptRootRelPath:	'javascript/navObject.js',
	imagesRootRelPath:	'images/',
	linksRootRelPath:	'company/',
	layoutStart:		'<IMG SRC="[~IMG~]tops/comptitle.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:	'Overview',
			href:	'index.html',
			on:		'subnav/comp1_on.gif',
			off:	'subnav/comp1_off.gif',
			width:	178,
			height:	19
		},
		{
			alt:	'Licensees',
			href:	'licensees.html',
			on:		'subnav/comp5_on.gif',
			off:	'subnav/comp5_off.gif',
			width:	178,
			height:	19
		},
		{
			alt:	'Partners',
			href:	'partners.html',
			on:		'subnav/comp9_on.gif',
			off:	'subnav/comp9_off.gif',
			width:	178,
			height:	19
		},
		{
			alt:	'Biographies',
			href:	'biographies.html',
			on:		'subnav/comp2_on.gif',
			off:	'subnav/comp2_off.gif',
			width:	178,
			height:	19
		},
		{
			alt:	'Board of Directors',
			href:	'board.html',
			on:		'subnav/comp3_on.gif',
			off:	'subnav/comp3_off.gif',
			width:	178,
			height:	19
		},
		{
			alt:	'Events',
			href:	'events.html',
			on:		'subnav/comp4_on.gif',
			off:	'subnav/comp4_off.gif',
			width:	178,
			height:	19
		},
		{
			alt:	'Employment',
			href:	'employment.html',
			on:		'subnav/comp6_on.gif',
			off:	'subnav/comp6_off.gif',
			width:	178,
			height:	19
		},
		{
			alt:	'Privacy',
			href:	'privacy.html',
			on:		'subnav/comp7_on.gif',
			off:	'subnav/comp7_off.gif',
			width:	178,
			height:	19
		},
		{
			alt:	'Contact',
			href:	'contact.html',
			on:		'subnav/comp8_on.gif',
			off:	'subnav/comp8_off.gif',
			width:	178,
			height:	19
		}
	]
});
navObject_top.setCurrentNavItem('Company');
