var TOPLEVEL_STYLE = {
	size:['+main+4px','+maxMain+18px'],
	leveloff:[10,'+parentItem'],
	orientation:'vertical',

	levelLayers:[
		{
			color:'#000000',
			cssStyle: 'padding: 0px; margin: 2px;'
		}
	],
	itemLayers:[
		{
			main:true,
			nowrap:true,
			cssStyle:'font:bold 22px arial; color: #FF0000;',
			align:'left',
			valign:'middle',
			code:'{code}'
		}
	]
};

var SUBLEVEL_STYLE = {
	inherit: TOPLEVEL_STYLE,
	itemLayers:[
		{
			color: '#666666',
			visibility: 'n'
		},
		{
			color: '#AAAAAA',
			visibility: 'o'
		},
		{
			main:true,
			cssStyle:'font:bold 12px arial;',
			offset: [0,5],
			code:'{code}'
		}
	]
};

var MENU_ITEMS = [
	{blankImage:'b.gif', delay:[0,400], style:[TOPLEVEL_STYLE, SUBLEVEL_STYLE]},
	{code:'Jackets', url: 'jackets.html',
		sub:[
			{},
			{code:'Dale Jarret', url:'javaScript:launchWindow(\'../images/2005merch/jackets/dj.jpg\',\'780\',\'570\');'},
			{code:'Dale Earnhardt Jr.', url:'javaScript:launchWindow(\'../images/2005merch/jackets/dej.jpg\',\'780\',\'670\');'},
			{code:'Elliot Sadler', url:'javaScript:launchWindow(\'../images/2005merch/jackets/es.jpg\',\'780\',\'550\');'},
			{code:'Jeff Gordon', url:'javaScript:launchWindow(\'../images/2005merch/jackets/jg.jpg\',\'780\',\'580\');'},
			{code:'Kasey Kahne', url:'javaScript:launchWindow(\'../images/2005merch/jackets/kk.jpg\',\'780\',\'520\');'},
			{code:'Kevin Harvick', url:'javaScript:launchWindow(\'../images/2005merch/jackets/kh.jpg\',\'780\',\'550\');'},
			{code:'Rusty Wallace', url:'javaScript:launchWindow(\'../images/2005merch/jackets/rw.jpg\',\'780\',\'680\');'},
			{code:'Tony Stewart', url:'javaScript:launchWindow(\'../images/2005merch/jackets/ts.jpg\',\'780\',\'510\');'}
		]
	}
	
];

new COOLjsMenuPRO(null, MENU_ITEMS).initTop();

