BLANK_IMAGE = 'http://www.napoleonbooks.com/images/pixel.gif';

var STYLE = {
	border:0,			// item's border width, pixels; zero means 'none'
	shadow:0,			// item's shadow size, pixels; zero means 'none'
	color:{
		border:'',	// color of the item border, if any
		shadow:'',	// color of the item shadow, if any
		bgON:'',		// background color for the items
		bgOVER:'#dedbf1'	// background color for the item which is under mouse right now
	},
	css:{
		ON:'clsCMOn1',		// CSS class for items
		OVER:'clsCMOver1'	// CSS class for item which is under mouse
	}
};

var STYLE2 = {
	border:1,			// item's border width, pixels; zero means 'none'
	shadow:0,			// item's shadow size, pixels; zero means 'none'
	color:{
		border:'#ffffff',	// color of the item border, if any
		shadow:'',	// color of the item shadow, if any
		bgON:'#dedbf1',		// background color for the items
		bgOVER:'#b4cfec'	// background color for the item which is under mouse right now
	},
	css:{
		ON:'clsCMOn2',		// CSS class for items
		OVER:'clsCMOver2'	// CSS class for item which is under mouse
	}
};

var MENU_ITEMS_01 = [
	{pos:'relative', leveloff:[00,00], itemoff:[30,00], size:[30,132], style:STYLE},
	{code:'About the Author', url:'about_james_arnold.html', format:{style:STYLE}
	},
	{code:'Books', url:'crisis_on_the_danube.html', format:{style:STYLE},
		sub:[		
            {itemoff:[30,00], leveloff:[00,132], size:[30,170], style:STYLE2},
            {code:'Battles for Empire', url:'battles_for_empire.html',
            	sub:[		
           		{itemoff:[30,00], leveloff:[00,170], size:[30,170], style:STYLE2},
				{code:'Scenario Overview', url:'battles_overview.html'},
				{code:'Danzig Scenario', url:'battles_danzig.html'}
				]
			},
			{code:'Crisis on the Danube', url:'crisis_on_the_danube.html',
			    sub:[		
           		{itemoff:[30,00], leveloff:[00,170], size:[30,170], style:STYLE2},
				{code:'Table of Contents', url:'danube_contents.html'}
				]
			},
			{code:'Crisis in the Snows', url:'crisis_in_the_snows.html',
				sub:[		
           		{itemoff:[30,00], leveloff:[00,170], size:[30,170], style:STYLE2},
				{code:'Table of Contents', url:'snows_contents.html'},
				{code:'Order of Battle', url:'snows_ob.html'},
				{code:'Detailed Maps', url:'snows_maps.html'}
				]
			},
			{code:'Marengo &amp; Hohenlinden', url:'marengo_hohenlinden.html',
				sub:[		
           		{itemoff:[30,00], leveloff:[00,170], size:[30,170], style:STYLE2},
           		{code:'Table of Contents', url:'marengo_contents.html'},
				{code:'Read an Excerpt', url:'marengo_excerpt.html'},
				{code:'Order of Battle', url:'marengo_ob.html'}
				]
			}
			]
	},

	{code:'Coming Soon', url:'coming_soon.html', format:{style:STYLE}
	},
	{code:'Contact', url:'mailto:napoleonbook@ntelos.net?subject=Web_site_contact', format:{style:STYLE}
	},
	{code:'Home', url:'index.html', format:{style:STYLE}
	}
];
