BLANK_IMAGE = 'js/b.gif';

var NOSTYLE = {
	border:0,
	shadow:0,
	color:{
		border:"",
		shadow:"",
		bgON:"",
		bgOVER:""
	},
	css:{
		ON:"",
		OVER:""
	}
};



var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	
	color:{
		border:"#888888",	// color of the item border, if any
		shadow:"#666666",	// color of the item shadow, if any
		bgON:"#83837D",		// background color for the items
		bgOVER:"#E6E6DB"	// 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 STYLE2 = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	
	color:{
		border:"#888888",	// color of the item border, if any
		shadow:"#666666",	// color of the item shadow, if any
		bgON:"#aa9f8b",		// background color for the items
		bgOVER:"#aa9f8b"	// 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 PRODUCTS = [
	{pos:'relative', itemoff:[0,0], leveloff:[0,0], style:NOSTYLE, size:[32,152]},
		{code:"<img src='images/tnav_abouttag.jpg' />", url:"abouttag.aspx",
		sub:[
			{itemoff:[16,0], size:[17,170], leveloff:[31,17], style:STYLE},
			{code:"about tag ", url:"abouttag.aspx"},
			{code:"tag history ", url:"taghistory.aspx"},
			{code:"catalog cover history", url:"CatalogCoverHistory.aspx"},
			{code:"consumers ", url:"http://www.tag2u.com/"}
		    ]
	},
];

var COLLECTIONS = [
	{pos:'relative', itemoff:[0,0], leveloff:[0,0], style:NOSTYLE, size:[32,163]},
		{code:"<img src='images/tnav_collections.jpg' />", url:"",
		sub:[
			{itemoff:[16,0], size:[17,170], leveloff:[31,17], style:STYLE},
			{code:"ingredients", url:"ingredients.aspx"},
			{code:"spring summer", url:"springsummer.aspx"},
			{code:"fall holiday", url:"fallholiday.aspx"}
			
		    ]
	},
];


var ABOUT = [
	{pos:'relative', itemoff:[0,0], leveloff:[0,0], style:NOSTYLE, size:[32,139]},
		{code:"<img src='images/tnav_furniture.jpg' />", url:"",
		sub:[
			{itemoff:[16,0], size:[17,170], leveloff:[31,17], style:STYLE},
			{code:"about TFG", url:"abouttfg.aspx"},
			{code:"collections", url:"tfgcollections.aspx"},
			{code:"view catalog", url:"login.aspx"},
			{code:"view price list", url:"login.aspx?redirect=pricelist.pdf"},
			{code:"download order form", url:"images/orderform.pdf"},
			{code:"download credit form", url:"images/creditform.pdf"},
			{code:"programs", url:"furnitureprograms.aspx"}
		    ]
	},
];


