navObject_products = new navObject ({
	name:				'navObject_products',
	scriptRootRelPath:	'javascript/navObject.js',
	imagesRootRelPath:	'images/',
	linksRootRelPath:	'products/',
	layoutStart:
		{
			alt: 	'Products',
			href:	'index.html',
			off:	'tops/prodtitle.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:	'Mobile Music Technologies',
			href:	'technologies.html',
			on:		'subnav/prod0_on.gif',
			off:	'subnav/prod0_off.gif',
			width:	178,
			height:	19
		},
		{
			alt:	'Mobile Music Player',
			href:	'technologies_mmp.html',
			on:		'subnav/prod0-1_on.gif',
			off:	'subnav/prod0-1_off.gif',
			width:	178,
			height:	19
		},
		{
			alt:	'Music Conversion Tool',
			href:	'technologies_mct.html',
			on:		'subnav/prod0-2_on.gif',
			off:	'subnav/prod0-2_off.gif',
			width:	178,
			height:	19
		},
		{
			alt:	'Engines',
			href:	'engines.html',
			on:		'subnav/prod1_on.gif',
			off:	'subnav/prod1_off.gif',
			width:	178,
			height:	19
		},
		{
			alt:	'mobileBAE',
			href:	'mobilebae.html',
			on:		'subnav/prod1-1_on.gif',
			off:	'subnav/prod1-1_off.gif',
			width:	178,
			height:	19
		}
	]
});
navObject_top.setCurrentNavItem('Products');
