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:" ",	// color of the item border, if any
		shadow:" ",	// color of the item shadow, if any
		bgON:" ",		// background color for the items
		bgOVER:" "	// 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 SUBSTYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:1,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#dededf",	// color of the item border, if any
		shadow:"#fffc00",	// color of the item shadow, if any
		bgON:"#ffffff",		// background color for the items
		bgOVER:"#ff4709"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOverBold"	// CSS class  for item which is under mouse
	}
};




var MENU_ITEMS = [
	{pos:'absolute'},
	{code:"HOME", style:STYLE, size:[30,100], itemoff:[10,110], leveloff:[0,0],
	ocode:"HOME", url:"index.asp"
	},
	
	{code:"ABOUT US", style:STYLE, size:[30,100], itemoff:[0,115], leveloff:[0,0], //"format":{
	ocode:"ABOUT US", url:"about.asp"
	},
//			sub:[
//			{leveloff:[41,0],"size":[22,120], itemoff:[20,0]},
//			{code:"&nbsp;&nbsp;&nbsp;Technical Support", style:SUBSTYLE, url:"#"}
//		]
//	},
	
	{code:"EQUIPMENT", style:STYLE, size:[30,100], itemoff:[0,130], leveloff:[0,0], //"format":{
	ocode:"EQUIPMENT", url:"equipment.asp"
	},
	
	
	
{code:"PROMOTIONS", style:STYLE, size:[30,100], itemoff:[0,140], leveloff:[0,0], //"format":{
	ocode:"PROMOTIONS", url:"http://sapphiretansblog.com/promotions.html"
	},
	
	

	{code:"BLOG", style:STYLE, size:[30,60], itemoff:[0,160], leveloff:[0,0], //"format":{
	ocode:"BLOG", url:"http://sapphiretansblog.com"
	},
	
		{code:"TANNING TIPS", style:STYLE, size:[30,100], itemoff:[0,110], leveloff:[0,0], "format":{
	ocode:"TANNING TIPS", url:"tanning-tips.asp"
	},
		sub:[
			{leveloff:[31,0],"size":[22,120], itemoff:[20,0]},
		{code:"&nbsp;&nbsp;&nbsp;Truths About Tanning Links", style:SUBSTYLE, url:"tanning-tips.asp"},
		{code:"&nbsp;&nbsp;&nbsp;Lotion Tips", style:SUBSTYLE, url:"tanning-tips.asp#Lotion"},
			{code:"&nbsp;&nbsp;&nbsp;BioEnergizer Detox Foot Spa", style:SUBSTYLE, url:"tanning-tips.asp#Detox"},
	{code:"&nbsp;&nbsp;&nbsp;Mystic Tan", style:SUBSTYLE, url:"tanning-tips.asp#Mystic"}
	]
	},
	
	
		{code:"CONTACT US", style:STYLE, size:[30,100], itemoff:[0,142], leveloff:[0,0], //"format":{
	ocode:"CONTACT US", url:"contact.asp"
	},
	
	
	
	
	
	
	
	

];
