BLANK_IMAGE = '/media/blank.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:"#ffffff",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"white"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"side_links",		// CSS class for items
		OVER:"side_links_over"	// CSS class  for item which is under mouse
	}
};

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

var MENU_ITEMS = [
	{pos:[0,84], itemoff:[0,0], leveloff:[36,10], style:STYLE, size:[36,94]},
	{code:'<img src="/media/models_off.gif" width="94" height="36" />',
		ocode:'<img src="/media/models_off.gif" />', url:"/index.html",
		sub:[
			 {itemoff:[21,0], size:[21,150], style:BLUE_STYLE},
			{code:"&nbsp;Quagg","url":"/photos/quagg.html"},
			{code:"&nbsp;J.Jr","url":"/photos/j.jr.html"},
			{code:"&nbsp;New B","url":"/photos/new_b.html"},
			{code:"&nbsp;ODB","url":"/photos/odb.html"},
			{code:"&nbsp;mFord","url":"/photos/mford.html"},
			{code:"&nbsp;1954","url":"/photos/1954.html"},
			{code:"&nbsp;Simmons","url":"/photos/simmons.html"},
			{code:"&nbsp;2nd Generation Simmons","url":"/photos/2nd_generation_simmons.html"},
			{code:"&nbsp;Spoon","url":"/photos/spoon.html"},
			{code:"&nbsp;Stand Up Spoon","url":"/photos/stand_up_spoon.html"},
			{code:"&nbsp;Mac Deville","url":"/photos/mac_deville.html"},
			{code:"&nbsp;Slick Rick","url":"/photos/slick_rick.html"},
			{code:"&nbsp;99","url":"/photos/99.html"},
			{code:"&nbsp;Dubi","url":"/photos/dubi.html"},
			{code:"&nbsp;JMMD","url":"/photos/jmmd.html"},
			{code:"&nbsp;Handgun","url":"/photos/handgun.html"},
			
			
			]
	}
		
	
];
