BLANK_IMAGE = 'js/b.gif';

var NOSTYLE = {
	border:0,
	shadow:0,
	color:{

		border:"",
		shadow:"",
		bgON:"#ffffff",
		bgOVER:"#ffffff"
	},
	css:{
		ON:"",
		OVER:""
	}
};

var STYLE1 = {
	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:"",	            // color of the item shadow, if any
		bgON:"#a99964",			// background color for the items
		bgOVER:"#a99964"		// background color for the item which is under mouse right now
	},
	//backgroundStyle:[ "background: url(images/ddmenubg.jpg);", "background: url(images/ddmenubgOver.jpg);" ],
	textStyle:[ "color: #222222; font-family: Arial; font-weight: bold; font-size: 12px; text-align: left;", 
	            "color: #ffffff; font-family: Arial; font-weight: bold; font-size: 12px; text-align: left;" ],
	css:{
		ON:"",		// CSS class for items
		OVER:""		// CSS class  for item which is under mouse
	}
};



var BRANDS = [
	{pos:'relative', itemoff:[0,0], style:NOSTYLE, size:[35,87]},
	{code:"<img src='images/tBrands_off.jpg' style='vertical-align:top;' />", url:'Castelle.aspx',
		sub:[
			{pos:'relative', itemoff:[35,0], size:[35,87], style:STYLE1},
			{code:"<img src='images/tBrands_on.jpg' style='vertical-align:top;' />", url:'Castelle.aspx'},
			{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Castelle", url:'Castelle.aspx', size:[35,123]},
			{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Prestige", url:'Prestige.aspx', size:[35,123]},
			{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Expressions", url:'Expressions.aspx', size:[35,123]},
			{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SummerWinds", url:'SummerWinds.aspx', size:[35,123]}
		    ]
	},
];

var DEALER = [
	{pos:'relative', itemoff:[0,0], style:NOSTYLE, size:[35,130]},
	{code:"<img src='images/tDealer_off.jpg' style='vertical-align:top;' />", url:'Store_Locator.aspx',
		sub:[
			{pos:'relative', itemoff:[35,0], size:[35,130], style:STYLE1},
			{code:"<img src='images/tDealer_on.jpg' style='vertical-align:top;' />", url:'Store_Locator.aspx'}
		    ]
	},
];

var COMPANY = [
	{pos:'relative', itemoff:[0,0], style:NOSTYLE, size:[35,132]},
	{code:"<img src='images/tCompany_off.jpg' style='vertical-align:top;' />", url:'OurCompany.aspx',
		sub:[
			{pos:'relative', itemoff:[35,0], size:[35,132], style:STYLE1},
			{code:"<img src='images/tCompany_on.jpg' style='vertical-align:top;' />", url:'OurCompany.aspx'}
		    ]
	},
];

var WARRANTY = [
	{pos:'relative', itemoff:[0,0], style:NOSTYLE, size:[35,245]},
	{code:"<img src='images/tWarranty_off.jpg' style='vertical-align:top;' />", url:'Warranty.aspx',
		sub:[
			{pos:'relative', itemoff:[35,0], size:[35,245], style:STYLE1},
			{code:"<img src='images/tWarranty_on.jpg' style='vertical-align:top;' />", url:'Warranty.aspx'}
		    ]
	},
];

var CONTACT = [
	{pos:'relative', itemoff:[0,0], style:NOSTYLE, size:[35,117]},
	{code:"<img src='images/tContact_off.jpg' style='vertical-align:top;' />", url:'ContactUs.aspx',
		sub:[
			{pos:'relative', itemoff:[35,0], size:[35,117], style:STYLE1},
			{code:"<img src='images/tContact_on.jpg' style='vertical-align:top;' />", url:'ContactUs.aspx'}
		    ]
	},
];

var NEWS = [
	{pos:'relative', itemoff:[0,0], style:NOSTYLE, size:[35,77]},
	{code:"<img src='images/tNews_off.jpg' style='vertical-align:top;' />", url:'News.aspx',
		sub:[
			{pos:'relative', itemoff:[35,0], size:[35,77], style:STYLE1},
			{code:"<img src='images/tNews_on.jpg' style='vertical-align:top;' />", url:'News.aspx'}
		    ]
	},
];

var BLANK = [
	{pos:'relative', itemoff:[0,0], style:NOSTYLE, size:[35,203]},
	{ code: "<img src='images/tBlank_off.jpg' style='vertical-align:top;' />", url: 'Media.aspx',
		sub:[
			{pos:'relative', itemoff:[35,0], size:[35,203], style:STYLE1},
			{ code: "<img src='images/tBlank_on.jpg' style='vertical-align:top;' />", url: 'Media.aspx' }
		    ]
	},
];

// ADMIN MENU

var aBRANDS = [
	{pos:'relative', itemoff:[0,0], style:NOSTYLE, size:[35,87]},
	{code:"<img src='images/tBrands_off.jpg' style='vertical-align:top;' />", url:'Castelle.aspx',
		sub:[
			{pos:'relative', itemoff:[35,0], size:[35,87], style:STYLE1},
			{code:"<img src='images/tBrands_on.jpg' style='vertical-align:top;' />", url:'Castelle.aspx'},
			{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Castelle", url:'Castelle.aspx', size:[35,123]},
			{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Prestige", url:'Prestige.aspx', size:[35,123]},
			{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Expressions", url:'Expressions.aspx', size:[35,123]},
			{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SummerWinds", url:'SummerWinds.aspx', size:[35,123]}
		    ]
	},
];

var aDEALER = [
	{pos:'relative', itemoff:[0,0], style:NOSTYLE, size:[35,130]},
	{code:"<img src='images/tDealer_off.jpg' style='vertical-align:top;' />", url:'Store_Locator.aspx',
		sub:[
			{pos:'relative', itemoff:[35,0], size:[35,130], style:STYLE1},
			{code:"<img src='images/tDealer_on.jpg' style='vertical-align:top;' />", url:'Store_Locator.aspx'}
		    ]
	},
];

var aCOMPANY = [
	{pos:'relative', itemoff:[0,0], style:NOSTYLE, size:[35,132]},
	{code:"<img src='images/tCompany_off.jpg' style='vertical-align:top;' />", url:'OurCompany.aspx',
		sub:[
			{pos:'relative', itemoff:[35,0], size:[35,132], style:STYLE1},
			{code:"<img src='images/tCompany_on.jpg' style='vertical-align:top;' />", url:'OurCompany.aspx'}
		    ]
	},
];

var aWARRANTY = [
	{pos:'relative', itemoff:[0,0], style:NOSTYLE, size:[35,245]},
	{code:"<img src='images/tWarranty_off.jpg' style='vertical-align:top;' />", url:'Warranty.aspx',
		sub:[
			{pos:'relative', itemoff:[35,0], size:[35,245], style:STYLE1},
			{code:"<img src='images/tWarranty_on.jpg' style='vertical-align:top;' />", url:'Warranty.aspx'}
		    ]
	},
];

var aCONTACT = [
	{pos:'relative', itemoff:[0,0], style:NOSTYLE, size:[35,117]},
	{code:"<img src='images/tContact_off.jpg' style='vertical-align:top;' />", url:'ContactUs.aspx',
		sub:[
			{pos:'relative', itemoff:[35,0], size:[35,117], style:STYLE1},
			{code:"<img src='images/tContact_on.jpg' style='vertical-align:top;' />", url:'ContactUs.aspx'}
		    ]
	},
];

var aNEWS = [
	{pos:'relative', itemoff:[0,0], style:NOSTYLE, size:[35,77]},
	{code:"<img src='images/tNews_off.jpg' style='vertical-align:top;' />", url:'News.aspx',
		sub:[
			{pos:'relative', itemoff:[35,0], size:[35,77], style:STYLE1},
			{code:"<img src='images/tNews_on.jpg' style='vertical-align:top;' />", url:'News.aspx'}
		    ]
	},
];

var aBLANK = [
	{pos:'relative', itemoff:[0,0], style:NOSTYLE, size:[35,203]},
	{ code: "<img src='images/tBlank_off.jpg' style='vertical-align:top;' />", url: 'Media.aspx',
		sub:[
			{pos:'relative', itemoff:[35,0], size:[35,203], style:STYLE1},
			{ code: "<img src='images/tBlank_off.jpg' style='vertical-align:top;' />", url: 'Media.aspx' }
		    ]
	},
];
