BLANK_IMAGE = 'images/b.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:"#CCCCCC",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#000000",		// background color for the items
		bgOVER:"#705D70"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[125,200], itemoff:[21,0], leveloff:[0,99], style:STYLE, size:[22,100]},
	{code:"Custom Designs",
		sub:[
			{},
			{code:"Pillows",
				sub:[
					{},
					{code:"Coming soon!"},
								
				]
			},
			{code:"Stockings",
				sub:[
					{},
					{code:"Coming soon!"},
					
				]
			},
			{code:"Apparel",
				sub:[
					{},
					{code:"Gowns", url:"javascript:void(window.open('johngowns.html', '_blank', 'width=745,height=540,scrollbars=no',left = 192,top = 159'))" },
					{code:"Coming soon!"},
					{code:"Coming soon!"}
				]
			}
		]
	},
	{code:"Textile Art",
		sub:[
			{},
			{code:"Floor Cloths",
				sub:[
					{},
					{code:"Coming soon!"},
					
				]
			},
			{code:"Textile Prints",
				sub:[
					{},
					{code:"Coming soon!"},
					
				]
			},
			
		]
	},
	
];
