BLANK_IMAGE = '/java/b.gif';


var NOSTYLE = {
	border:0,
	shadow:0,
	color:{
		border:"",
		shadow:"",
		bgON:"",
		bgOVER:""
	},
	css:{
		ON:"",
		OVER:""
	}
};

var STYLE0 = {
	border:1,			// 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:"E1ECFF",		// background color for the items
		bgOVER:"#efefef"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"Style0MOn",		// CSS class for items
		OVER:"Style0MOver"	// CSS class  for item which is under mouse
	}
};

var STYLE1 = {
	border:1,			// 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:"#808080",	// color of the item shadow, if any
		bgON:"#efefef",		// background color for the items
		bgOVER:"#f8f8f8"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"Style9MOn",		// CSS class for items
		OVER:"Style9MOver"	// CSS class  for item which is under mouse
	},
	fadeIn:'progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=forward,duration=0.5)',
	fadeOut:'progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=reverse,duration=0.5)',
	filters:'progid:DXImageTransform.Microsoft.Alpha(opacity=95)'
};

var STYLE2 = {
	border:1,			// 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:"#efefef",	// color of the item shadow, if any
		bgON:"#E1ECFF",		// background color for the items
		bgOVER:"#efefef"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"Style2MOn",		// CSS class for items
		OVER:"Style2MOver"	// CSS class  for item which is under mouse
	}
};

var STYLE9 = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"",
		shadow:"",
		bgON:"",
		bgOVER:""
	},
	css:{
		ON:"Style9MOn",		// CSS class for items
		OVER:"Style9MOver"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[0,0], leveloff:[0,0], style:STYLE9},
	{code:"Online Product Registration",
		url:'https://www.babytrend.com/cgi-bin/registration.pl?v=Car Seats',
		"format":{itemoff:[0,0], leveloff:[20,0], size:[25,150]},
		sub:[
			{itemoff:[19,0],style:STYLE1,size:[20,100]},
			{code:"&nbsp; Car Seats ",url:"https://www.babytrend.com/cgi-bin/registration.pl?v=Car Seats"},
			{code:"&nbsp; Travel Systems",url:"https://www.babytrend.com/cgi-bin/registration.pl?v=Travel Systems"},
			{code:"&nbsp; Other Products",url:"https://www.babytrend.com/cgi-bin/registration.pl"}
		]
	}
];














