//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 =
[
	{"pos":"relative", "itemoff":[0,80], "leveloff":[29,0], "style":STYLE1, "size":[35,80]},
	{code:'<img src="/images/menu/about.gif" width="80" height="35" />', 
		ocode:'<img src="/images/menu/about_over.gif" width="80" height="35" />', 
		url:"/santa_what.php",
		sub:[
			{itemoff:[20,0], leveloff:[50,0], size:[20,130], "style":STYLE2},
			{code:"&nbsp;&nbsp;Home",
				ocode:"&nbsp;&nbsp;Home",
				url:"/index.htm"},
			{code:"&nbsp;&nbsp;Who We Are",
				ocode:"&nbsp;&nbsp;Who We Are", 
				url:"/santa_who.php"},
			{code:"&nbsp;&nbsp;What We Do",
				ocode:"&nbsp;&nbsp;What We Do", 
				url:"/santa_what.php"},
			{code:"&nbsp;&nbsp;Why We're Different",
				ocode:"&nbsp;&nbsp;Why We're Different", 
				url:"/santa_why.php"},
			{code:"&nbsp;&nbsp;Contact Us",
				ocode:"&nbsp;&nbsp;Contact Us", 
				url:"/santa_contact.htm"},
			{code:"&nbsp;&nbsp;How To Find Us",
				ocode:"&nbsp;&nbsp;How To Find Us", 
				url:"/santa_where.php"},
			{code:"&nbsp;&nbsp;Fun Points",
				ocode:"&nbsp;&nbsp;Fun Points", 
				url:"/fun_points.php?cPath=34"}	
		]
	},
	{code:'<img src="/images/menu/sign_up.gif" width="80" height="35" />', 
		ocode:'<img src="/images/menu/sign_up_over.gif" width="80" height="35" />',
		url:"/santa_sign_up.php",
		sub:[
			 {itemoff:[20,0], leveloff:[50,0], size:[20,130], "style":STYLE2},
			 {code:"&nbsp;&nbsp;Program Signup",
				ocode:"&nbsp;&nbsp;Program Signup",
				url:"/santa_sign_up.php"},
			 {code:"&nbsp;&nbsp;Open House Signup",
				ocode:"&nbsp;&nbsp;Open House Signup", 
				url:"/santa_open_house_sign_up.php"}
			]
	},
	{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" />', 
		url:"/santa.htm",
		sub:[
			{itemoff:[20,0], leveloff:[50,0], size:[20,130], "style":STYLE2},
			// During the holiday season - remove the following slashes "//" to enable the reorders page link in navigation menu
          //{code:"&nbsp;&nbsp;Place Reorder",
				//ocode:"&nbsp;&nbsp;Place Reorder",
				//url:"/reorders.php"},
			{code:"&nbsp;&nbsp;Gift Selections",
				ocode:"&nbsp;&nbsp;Gift Selections",
				url:"/santa_gifts.php"},
			{code:"&nbsp;&nbsp;Promotional Items",
				ocode:"&nbsp;&nbsp;Promotional Items", 
				url:"/santa_promo.php"},
			{code:"&nbsp;&nbsp;Delivery/Reorders",
				ocode:"&nbsp;&nbsp;Delivery/Reorders", 
				url:"/santa_delivery.php"},
			{code:"&nbsp;&nbsp;Our Guarantee",
				ocode:"&nbsp;&nbsp;Our Guarantee", 
				url:"/santa_guarantee.php"},
				// PLACE A SANTA SHOP REORDER
			//{code:"&nbsp;&nbsp;Place A Reorder",
				//ocode:"&nbsp;&nbsp;Place A Reorder", 
				//url:"/reorders.php"},
			{code:"&nbsp;&nbsp;Open Houses",
				ocode:"&nbsp;&nbsp;Open Houses", 
				url:"/santa_open_house_schedule.php"}
		]
	},
	{code:'<img src="/images/menu/other_services.gif" width="80" height="35" />', 
		ocode:'<img src="/images/menu/other_services_over.gif" width="80" height="35" />',
		url:"/index.htm",
		sub:[
			{itemoff:[20,0], leveloff:[50,0], size:[20,130], "style":STYLE2},
			{code:"&nbsp;&nbsp;Party Rentals",
				ocode:"&nbsp;&nbsp;Party Rentals", 
				url:"/party.htm"},
			{code:"&nbsp;&nbsp;Corporate Events",
				ocode:"&nbsp;&nbsp;Corporate Events", 
				url:"/corporate.htm"},
			{code:"&nbsp;&nbsp;Santa's Secret Shop",
				ocode:"&nbsp;&nbsp;Santa's Secret Shop", 
				url:"/santa.htm"},
			{code:"&nbsp;&nbsp;Fun Fairs",
				ocode:"&nbsp;&nbsp;Fun Fairs", 
				url:"/fun_fairs.htm"},
			{code:"&nbsp;&nbsp;Fun Points",
				ocode:"&nbsp;&nbsp;Fun Points", 
				url:"/fun_points.php?cPath=34"},
			{code:"&nbsp;&nbsp;Birthday Club",
				ocode:"&nbsp;&nbsp;Birthday Club", 
				url:"/party_club.htm"},	
			{code:"&nbsp;&nbsp;Purchase Prizes",
				ocode:"&nbsp;&nbsp;Purchase Prizes", 
				url:"/catalog/index.php?cPath=34_73&currency=USD"},
			{code:"&nbsp;&nbsp;Holiday Closeouts",
				ocode:"&nbsp;&nbsp;Holiday Closeouts", 
				url:"/catalog/index.php?cPath=496&currency=USD"},
				// PLACE A REORDER
			//{code:"&nbsp;&nbsp;Place A Reorder",
				//ocode:"&nbsp;&nbsp;Place A Reorder", 
				//url:"/reorders.php"},
			{code:"&nbsp;&nbsp;Buy Party Supplies",
				ocode:"&nbsp;&nbsp;Buy Party Supplies", 
				url:"/catalog/index.php?cPath=34_76&currency=USD"}
		]
	},
];
