//keywords
var code="code";var url="url";var sub="sub";
var BLANK_IMAGE = "/images/BlankPixel.gif";

//styles
var STYLE1 = {
	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:"#DD1A14",		// background color for the items
		bgOVER:"#000000"		// background color for the item which is under mouse right now
	},
	css:{
		ON:"",			// CSS class for items
		OVER:""			// CSS class  for item which is under mouse
	}
};


var STYLE2 = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"",	// color of the item border, if any
		shadow:"#222222",	// color of the item shadow, if any
		bgON:"#DD1A14",		// background color for the items
		bgOVER:"#000000"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"menu1",		// CSS class for items
		OVER:"menu1"	// CSS class  for item which is under mouse
	}
};


//items and formats
var SANTA_MENU_CUSTOM =
[
	{"pos":"relative", "itemoff":[0,80], "leveloff":[29,0], "style":STYLE1, "size":[35,80]},
	{code:'<img src="/images/menu/about_gifts.gif" width="80" height="35" />', 
		ocode:'<img src="/images/menu/about_gifts_over.gif" width="80" height="35" />', 
		url:"../gifts/santa_gifts.htm",
		sub:[
			{itemoff:[20,0], leveloff:[50,0], size:[20,180], "style":STYLE2},	
			{code:"&nbsp;&nbsp;Fun Services Gift Advantage",
				ocode:"&nbsp;&nbsp;Fun Services Gift Advantage", 
				url:"/gifts/custom_gifts_advantage_main.php"}
				
		]
	},
	{code:'<img src="/images/menu/contact_us.gif" width="80" height="35" />', 
		ocode:'<img src="/images/menu/contact_us_over.gif" width="80" height="35" />',
		url:"/gifts/santa_contact.htm",
		sub:[
			 {itemoff:[20,0], leveloff:[50,0], size:[20,80], "style":STYLE2},
			{code:"&nbsp;&nbsp;Contact Us",
				ocode:"&nbsp;&nbsp;Contact Us",  
				url:"/gifts/santa_contact.htm"}	
			]
	},
	{code:'<img src="/images/menu/program_info.gif" width="80" height="35" />', 
		ocode:'<img src="/images/menu/program_info_over.gif" width="80" height="35" />', 
		sub:[
			{itemoff:[20,0], leveloff:[50,0], size:[20,180], "style":STYLE2},
			{code:"&nbsp;&nbsp;Holiday Gift Shop Program",
				ocode:"&nbsp;&nbsp;Holiday Gift Shop Program", 
				url:"/gifts/santa.htm"},
			{code:"&nbsp;&nbsp;Santa's Secret Shop Program",
				ocode:"&nbsp;&nbsp;Santa's Secret Shop Program", 
				url:"/gifts/santa.htm"}
				
		]
	},
	{code:'<img src="/images/menu/blank.gif" width="80" height="35" />', 
		ocode:'<img src="/images/menu/blank_over.gif" width="80" height="35" />',
		url:"/gifts/"
	},
];

